Started by
KWatStudios
on
Topic category: Help with Minecraft modding (Java Edition)
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?
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.