Started by
Deb.deb
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make it so an item sends you to a dimension, but saves the overworld coordinates so that when you return to the overworld you're at the same coordinates. How do I do this? This is what I've tried so far
Edited by Deb.deb on Tue, 10/01/2024 - 00:54
Local variables are cleared when the procedure finishes, so you'd have to use a PLAYER_PERSISTENT or PLAYER_LIFETIME variable from the variable tab in your workspace instead.
Thank you!