Embed a structure into the ground

Started by Green4 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Embed a structure into the ground

I've looked and I can't find an answer. How would you make a structure that is one block in the ground? (So the floor level of the structure is ground level, instead of being one higher.)

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If its just a single…
Tue, 09/24/2024 - 01:29

If its just a single structure use feature instead of structure. In the feature make it spawn custom structure under advanced features and make the y offset -1. You could also just change your structure and move the structure block. The x y z that the structure spawns is the x y z of the structure block you used to save the structure. Make sure to check that the block it is placing on is solid you can make other conditions so the structure is completely on land.

Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks!
Tue, 09/24/2024 - 21:02

Thanks!

Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Okay so turns out that…
Sun, 09/29/2024 - 18:30

Okay so turns out that MCreator auto embeds the bottom layer with either of the Bearded types