Package erogenousbeef.bigreactors.common.multiblock.block

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


    }
   
    if(BigReactors.blockReactorRedstonePort == null) {
      BRConfig.CONFIGURATION.load();
     
      BigReactors.blockReactorRedstonePort = new BlockReactorRedstonePort(Material.iron);
      GameRegistry.registerBlock(BigReactors.blockReactorRedstonePort, ItemBlock.class, "BRReactorRedstonePort");
      OreDictionary.registerOre("reactorRedstonePort", new ItemStack(blockReactorRedstonePort, 1));
     
      BRConfig.CONFIGURATION.save();
    }
View Full Code Here

TOP

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

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.