Package logisticspipes.items

Examples of logisticspipes.items.ItemParts


    }
    LogisticsHUDArmor = new ItemHUDArmor(renderIndex);
    LogisticsHUDArmor.setUnlocalizedName("logisticsHUDGlasses");
    GameRegistry.registerItem(LogisticsHUDArmor, LogisticsHUDArmor.getUnlocalizedName());
   
    LogisticsParts = new ItemParts();
    LogisticsParts.setUnlocalizedName("logisticsParts");
    GameRegistry.registerItem(LogisticsParts, LogisticsParts.getUnlocalizedName());
   
    SimpleServiceLocator.buildCraftProxy.registerTrigger();
   
View Full Code Here

TOP

Related Classes of logisticspipes.items.ItemParts

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.