Skip to content

Dripstone Generation

Luke Bemish edited this page Sep 3, 2023 · 1 revision

WorldgenFlexiblifier makes dripstone generation more flexible by adding the following fields to the dripstone_cluster, large_dripstone, and pointed_dripstone feature types:

  • worldgenflexiblifier:base: the base stone for the feature; by default, minecraft:dripstone_block
  • worldgenflexiblifier:pointed: determines how pointed dripstone can be placed. Can be either the location of a block which supports the vertical_direction and thickness properties, or an object with an up and down field, each of which has, for every dripstone thickness (tip_merge, tip, frustum, middle, and base), either a block or block state. Defaults to minecraft:pointed_dripstone
  • worldgenflexiblifier:replaceable: a block tag specifying which blocks this feature can replace. Defaults to minecraft:dripstone_replaceable
Clone this wiki locally