Removing Air Blocks In A Structure?

Started by AOCAWOL on

Topic category: Help with MCreator software

Active 10 months ago
Joined Oct 2014
Points:
1073

User statistics:

  • Modifications: 6
  • Forum topics: 30
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 291
Removing Air Blocks In A Structure?

Hi I've been trying to work on my mod for a while but when I use the new structure method they no longer have the option to remove air blocks and its really screwing up all my tree generation as they are all just deleting each other with all the air blocks. I don't know why this option was removed from structures but I really need it back..

When generating a structure…
Sat, 01/19/2019 - 15:46

When generating a structure file using structure block, fill the places you would like to not be generated with structure void blocks (https://www.digminecraft.com/basic_recipes/make_structure_void.php).

The option was removed…
Sat, 01/19/2019 - 15:46

The option was removed because the structure format is different than schematic. They work as templates and we only call built in Minecraft function to generate structure from the template and there is no option to make this generator ignore air.

Active 4 years ago
Joined Sep 2019
Points:
750

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 139
The only problem is, is that…
Tue, 10/08/2019 - 09:09

The only problem is, is that when you use the void blocks they have to be placed agains solid blocks or else they won't go where you wanted the to go. This makes it really hard to use the void blocks

Active 5 years ago
Joined Aug 2019
Points:
1024

User statistics:

  • Modifications: 0
  • Forum topics: 31
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 450
@shadowmaster2119 /fill x y…
Tue, 10/08/2019 - 13:38

@shadowmaster2119

/fill x y z x y z minecraft:structure_void 0 replace minecraft:air

Active 4 years ago
Joined Sep 2019
Points:
750

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 139
Thanks. I also found a way…
Sun, 10/13/2019 - 00:14

Thanks.

I also found a way called body painting which I have used. the command you have to put into the command block is

/execute @p ~ ~ ~ fill ~-x ~-x ~-x ~x ~x ~x minecraft:structure_void 0 replace air

Active 2 months ago
Joined May 2023
Points:
281

User statistics:

  • Modifications: 8
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 31
Thank you for this yall…
Fri, 08/04/2023 - 01:07

Thank you for this yall. Made this process so much easier