Generating structure in another dimension

Started by Smalsy on

Topic category: Help with Minecraft modding (Java Edition)

Joined Dec 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Generating structure in another dimension

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

Joined Feb 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you can use execute command…
Sun, 06/01/2025 - 15:18

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

Joined Dec 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
thanks it worked
Wed, 06/04/2025 - 14:24

thanks it worked