Merge branch '1.8.9' of https://github.com/TechReborn/TechReborn into 1.8.9
This commit is contained in:
commit
9a1136fe25
30 changed files with 423 additions and 81 deletions
|
@ -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);
|
||||
|
|
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue