![]() |
VOOZH | about |
| Biomes | 👁 Image Dripstone caves |
|---|---|
| Generates in existing chunks |
No |
| Consists of |
{
"title": "Dripstone",
"rows": [
{
"field": "<span class=\"nowrap\"><span class=\"sprite-file\" style=\"\">(link to File:BiomeSprite dripstone-caves.png article, displayed as 16x16px|link=Dripstone caves|alt=|class=pixel-image|)</span>(link to Dripstone caves article, displayed as <span class=\"sprite-text\">Dripstone caves</span>)</span>",
"label": "(link to Biome article, displayed as Biomes)"
},
{
"field": "No",
"label": "Generates in<br>existing chunks "
},
{
"field": "\n* <span class=\"nowrap\"><span class=\"sprite-file\" style=\"\">(link to File:BlockSprite dripstone-block.png article, displayed as 16x16px|link=Dripstone Block|alt=|class=pixel-image|)</span>(link to Dripstone Block article, displayed as <span class=\"sprite-text\">Dripstone Block</span>)</span>\n* <span class=\"nowrap\"><span class=\"sprite-file\" style=\"\">(link to File:BlockSprite pointed-dripstone.png article, displayed as 16x16px|link=Pointed Dripstone|alt=|class=pixel-image|)</span>(link to Pointed Dripstone article, displayed as <span class=\"sprite-text\">Pointed Dripstone</span>)</span>\n* <span class=\"nowrap\"><span class=\"sprite-file\" style=\"\">(link to File:BlockSprite water.png article, displayed as 16x16px|link=Water|alt=|class=pixel-image|)</span>(link to Water article, displayed as <span class=\"sprite-text\">Water</span>)</span>",
"label": "Consists of"
}
],
"invimages": [],
"images": [
"Large dripstone.png"
]
}
Dripstone features can be found commonly in dripstone caves biomes. There are three types of dripstone feature: large dripstone, speleothem cluster and speleothem (also known as small dripstone).
Dripstone features generate inside large hollows in the dripstone caves biome. They can generate in water.
There are three types of dripstone feature:
When these types overlap, it results in pointed dripstone generating on the large columns of dripstone blocks.
| Feature type | Identifier |
|---|---|
| 👁 EnvSprite large-dripstone.png: Sprite image for large-dripstone in Minecraft [No displayed name] | large_dripstone |
| 👁 EnvSprite large-dripstone.png: Sprite image for large-dripstone in Minecraft [No displayed name] | speleothem_cluster |
| 👁 EnvSprite large-dripstone.png: Sprite image for large-dripstone in Minecraft [No displayed name] | speleothem |
| Configured feature | Identifier |
|---|---|
| 👁 EnvSprite large-dripstone.png: Sprite image for large-dripstone in Minecraft [No displayed name] | large_dripstone |
| 👁 BlockSprite pointed-dripstone.png: Sprite image for pointed-dripstone in Minecraft [No displayed name] | speleothem_cluster |
| 👁 BlockSprite pointed-dripstone.png: Sprite image for pointed-dripstone in Minecraft [No displayed name] | speleothem |
| Feature | Identifier |
|---|---|
| 👁 BlockSprite pointed-dripstone.png: Sprite image for pointed-dripstone in Minecraft [No displayed name] | dripstone_cluster_feature |
| 👁 EnvSprite large-dripstone.png: Sprite image for large-dripstone in Minecraft [No displayed name] | large_dripstone_feature |
| Feature | Identifier |
|---|---|
| 👁 BlockSprite pointed-dripstone.png: Sprite image for pointed-dripstone in Minecraft [No displayed name] | pointed_dripstone_feature |
which is used in:
| Feature | Identifier |
|---|---|
| 👁 BlockSprite pointed-dripstone.png: Sprite image for pointed-dripstone in Minecraft [No displayed name] | small_dripstone_snap_to_surface_feature |
which is used in:
| Feature | Identifier |
|---|---|
| 👁 BlockSprite pointed-dripstone.png: Sprite image for pointed-dripstone in Minecraft [No displayed name] | small_dripstone_feature |
If type is speleothem_cluster:
{ "type":"minecraft:dripstone_cluster", "config":{ "chance_of_speleothem_column_at_max_distance_from_center":0.1, "density":{ "type":"minecraft:uniform", "value":{ "max_exclusive":0.7, "min_inclusive":0.3 } }, "speleothem_block_layer_thickness":{ "type":"minecraft:uniform", "value":{ "max_inclusive":4, "min_inclusive":2 } }, "floor_to_ceiling_search_range":12, "height":{ "type":"minecraft:uniform", "value":{ "max_inclusive":6, "min_inclusive":3 } }, "height_deviation":3, "max_distance_from_center_affecting_height_bias":8, "max_distance_from_edge_affecting_chance_of_speleothem":3, "max_stalagmite_stalactite_height_diff":1, "radius":{ "type":"minecraft:uniform", "value":{ "max_inclusive":8, "min_inclusive":2 } }, "wetness":{ "type":"minecraft:clamped_normal", "value":{ "deviation":0.3, "max":0.9, "mean":0.1, "min":0.1 } } } }
If type is large_dripstone:
{ "type":"minecraft:large_dripstone", "config":{ "column_radius":{ "type":"minecraft:uniform", "value":{ "max_inclusive":19, "min_inclusive":3 } }, "floor_to_ceiling_search_range":30, "height_scale":{ "type":"minecraft:uniform", "value":{ "max_exclusive":2.0, "min_inclusive":0.4 } }, "max_column_radius_to_cave_height_ratio":0.33, "min_bluntness_for_wind":0.6, "min_radius_for_wind":4, "stalactite_bluntness":{ "type":"minecraft:uniform", "value":{ "max_exclusive":0.9, "min_inclusive":0.3 } }, "stalagmite_bluntness":{ "type":"minecraft:uniform", "value":{ "max_exclusive":1.0, "min_inclusive":0.4 } }, "wind_speed":{ "type":"minecraft:uniform", "value":{ "max_exclusive":0.3, "min_inclusive":0.0 } } } }
If type is speleothem
{ "type":"minecraft:speleothem", "config":{ "chance_of_directional_spread":0.7, "chance_of_spread_radius2":0.5, "chance_of_spread_radius3":0.5, "chance_of_taller_dripstone":0.2 } }
| October 3, 2020 | Dripstone clusters are announced and shown at Minecraft Live 2020. | ||||||
|---|---|---|---|---|---|---|---|
| November 18, 2020 | Henrik Kniberg tweeted a picture of the equation used to generate the shape of stalagmites. | ||||||
| Java Edition | |||||||
|---|---|---|---|---|---|---|---|
| 1.17 | 20w49a | Added dripstone features. | |||||
| 21w13a | Dripstone clusters can now be found rarely in regular caves. | ||||||
| 1.18 | Experimental Snapshot 1 | All three types of dripstone features now generate naturally in dripstone caves. | |||||
| Dripstone clusters can no longer generate outside dripstone caves biomes. | |||||||
| Pre-release 5 | Pointed Dripstone clusters no longer have a chance of spawning only stalagmites of height one.[1] | ||||||
| Pre-release 6 | Dripstone now generates at high y values.[2] | ||||||
| Pointed dripstone no longer makes holes in lava pools.[3] | |||||||
| Dripstone features are generated a bit more sparsely. | |||||||
| Pre-release 7 | The numbers of dripstone features have been increased again. | ||||||
| 26.2 | snap1 | pointed_dripstone has been renamed to speleothem. | |||||
dripstone_cluster has been renamed to speleothem_cluster. | |||||||
Added the base_block, pointed_block, and replaceable_blocks fields to the renamed features, as well as the latter to large_dripstone. | |||||||
Additional fields have been renamed (e.g. chance_of_taller_dripstone to chance_of_taller_generation) to account for the name changes. | |||||||
| snap6 | The maximum vaule allowed for the column_radius field in large_dripstone has been reduced to 16 to prevent the feature from reaching beyond neighboring chunks. | ||||||
| Bedrock Edition | |||||||
|---|---|---|---|---|---|---|---|
| 1.16.220 | beta 1.16.220.50 | Added the dripstone clusters. They don't naturally generate yet and are only accessible through add-ons. | |||||
| 1.17.0 | beta 1.17.0.50 | Dripstone clusters now generate throughout caves in the Overworld. | |||||
| 1.17.30 Experiment | beta 1.17.20.22 | Dripstone clusters can now generate below Y=0 to Y=-64 if the Caves & Cliffs experimental gameplay toggle is enabled. | |||||
| 1.18.10 | beta 1.18.10.21 | The numbers of dripstone features have been increased to match Java Edition. | |||||
| beta 1.18.10.26 | Pointed Dripstone now sometimes generate on large stalactites and stalagmites.[4] | ||||||
| Pointed Dripstone clusters no longer have a chance of spawning only stalagmites of height one.[5] | |||||||
| Large Dripstone feature does not generate floating on top of lava anymore.[6] | |||||||
Issues relating to "Dripstone (feature)" are maintained on the bug tracker. Issues should be reported and viewed there.