Started by
lesley22
on
Topic category: Help with MCreator software
I'm just starting out modding, and I'm trying to make an item trigger a procedure when the player eats it. However, this isn't working, due to the fact that when I try to attach a procedure to a trigger, nothing happens. It just keeps saying 'no procedure' no matter what I try. I checked the forums and only one other post had a problem like this, with people saying it was because the person in question was on a 32-bit system, but I use a 64-bit. Please help?
EDIT: Turns out I missed something really obvious, please ignore this.
Edited by lesley22 on Wed, 11/22/2023 - 17:33
It's definitely due to dependencies.
For example in the trigger 'When right click' the dependencies are: x, y, z, world, entity and itemstack.
In the procedure editor you have on the right side the dependencies required for your procedure and if you have a dependency that is not in your trigger, it will not display the procedure.
Sorry for the English (Google translate).