Started by
squib___
on
Topic category: Help with MCreator software
I need help with making a procedure.
Basically, I'm making a mob that eats red mushrooms. It'll try to do this every 12 seconds, and I have a makeshift timer in the form of a potion effect added. (Potion effect is applied when mob spawns, when potion effect runs out, it gets it again). However, it's incomplete.
I need a procedure that checks if the block the mob is in is a red mushroom- then break it. Also, I should probably note the mob is less than a block tall.
Clarification: If possible, I also need it to not break the block if it's not a red mushroom.
If: ([Get Block at x y z] = [red mushroom])
Do: [Place block at x y z air]
"[Get Block at x y z]" doesn't fit into "If:".
....you have to put it in the yellow equation block first.