Package buildcraft.factory

Examples of buildcraft.factory.BlockTank


    CoreProxy.proxy.registerBlock(frameBlock.setBlockName("frameBlock"));

    quarryBlock = new BlockQuarry();
    CoreProxy.proxy.registerBlock(quarryBlock.setBlockName("machineBlock"));

    tankBlock = new BlockTank();
    CoreProxy.proxy.registerBlock(tankBlock.setBlockName("tankBlock"));

    pumpBlock = new BlockPump();
    CoreProxy.proxy.registerBlock(pumpBlock.setBlockName("pumpBlock"));
View Full Code Here

TOP

Related Classes of buildcraft.factory.BlockTank

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.