Class MultifaceGrowthFeature

java.lang.Object
com.github.darksoulq.abyssallib.world.gen.feature.Feature<MultifaceGrowthFeature.Config>
com.github.darksoulq.abyssallib.world.gen.feature.impl.MultifaceGrowthFeature

public class MultifaceGrowthFeature extends Feature<MultifaceGrowthFeature.Config>
A world generation feature responsible for placing blocks that cling to solid surfaces.

This feature checks the immediately adjacent blocks around the origin. If any adjacent block matches the allowed placement materials, it successfully places the specified organic growth (e.g., glow lichen, vines, or sculk veins).