Package logisticspipes.pipes.basic

Examples of logisticspipes.pipes.basic.LogisticsBlockGenericPipe


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

    LogisticsPipeBlock = new LogisticsBlockGenericPipe();
    GameRegistry.registerBlock(LogisticsPipeBlock, "logisticsPipeBlock");

    registerPipes(event.getSide());
   
View Full Code Here

TOP

Related Classes of logisticspipes.pipes.basic.LogisticsBlockGenericPipe

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.