Started by
Valirane
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make a procedure that triggers after food is eaten. I figured that there would be some sort of trigger for this but couldn't find one. I searched the forum topics and found several references that such a trigger does indeed exist. What am I missing? Is this not currently supported in the latest snapshot?
When item used
That can work, but I'd need to add a check for if the item was Food. Not sure why there isn't a global trigger for Food. I was able to make one with a simple code edit. I used "Player finishes using item" as the base global trigger for my procedure. Once that was complete, I edited the following:
to