Examples of ItemBlueprintTemplate


Examples of buildcraft.builders.ItemBlueprintTemplate

    BuilderProxy.proxy.registerBlockRenderers();
  }

  @Mod.EventHandler
  public void preInit(FMLPreInitializationEvent evt) {
    templateItem = new ItemBlueprintTemplate();
    templateItem.setUnlocalizedName("templateItem");
    CoreProxy.proxy.registerItem(templateItem);

    blueprintItem = new ItemBlueprintStandard();
    blueprintItem.setUnlocalizedName("blueprintItem");
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.