#Wrong maxDamage
12 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
No errors,warnings in logs.
Forgot to add, this is in the startup when creating the item
event
.create("flint_hatchet", "axe")
.tier("wood")
.rarity("common")
.speed(0.5)
.tag("minecraft:axes")
.maxDamage(32)
.displayName({ translate: "kubejs.item.tool.flint_hatchet" });