mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-26 00:38:35 +01:00
parent
58286063ed
commit
9c4056ed52
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ public class ItemKnife extends ItemBase{
|
||||||
this.setMaxDamage(100);
|
this.setMaxDamage(100);
|
||||||
this.setMaxStackSize(1);
|
this.setMaxStackSize(1);
|
||||||
this.setContainerItem(this);
|
this.setContainerItem(this);
|
||||||
|
this.setNoRepair();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue