Structure void does still generate

Started by TheRidiculousR on

Topic category: Help with Minecraft modding (Java Edition)

Joined Feb 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Structure void does still generate

so, I was making trees quite some time ago, now I have come back to mcreator to see there are giant spaces of air around them with the new structure format.

I was told to use structure voids to prevent these square holes from generating around my trees, but instead it just generates structure void instead of air, still the square holes in my world gen around the trees, am I missing a setting or something?
help is appreciated 

Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You aren't missing something…
Tue, 09/24/2019 - 19:13

You aren't missing something. Structure blocks should indeed not replace anything inside of your world.

Try remaking the tree and see if that works. I haven't seen your issue before.

Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I had to make schematic…
Wed, 09/25/2019 - 03:42

I had to make schematic files for structures, then go into the NBT file with NBT explorer and delete all the air blocks myself.

This can be tedious but it works.