#Wrong maxDamage

12 messages · Page 1 of 1 (latest)

frail bluff
visual wraithBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

frail bluff
#

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" });
plain kraken
#

that is right, wood tier have 59 uses

#

you need to change/edit the tier to be able change that

#

gold have 32 uses

#

i would create a new tier like "flint"

frail bluff
#

Oh that's how that works

#

Okay fair enough.

#

That makes more sense. Thanks :)