Shoo IC2 Exp, Shoo

This commit is contained in:
Yulife 2016-05-30 16:11:40 +02:00
parent 8b09c72255
commit 9cbebe6dbd
4 changed files with 0 additions and 87 deletions

View file

@ -60,7 +60,6 @@ public class ModItems
public static Item advancedJackhammer;
public static Item nanosaber;
public static Item hammer;
public static Item wrench;
public static Item lapotronCrystal;
public static Item energyCrystal;
@ -266,9 +265,6 @@ public class ModItems
registerItem(peridotLeggings, "peridotLeggings");
peridotBoots = new ItemTRArmour(Reference.PERIDOT_ARMOUR, EntityEquipmentSlot.FEET);
registerItem(peridotBoots, "peridotBoots");
hammer = new ItemHammer(100);
registerItem(hammer, "hammer");
wrench = new ItemWrench();
registerItem(wrench, "wrench");