I need help with dimension teleportation

Started by Cyan Husky on

Topic category: Help with Minecraft modding (Java Edition)

Joined Dec 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I need help with dimension teleportation

I am trying to make a block that lets you teleport through dimensions, but it teleports you to the same coords in that dimension, not somewhere safe. Is there any way to deal with that?

Joined Dec 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ether make a system that…
Mon, 04/06/2026 - 22:04

Ether make a system that will teleport the player until it finds an air block, loads a structure that has a floor and cleared out area for the player, or do what I do and teleport them high in the air and give slow falling/resistance (but that doesn't work in nether-like dimensions). If there is already an area and it just isn't teleporting right, divide or multiply the player cords by the dimension cord scale.

I am not an experienced modder, so my advice is probably terrible, but this is all I got.