Package buildcraft.factory

Examples of buildcraft.factory.BlockAutoWorkbench


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

    plainPipeBlock = new BlockPlainPipe();
    CoreProxy.proxy.registerBlock(plainPipeBlock.setBlockName("plainPipeBlock"));

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

    frameBlock = new BlockFrame();
    CoreProxy.proxy.registerBlock(frameBlock.setBlockName("frameBlock"));
View Full Code Here

TOP

Related Classes of buildcraft.factory.BlockAutoWorkbench

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.