Package erogenousbeef.bigreactors.common.multiblock.block

Examples of erogenousbeef.bigreactors.common.multiblock.block.BlockTurbineRotorPart


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

TOP

Related Classes of erogenousbeef.bigreactors.common.multiblock.block.BlockTurbineRotorPart

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.