![]() |
VOOZH | about |
| Biomes | π Image Basalt Deltas |
|---|---|
| Generates in existing chunks |
No |
| Consists of |
{
"title": "Basalt columns",
"rows": [
{
"field": "<span class=\"nowrap\"><span class=\"sprite-file\" style=\"\">(link to File:BiomeSprite basalt-deltas.png article, displayed as 16x16px|link=Basalt Deltas|alt=|class=pixel-image|)</span>(link to Basalt Deltas article, displayed as <span class=\"sprite-text\">Basalt Deltas</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 basalt.png article, displayed as 16x16px|link=Basalt|alt=|class=pixel-image|)</span>(link to Basalt article, displayed as <span class=\"sprite-text\">Basalt</span>)</span>",
"label": "Consists of"
}
],
"invimages": [],
"images": [
"Tall basalt column.png"
]
}
Basalt columns are vertical clusters of basalt blocks found within basalt delta biomes. They may also contain lava and magma in the many gaps between the towers.
Basalt columns generate as part of the surface structure generation in the Basalt Deltas biome. They appear in two variations: small basalt columns and large basalt columns. These formations are placed during the Surface Structures decoration step and contribute to the biome's rugged, volcanic terrain.
The game defines their generation using the following features:
NetherPlacements.SMALL_BASALT_COLUMNSNetherPlacements.LARGE_BASALT_COLUMNSBasalt columns are defined as Placed Features, which determine their spawning frequency and location. The generation process follows these steps:
NetherFeatures.SMALL_BASALT_COLUMNS and NetherFeatures.LARGE_BASALT_COLUMNS.NetherPlacements.bootstrap()):
CountOnEveryLayerPlacement.of(4)).CountOnEveryLayerPlacement.of(2)).BiomeFilter.biome() rule, ensuring they only appear in the Basalt Deltas biome.GenerationStep.Decoration.SURFACE_STRUCTURES):
NetherPlacements.BASALT_BLOBS), which contribute to the rugged terrain.NetherPlacements.BLACKSTONE_BLOBS) adds variation to the biomeβs rocky surface.| Feature type | Identifier |
|---|---|
| π EnvSprite basalt-columns.png: Sprite image for basalt-columns in Minecraft [No displayed name] | basalt_columns |
| Configured feature | Identifier |
|---|---|
| π EnvSprite basalt-columns.png: Sprite image for basalt-columns in Minecraft [No displayed name] | large_basalt_columns |
| π EnvSprite basalt-columns.png: Sprite image for basalt-columns in Minecraft [No displayed name] | small_basalt_columns |
| Feature | Identifier |
|---|---|
| π EnvSprite basalt-columns.png: Sprite image for basalt-columns in Minecraft [No displayed name] | basalt_columns_feature |
height + 1. Value between 1 and 10 (inclusive).
{ "type":"minecraft:basalt_columns", "config":{ "height":{ "type":"minecraft:uniform", "value":{ "max_inclusive":4, "min_inclusive":1 } }, "reach":1 } }
| Java Edition | |||||||
|---|---|---|---|---|---|---|---|
| 1.16 | 20w15a | Added basalt columns. | |||||
| Bedrock Edition | |||||||
|---|---|---|---|---|---|---|---|
| 1.16.0 | beta 1.16.0.57 | Added basalt columns. | |||||
Issues relating to "Basalt Columns" are maintained on the bug tracker. Issues should be reported and viewed there.