Package erogenousbeef.bigreactors.common.block

Examples of erogenousbeef.bigreactors.common.block.BlockBROre


  public static ItemStack registerOres(int i, boolean b) {
    BRConfig.CONFIGURATION.load();

    if (blockYelloriteOre == null) {
      blockYelloriteOre = new BlockBROre();
      GameRegistry.registerBlock(BigReactors.blockYelloriteOre, ItemBlockBigReactors.class, "YelloriteOre");
      ItemStack yelloriteStack = new ItemStack(blockYelloriteOre, 1);
      OreDictionary.registerOre("oreYellorite", yelloriteStack);
      OreDictionary.registerOre("oreYellorium", yelloriteStack); // For convenience of mods which fiddle with recipes
    }
View Full Code Here

TOP

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

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.