Started by
Gamemaster2022
on
Topic category: Help with Minecraft modding (Java Edition)
Hello, I want my mob to teleport to player each time it spawns. Is there any way how to do it? Thanks
Topic category: Help with Minecraft modding (Java Edition)
Hello, I want my mob to teleport to player each time it spawns. Is there any way how to do it? Thanks
Try this:
"On initial entity spawn trigger" in the entity
run command /"teleport @s @p" in name of event/target entity