Started by
MaveeYT
on
Topic category: Help with Minecraft modding (Java Edition)
Hello. How can I have a custom entity always teleport to the player? So, whenever the player moves, the entity moves with it. I know I have to do this in "One entity tick update" but how?
Best regards,
MaveeYT
You will need to look for entity in range of type player and tp to its coordinates
Hey how exactly can I do this?
Have you figured this out yet?
For each entity type A in radius
Set iterator location to X Y Z player position
I have one in my mod and works perfectly
can i know the code?