Started by
PoisonousPotato
on
Topic category: Help with Minecraft modding (Java Edition)
Please help me!
1 - Next to bedrock, holes will appear.
2 - at layer -74, the player will go to the Void Dimension.
3 - Only players can go to the Void Dimension, because entities die.
NOTE: Answer me in details and images, like i was 5.
Thanks for reading, and if you helped me, thanks to helping me!
PoisonousPotato
I don't know English, so the translation may not be accurate
You can create a block with an invisible texture and no collision (which can be made a separate structure) that spawns an invisible mob under itself (at a certain distance below) without a texture, but with a model, whose intelligence can be removed and made to stay in place in the air, and also give it a condition in which, when the player touches it, it teleports to where you need it.
Or you can make a global procedure that constantly checks the player's coordinates, and when they are at a certain value, then teleportation will be performed.