Structure dimension with void

Started by zorualeloupsolitaire on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Structure dimension with void

Hello,

In my mod, I'd like the player to complete the rest of the story in an empty dimension.
In this empty dimension, I'd like the player to spawn in a structure I've made at precise coordinates.

Is it possible to generate a structure in an empty dimension and have the player spawn in it? I'd like this structure, which will serve as a hub, to spawn only once, to avoid it being generated each time the player joins this dimension.

Thanks in advance!

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hello, You can make an empty…
Mon, 05/19/2025 - 05:43

Hello,

You can make an empty dimension by creating a biome that has it's blocks set as void air. When you make the dimension itself make the filler blocks void air as well and add the previously made biome as the only biome in that dimension. If stuff like lava begins to generate in the empty space just set the dimension generation to be like the End.

As for the structure MCreator should have a block that places a structure at specific coordinates. Just call that block whenever a player enters the dimesnion. Also it places an NBT structure so you only need the structure file and dont have to make the structure component.

I hope this helps!