Package logisticspipes.items

Examples of logisticspipes.items.LogisticsItemCard


    Object renderer = null;
    if(isClient) {
      renderer = new FluidContainerRenderer();
    }
   
    LogisticsItemCard = new LogisticsItemCard();
    LogisticsItemCard.setUnlocalizedName("logisticsItemCard");
    GameRegistry.registerItem(LogisticsItemCard, LogisticsItemCard.getUnlocalizedName());
    if(isClient) {
      MinecraftForgeClient.registerItemRenderer(LogisticsItemCard, (FluidContainerRenderer)renderer);
    }
View Full Code Here

TOP

Related Classes of logisticspipes.items.LogisticsItemCard

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.