OreDictionary.registerOre("oreYellorite", yelloriteStack);
OreDictionary.registerOre("oreYellorium", yelloriteStack); // For convenience of mods which fiddle with recipes
}
if(blockMetal == null) {
blockMetal = new BlockBRMetal();
GameRegistry.registerBlock(BigReactors.blockMetal, ItemBlockBigReactors.class, "BRMetalBlock");
blockMetal.registerOreDictEntries();
}
boolean genYelloriteOre = BRConfig.CONFIGURATION.get("WorldGen", "GenerateYelloriteOre", true, "Add yellorite ore during world generation?").getBoolean(true);