Package erogenousbeef.bigreactors.common.block

Examples of erogenousbeef.bigreactors.common.block.BlockBRMetal


      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);
View Full Code Here

TOP

Related Classes of erogenousbeef.bigreactors.common.block.BlockBRMetal

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.