Started by
AguiaTrovao
on
Topic category: Help with Minecraft modding (Java Edition)
I want to make a dimension and the only way you can access it is by going very high into the sky, can someone tell me how to make a procedure that will transport the player to another dimension when he goes very high?
Edited by AguiaTrovao on Fri, 08/20/2021 - 02:35
YES this is entirely possible. In fact, very simple. Make a procedure that's "On player tick update", and check if the y of the player is above whatever height you need. For example:
if y > (enter height):
switch dimension of entity to (dimension)