how to go to a dimension through a block?

Started by Jose4T5Y on

Topic category: Help with MCreator software

Last seen on 14:30, 11. Feb 2024
Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how to go to a dimension through a block?
Help how can I make the player stand on the block and teleport him to another dimension?
Last seen on 14:48, 19. Apr 2024
Joined Feb 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You could make a procedure…
Wed, 08/18/2021 - 21:10

You could make a procedure that checks if the player is above your block (block position (x) (y + 1) (z) using the global trigger "On world tick update". Or you can make a procedure in the trigger "When entity collides with block" and make so you change dimensions. The first method will only teleport you if youre above the block, and the second one will teleport you when you touch that block. Hope it helped