Added wrench

This commit is contained in:
modmuss50 2016-02-26 21:46:55 +00:00
parent e3c71248a4
commit 9507c92d94
4 changed files with 90 additions and 2 deletions
src/main/java/techreborn/init

View file

@ -80,6 +80,7 @@ public class ModItems {
public static Item diamondChainsaw;
public static Item advancedChainsaw;
public static Item hammer;
public static Item wrench;
public static Item upgrades;
@ -149,7 +150,10 @@ public class ModItems {
GameRegistry.registerItem(advancedChainsaw, "advancedchainsaw");
hammer = new ItemHammer(100);
GameRegistry.registerItem(hammer, "hammer");
GameRegistry.registerItem(hammer, "hammer");
wrench = new ItemWrench();
GameRegistry.registerItem(wrench, "wrench");
// upgrades = new ItemUpgrade();
// GameRegistry.registerItem(upgrades, "upgrades");