help with cave plant features

Started by Endro on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
help with cave plant features

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 ?

Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Not exactly, but you could…
Tue, 09/19/2023 - 22:41

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.