Package logisticspipes.items

Examples of logisticspipes.items.ItemHUDArmor


    if(isClient) {
      renderIndex = RenderingRegistry.addNewArmourRendererPrefix("LogisticsHUD");
    } else {
      renderIndex = 0;
    }
    LogisticsHUDArmor = new ItemHUDArmor(renderIndex);
    LogisticsHUDArmor.setUnlocalizedName("logisticsHUDGlasses");
    GameRegistry.registerItem(LogisticsHUDArmor, LogisticsHUDArmor.getUnlocalizedName());
   
    LogisticsParts = new ItemParts();
    LogisticsParts.setUnlocalizedName("logisticsParts");
View Full Code Here

TOP

Related Classes of logisticspipes.items.ItemHUDArmor

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.