Started by
Chiwi
on
Topic category: Help with Minecraft modding (Java Edition)
Hello! I would like that when a specific entity dies, it checks whether the player has a specific item in their inventory, and if they do, it changes the custom data logic tag.
The problem is that when I create the procedure, it doesn’t let me select it in the “when entity dies” section because there are “missing dependencies.” I’ve tried to fix it in a thousand ways, but I can’t find the solution.
If anyone knows how I could solve it or has any clues, I would be very grateful. Thank you very much! :)
Which dependency is the procedure missing? Screenshots of your procedure would also be helpful.
This is the procedure: https://ibb.co/nq6khjfF
Probably the provided itemstack is wrong, switch with the exact item from the if statement before
You were right! It recognizes it now, thank you so much! 😊