if(module != null) {
PartTubeModule part = (PartTubeModule)MultiPartRegistry.createPart(module.getType(), false);
part.setModule(module);
part.setDirection(module.getDirection());
module.setTube(this);
TileMultipart.addPart(world(), new BlockCoord(x(), y(), z()), part);
}
}
convertedModules = null;
}
if(ticksExisted++ == 2) {