Package logisticspipes.blocks

Examples of logisticspipes.blocks.LogisticsSolidBlock


    LogisticsPipeControllerItem = new ItemPipeController();
    LogisticsPipeControllerItem.setUnlocalizedName("pipeController");
    GameRegistry.registerItem(LogisticsPipeControllerItem, LogisticsPipeControllerItem.getUnlocalizedName());

    //Blocks
    LogisticsSolidBlock = new LogisticsSolidBlock();
    GameRegistry.registerBlock(LogisticsSolidBlock, LogisticsSolidBlockItem.class, "logisticsSolidBlock");

    LogisticsPipeBlock = new LogisticsBlockGenericPipe();
    GameRegistry.registerBlock(LogisticsPipeBlock, "logisticsPipeBlock");
View Full Code Here

TOP

Related Classes of logisticspipes.blocks.LogisticsSolidBlock

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.