Incompatable with WeaponLeveling
Elaski6573 opened this issue ยท 1 comments
Neptunium fillet knife has nbt problem.
other knives has nbt { "Damage": 0 } so it doesn't make problem.
But Neptunium fillet knife has "blank" nbt
WeaponLeveling thinks that tool is broken. So I can't use this knife.
I think that need to fill up nbt tag to prevent this problem.
Like { "Damage": 0, "Unbreakable": 0b }