Started by
Theshortcircuit
on
Topic category: Help with MCreator software
Hey guys!
Basically I want to create a procedure that, upon the slaying of a specific mob, will test for an item in the player inventory (the one that killed the mob). If the player has said item, it will remove it and add another item to their inventory. I know how to make the system test for the item and swap it out, but it's not triggering when I add it into the mob under "when mob killed" please help!!
You can make a normal command testing system.
use the /scoreboard command to create a kill counter, make it not seen to the eye, and then make this-
If -> Has provided in inventory [item]
do -> Remove 1 [item]
add 1 [item]
Sorry if I did not help.
I meant more without commands, as a part of the mod, also this would apply to every mob, I want it for a specific one
Oh, ok. Sorry I could not help.