Started by
AOCAWOL
on
Topic category: Help with MCreator software
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 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 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.
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
@shadowmaster2119
/fill x y z x y z minecraft:structure_void 0 replace minecraft:air
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
Thank you for this yall. Made this process so much easier