Started by
Smalsy
on
Topic category: Help with Minecraft modding (Java Edition)
i am making a mod where basically when the player presses a button it will teleport him to another dimension and spawn a custom structure there. i got the teleport part to work but when i try to spawn the structure it keeps spawning it in overworld and not in the dimension
you can use execute command for that
use something like this;
execute in yourmod:your_dimension_name run place structure your_structure_name x y z
thanks it worked