Package erogenousbeef.bigreactors.common.multiblock.block

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


  }
 
  public static void registerTurbineParts() {
    if(BigReactors.blockTurbinePart == null) {
      BRConfig.CONFIGURATION.load();
      BigReactors.blockTurbinePart = new BlockTurbinePart(Material.iron);
      GameRegistry.registerBlock(BigReactors.blockTurbinePart, ItemBlockBigReactors.class, "BRTurbinePart");

      OreDictionary.registerOre("turbineHousing", BigReactors.blockTurbinePart.getItemStack("housing"));
      OreDictionary.registerOre("turbineController", BigReactors.blockTurbinePart.getItemStack("controller"));
      OreDictionary.registerOre("turbinePowerTap", BigReactors.blockTurbinePart.getItemStack("powerTap"));
View Full Code Here

TOP

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

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.