Started by
Jose4T5Y
on
Topic category: Help with MCreator software
Help how can I make the player stand on the block and teleport him to another dimension?
Topic category: Help with MCreator software
Help how can I make the player stand on the block and teleport him to another dimension?
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