Package buildcraft.factory

Examples of buildcraft.factory.BlockHopper


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

    refineryBlock = new BlockRefinery();
    CoreProxy.proxy.registerBlock(refineryBlock.setBlockName("refineryBlock"));

    hopperBlock = new BlockHopper();
    CoreProxy.proxy.registerBlock(hopperBlock.setBlockName("blockHopper"));


    FactoryProxy.proxy.initializeEntityRenders();
    if (BuildCraftCore.mainConfiguration.hasChanged()) {
View Full Code Here

TOP

Related Classes of buildcraft.factory.BlockHopper

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.