Please Help - Void Dimension

Started by PoisonousPotato on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Please Help - Void Dimension

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

Joined Jan 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I don't know English, so the…
Mon, 01/13/2025 - 15:17

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.