Removing Air Blocks In A Structure?

Started by AOCAWOL on

Topic category: Help with MCreator software

Last seen on 18:03, 5. Dec 2021
Joined Oct 2014
Points:

User statistics:

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

Last seen on 01:34, 21. May 2020
Joined Sep 2019
Points:

User statistics:

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

Last seen on 20:25, 8. May 2020
Joined Aug 2019
Points:

User statistics:

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

Last seen on 01:34, 21. May 2020
Joined Sep 2019
Points:

User statistics:

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

Last seen on 00:04, 19. Apr 2024
Joined May 2023
Points:

User statistics:

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

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