Package buildcraft.builders

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

Related Classes of buildcraft.builders.ItemBlueprintTemplate

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.