Removed some advancements.

This commit is contained in:
raoulvdberge
2018-06-28 15:28:55 +02:00
parent 448a2107c1
commit ece56bc67e
12 changed files with 1 additions and 227 deletions

View File

@@ -6,7 +6,7 @@ public class ItemCuttingTool extends ItemBase {
public ItemCuttingTool() {
super("cutting_tool");
setMaxDamage(50);
setMaxDamage(50 - 1);
setMaxStackSize(1);
}