Started by
Endro
on
Topic category: Help with Minecraft modding (Java Edition)
been working on a mod after a while, and i'm trying to get cave plants to spawn as a feature, but the conditions will only let me use regular air, and not cave air. is there any way to work around this to get it to use cave air ?
Not exactly, but you could also just make custom structures that generate in caves. ...This can also be difficult as it's a lot harder to find valid locations underground as opposed to on the surface; but you can also make empty structures that run procedures when placed... such as searching for a valid location underground, and placing/generating custom features there. This is how I usually get custom features to function underground.