Generating structure in another dimension

Started by Smalsy on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 months ago
Joined Dec 2023
Points:
143

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
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

Active 2 months ago
Joined Feb 2023
Points:
301

User statistics:

  • Modifications: 2
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
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

Active 2 months ago
Joined Dec 2023
Points:
143

User statistics:

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

thanks it worked