}
public static void registerTurbineParts() {
if(BigReactors.blockTurbinePart == null) {
BRConfig.CONFIGURATION.load();
BigReactors.blockTurbinePart = new BlockTurbinePart(Material.iron);
GameRegistry.registerBlock(BigReactors.blockTurbinePart, ItemBlockBigReactors.class, "BRTurbinePart");
OreDictionary.registerOre("turbineHousing", BigReactors.blockTurbinePart.getItemStack("housing"));
OreDictionary.registerOre("turbineController", BigReactors.blockTurbinePart.getItemStack("controller"));
OreDictionary.registerOre("turbinePowerTap", BigReactors.blockTurbinePart.getItemStack("powerTap"));