Skip to content

Commit

Permalink
Fixing Exoarmor with crafting crashing you
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander committed Apr 18, 2014
1 parent 44679e2 commit dbb3095
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/tconstruct/common/TContent.java
Expand Up @@ -706,6 +706,11 @@ void registerItems ()
TRepo.exoChest = new ExoArmor(EnumArmorPart.CHEST, "exosuit").setUnlocalizedName("tconstruct.exoChest");
TRepo.exoPants = new ExoArmor(EnumArmorPart.PANTS, "exosuit").setUnlocalizedName("tconstruct.exoPants");
TRepo.exoShoes = new ExoArmor(EnumArmorPart.SHOES, "exosuit").setUnlocalizedName("tconstruct.exoShoes");

GameRegistry.registerItem(TRepo.exoGoggles, "helmetExo");
GameRegistry.registerItem(TRepo.exoChest, "chestplateExo");
GameRegistry.registerItem(TRepo.exoPants, "leggingsExo");
GameRegistry.registerItem(TRepo.exoShoes, "bootsExo");

String[] materialStrings = { "paperStack", "greenSlimeCrystal", "searedBrick", "ingotCobalt", "ingotArdite", "ingotManyullyn", "mossBall", "lavaCrystal", "necroticBone", "ingotCopper",
"ingotTin", "ingotAluminum", "rawAluminum", "ingotBronze", "ingotAluminumBrass", "ingotAlumite", "ingotSteel", "blueSlimeCrystal", "ingotObsidian", "nuggetIron", "nuggetCopper",
Expand Down

0 comments on commit dbb3095

Please sign in to comment.