I want to make a dimension and the only way you can access it is by going very high into the sky

Started by AguiaTrovao on

Topic category: Help with modding (Java Edition)

Last seen on 17:08, 28. Jan 2022
Joined Aug 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I want to make a dimension and the only way you can access it is by going very high into the sky
Fri, 08/20/2021 - 02:35 (edited)

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
Last seen on 22:15, 1. Mar 2024
Joined Jul 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
YES this is entirely…
Sun, 08/22/2021 - 23:08

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)