Hi. I'm having a problem.
When I make a Structure like a tree and I do the Structure offsets the Structure still doesn't generate properly.
Example: When the world/dimension/biome generates, if the location has hills/mountains the Structure sometimes generates in the air.
Any ideas on how to fix this?
if the trunk is only 1 block wide at the bottom, it's very easy, make a new procedure, and make is something like: if block X Y-1 Z solid? with a return block, then go back to your tree structure, and in additional generation condition, you put your procedure, hope that helps!
Thanks :D