Made the knife not repairable.

Closes #69 (hehehehe)
This commit is contained in:
Ellpeck 2016-02-02 07:25:26 +01:00
parent 58286063ed
commit 9c4056ed52

View file

@ -24,6 +24,7 @@ public class ItemKnife extends ItemBase{
this.setMaxDamage(100);
this.setMaxStackSize(1);
this.setContainerItem(this);
this.setNoRepair();
}
@Override