BRConfig.CONFIGURATION.save();
}
if(BigReactors.blockTurbineRotorPart == null) {
BRConfig.CONFIGURATION.load();
BigReactors.blockTurbineRotorPart = new BlockTurbineRotorPart(Material.iron);
GameRegistry.registerBlock(BigReactors.blockTurbineRotorPart, ItemBlockBigReactors.class, "BRTurbineRotorPart");
OreDictionary.registerOre("turbineRotorShaft", BigReactors.blockTurbineRotorPart.getItemStack("rotor"));
OreDictionary.registerOre("turbineRotorBlade", BigReactors.blockTurbineRotorPart.getItemStack("blade"));