How to make custom upside down hanging vines generate

Started by KWatStudios on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 months ago
Joined Feb 2023
Points:
321

User statistics:

  • Modifications: 2
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
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?

Active 2 weeks ago
Joined May 2021
Points:
621

User statistics:

  • Modifications: 0
  • Forum topics: 6
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 66
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.