Package logisticspipes.items

Examples of logisticspipes.items.ItemModule


    LogisticsParts.setUnlocalizedName("logisticsParts");
    GameRegistry.registerItem(LogisticsParts, LogisticsParts.getUnlocalizedName());
   
    SimpleServiceLocator.buildCraftProxy.registerTrigger();
   
    ModuleItem = new ItemModule();
    ModuleItem.setUnlocalizedName("itemModule");
    ModuleItem.loadModules();
    GameRegistry.registerItem(ModuleItem, ModuleItem.getUnlocalizedName());
   
    LogisticsItemDisk = new ItemDisk();
View Full Code Here

TOP

Related Classes of logisticspipes.items.ItemModule

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.