Started by
ThorPDough
on
Topic category: Help with Minecraft modding (Java Edition)
I have made a armor that when the key C is pressed teleports you to the nether. This works, however I always end up in the worldspawn position when traveling from and to the nether. Is there a way to teleport the player to the same spot in the nether as in the overworld ( e.g. overworld coordinates are 16 50 32 then the nether coordinates be 2 50 4)
Get player location, save in local variables, switch dimension, teleport to this location.
Thank you very much!