'minecraft:gravel',
'kubejs.mortar_and_pestle'
]).damageIngredient('kubejs:mortar_and_pestle', 1)``` this code doesn't work and i'm wondering if damaging an item actually works in shapeless recipes. The mortar&pestle code is `event.create('mortar_and_pestle').displayName('Mortar and Pestle').unstackable().maxDamage(131)` if that helps
#does damaging items work with shapeless recipes?
4 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
you wrote a.b instead of a:b
'kubejs.mortar_and_pestle' -> 'kubejs:mortar_and_pestle'
thanks