Started by
Soptsign555
on
Topic category: Help with Minecraft modding (Java Edition)
I've been having an annoying issue with an underground biome I've been making for my mod. it's supposed to be full of vanilla trees but with custom blocks (like, in the biome's features screen I've configured trees), custom flowers, and custom grass. however, the plants and trees refuse to generate underground, and when it's as single biome world the trees only spawn on the surface but the plants are absent. is there any way to fix this? I've given the surface block of the biome the minecraft:dirt tag, so there shouldn't be no reason for it to not generate. this is on 2024.1.
Default features will likely have checks that prevent them from spawning underground. You may need to make custom features with custom placement conditions for them to work underground instead
oooooooh, okay, thank you!