Package buildcraft.factory

Examples of buildcraft.factory.BlockFrame


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

    autoWorkbenchBlock = new BlockAutoWorkbench();
    CoreProxy.proxy.registerBlock(autoWorkbenchBlock.setBlockName("autoWorkbenchBlock"));

    frameBlock = new BlockFrame();
    CoreProxy.proxy.registerBlock(frameBlock.setBlockName("frameBlock"));

    quarryBlock = new BlockQuarry();
    CoreProxy.proxy.registerBlock(quarryBlock.setBlockName("machineBlock"));
View Full Code Here

TOP

Related Classes of buildcraft.factory.BlockFrame

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.