Started by
KnightKing777
on
Topic category: Help with Minecraft modding (Java Edition)
the question is simple, does anyone know how to make you teleported to another dimension when you are on a given coordinate?
Topic category: Help with Minecraft modding (Java Edition)
the question is simple, does anyone know how to make you teleported to another dimension when you are on a given coordinate?
On player tick update:
If (event/target entity X/Y/Z == your coords)
Set dimension of event/target entity to your dimension