How to make custom upside down hanging vines generate

Started by KWatStudios on

Topic category: Help with Minecraft modding (Java Edition)

Joined Feb 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make custom upside down hanging vines generate

I am making a mod that adds a plant (kind of like lush cave vines) that hangs from the ceiling and I want to make it generate in my custom biome. The plant essentially grows upside down and requires a solid block above it, but none of the features I tried (including custom structures) would generate. I believe it would be making a block column generate upside down, but I don't know how to do that. Does anyone know how to make this work?

Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Just use a feature to do it,…
Wed, 02/19/2025 - 01:16

Just use a feature to do it, sample blocks to find air that's under a solid block and when the feature meets that condition, place your vine and randomize it's length or whatever it is you want to do.