Started by
Bunnybear2000
on
Topic category: Help with Minecraft modding (Java Edition)
I am trying to make zombies spawn and just follow the player without being tamed. Or even just make it so that it doesn't come up with the hearts when you tame it. I have it using the tameable mob AI pretty much but I want it to follow the player as soon as it is spawned.
Use item in hand
No as in I want to have it so you can right click a weapon and it spawns a mob already tamed that acts like a wolf so that it follows you and attacks mobs attacking you and that you are attacking.
On player tick update: DO tame get nearest entity of type
Ok thank you! This is really helpful. I am just really new to all this.
Wait so which exact blocks is that? Could I just use the trigger on entity tick update and tame entity by source entity?
On player tick update: DO tame get nearest entity of type
Where is "tame get nearest entity of type" ??
On the newest version, "On player tick update: DO tame get nearest entity of type" didn't work. I think its because I had to modify the procedure a little, but it just kep spawning wolves and taming them endlessly.