Started by
Flummidill
on
Topic category: Help with Minecraft modding (Java Edition)
Hello,
I am trying to make a Mod in MCreator That executes an event when the player ate a specific Food
( I made a custom food )
I Tried to use this:
But if I do it does not matter wich food I eat because every food will execute the Event
So my Question is:
How can I only execute it when the player ate a specific food?
Edited by Flummidill on Fri, 02/17/2023 - 14:53
Hello,
In the item parameters, you have a list of triggers. Here you can use a procedure for this specific item
Thank you Ypermat!
the first time i tried it that way it dindnt work but now its fine (idk why)
I have the same problem, thats not working, help me
Isn't there another way?