Class BlockPatchFeature

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

public class BlockPatchFeature extends Feature<BlockPatchFeature.Config>
A world generation feature that scatters blocks dynamically around an origin point.

Upgraded to utilize the Block State Provider API, allowing the scattered patch to consist of randomized or noise-driven block mixtures rather than a single static type.

  • Constructor Details

    • BlockPatchFeature

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