Started by
@-Cloud'''Star…
on
Topic category: Help with Minecraft modding (Java Edition)
I want to make a mod where you can teleport to the void, but I already can't figure out how to fire a trigger this way.
Edited by @-Cloud'''Star'''Sky-@ on Mon, 04/10/2023 - 18:57
Use the global trigger(top green block) On player tick update
And an if block with the condition "is Y < -64" or whatever Y(height) level you want.
Ooh thank you!
your welcome
where is the "Is Y _" block?
also what about the reverse so like entering is "if player is at Y -70 AND in surface dimension = enter megacaves" and reverse is "if player is at Y 256 AND in Megacaves dimension = enter surface" then what are the procedures?