#item eaten 1.18.2?
3 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
onEvent('item.food_eaten', event => {
if event.item.id != 'minecraft:glistering_melon_slice' return;
// the rest of the owl
})
filtered events that let you pass in a specific item to trigger on are a 1.19+ addition