Class FossilFeature

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

public class FossilFeature extends Feature<FossilFeature.Config>
A world generation feature that generates a contiguous, noise-driven blob of blocks.

Evaluates 3D Simplex Noise within a spherical bounding box to carve out solid, randomized organic structures like ancient fossils, meteorite chunks, or massive corrupted root systems.

  • Constructor Details

    • FossilFeature

      public FossilFeature()
      Constructs a new FossilFeature with its associated configuration codec.
  • Method Details