Embed a structure into the ground

Started by Green4 on

Topic category: Help with Minecraft modding (Java Edition)

Active 4 months ago
Joined Jul 2024
Points:
106

User statistics:

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

Active 4 months ago
Joined Jul 2022
Points:
533

User statistics:

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

Active 4 months ago
Joined Jul 2024
Points:
106

User statistics:

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

Thanks!

Active 4 months ago
Joined Jul 2024
Points:
106

User statistics:

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