Start on the new manual

This commit is contained in:
gigabit101 2016-02-25 18:25:52 +00:00
parent 7d6c982847
commit 82d2de7eb1
30 changed files with 423 additions and 81 deletions

View file

@ -41,7 +41,7 @@ public class ModItems {
public static Item lithiumBattery;
public static Item omniTool;
public static Item lapotronicOrb;
public static Item manuel;
public static Item manual;
public static Item uuMatter;
public static Item plate;
public static Item crushedOre;
@ -122,8 +122,8 @@ public class ModItems {
omniTool = PoweredItem.createItem(ItemOmniTool.class);
GameRegistry.registerItem(omniTool, "omniTool");
manuel = new ItemTechPda();
GameRegistry.registerItem(manuel, "techmanuel");
manual = new ItemTechManual();
GameRegistry.registerItem(manual, "techmanuel");
uuMatter = new ItemUUmatter();
GameRegistry.registerItem(uuMatter, "uumatter");
reBattery = PoweredItem.createItem(ItemReBattery.class);

View file

@ -1237,7 +1237,7 @@ public class
}
static void addIc2Recipes(){
CraftingHelper.addShapelessOreRecipe(new ItemStack(ModItems.manuel), TechRebornAPI.recipeCompact.getItem("plateiron"), Items.book);
CraftingHelper.addShapelessOreRecipe(new ItemStack(ModItems.manual), TechRebornAPI.recipeCompact.getItem("plateiron"), Items.book);
CraftingHelper.addShapedOreRecipe(
ItemParts.getPartByName("machineParts", 16),