#When I make a craft that involve a tool? how do I make it consume durability?
5 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
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)
thank you very much