#Recipe with an enchanted item
5 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
you can use .modifyResult() for an example check this: #1170803687308918865 message
event.shaped(...).modifyResult((grid, result) => {
let item = grid.find(Item.of("itemtotakenbtfrom"))
return result.withNBT(item.nbt)
})
that just keeps the nbt from one input item in the output item