Package powercrystals.minefactoryreloaded.block

Examples of powercrystals.minefactoryreloaded.block.BlockVanillaIce


    }
    if(MFRConfig.vanillaOverrideIce.getBoolean(true))
    {
      Block.blocksList[Block.ice.blockID] = null;
      Item.itemsList[Block.ice.blockID] = null;
      Block.ice = new BlockVanillaIce();
      GameRegistry.registerBlock(Block.ice, ItemBlockVanillaIce.class, "blockVanillaIce");
    }

    GameRegistry.registerTileEntity(TileEntityConveyor.class, "factoryConveyor");
    GameRegistry.registerTileEntity(TileEntityRedNetCable.class, "factoryRedstoneCable");
View Full Code Here

TOP

Related Classes of powercrystals.minefactoryreloaded.block.BlockVanillaIce

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.