Started by
brainboy102
on
Topic category: Help with Minecraft modding (Java Edition)
Hello!
I've been running into a problem recently with the generation of structures in a custom (end-like generation) dimension, as the structures spawn on top of the void surface of the world ( Y: 0 ) instead of on the blocks I want them to be on, the surface block of the biome ( I'm generating custom trees, confined to certain biomes )
Any help very much appreciated! :)
first don't set them to be in the air or in the biome void if you want it to spawn on the islands
If you are generating small structures like trees you can set a condition to check if the block below is the block you want (anything except air), and then when executed it will only generate the structure if the block below is what you selected. I think that could work, but i haven't tested it out
I'm having this same problem and I am moderately new to mccreator so I have no clue what to do