Started by
Cyan Husky
on
Topic category: Help with Minecraft modding (Java Edition)
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?
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.