Started by
Cleiton909
on
Topic category: Help with Minecraft modding (Java Edition)
I made the structure of my portal in a similar format to the The End/Twilight Forest portal shape, but when I'm teleported to the dimension, the portal structure does'nt appears with the player, how can I make the structure appear in the dimension?
If you want another portal to spawn with you then use player enters dimension trigger and place nbt structure file at x y z in relation to the player. Use whatever structure you want, eg the portal or a platform like the end. To make an exit portal like the end just make a structure and place it at certain coordinates where the terrain will always generate so that it isnt spawing over the void. If you want the first portal to spawn on land, tp the player to something like 0 65 0 and then place the structure. Usually 0 65 0 has terrain generating under it.
You could also check if the block under the player is air and then tp to another position etc and place structure when the block is not air