Wrench doesn't use durability anymore + update changelog. 1.2 done

This commit is contained in:
Raoul Van den Berge
2016-11-03 22:37:44 +01:00
parent abef0f10ad
commit 3a00119b6c
2 changed files with 2 additions and 5 deletions

View File

@@ -63,7 +63,6 @@ public class ItemWrench extends ItemBase {
super("wrench");
setMaxStackSize(1);
setMaxDamage(64);
}
@Override
@@ -112,8 +111,6 @@ public class ItemWrench extends ItemBase {
player.addChatComponentMessage(new TextComponentTranslation("item.refinedstorage:wrench.saved"));
}
stack.damageItem(1, player);
return EnumActionResult.SUCCESS;
}
}