Wrench doesn't use durability anymore + update changelog. 1.2 done
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user