#Crafting Item with a Name Tag renamed item
4 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
This can be achieved with modifyResult. A Basic example: #1170803687308918865 message
[➤](#1170803687308918865 message)
event.shaped(...).modifyResult((grid, result) => {
let item = grid.find(Item.of("itemtotakenbtfrom"))
return result.withNBT(item.nbt)
})