#When I make a craft that involve a tool? how do I make it consume durability?

5 messages · Page 1 of 1 (latest)

autumn badge
#

instead of consuming the whole tool item

late iglooBOT
#

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

jolly panther
#

you can add .damageIngredient(filter) at the end of the recipe

#

for instance

e.shapeless('dirt', ['iron_shovel', 'grass']).damageIngredient('iron_shovel')

e.shapeless('dirt', ['iron_shovel', 'grass']).damageIngredient('iron_shovel', 10)
autumn badge
#

thank you very much