VOOZH about

URL: https://minecraft.wiki/w/Basalt_Columns

⇱ Basalt Columns – Minecraft Wiki


Basalt Columns

From Minecraft Wiki
Jump to navigation Jump to search
Basalt columns
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.

Generation

[edit | edit source]
πŸ‘ Image
An example of basalt columns in the air and on the ground.

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:

  • Small Basalt Columns – Controlled by NetherPlacements.SMALL_BASALT_COLUMNS
  • Large Basalt Columns – Controlled by NetherPlacements.LARGE_BASALT_COLUMNS

Basalt columns are defined as Placed Features, which determine their spawning frequency and location. The generation process follows these steps:

  1. Configured Features:
    • The game references pre-defined basalt column structures from NetherFeatures.SMALL_BASALT_COLUMNS and NetherFeatures.LARGE_BASALT_COLUMNS.
    • These features define the basic shape and formation of the columns.
  2. Placement Registration (NetherPlacements.bootstrap()):
    • The basalt column features are registered with specific placement rules:
      • Small Basalt Columns spawn 4 times per chunk (CountOnEveryLayerPlacement.of(4)).
      • Large Basalt Columns spawn 2 times per chunk (CountOnEveryLayerPlacement.of(2)).
    • The placement occurs using the BiomeFilter.biome() rule, ensuring they only appear in the Basalt Deltas biome.
  3. World Generation Step (GenerationStep.Decoration.SURFACE_STRUCTURES):
    • During terrain decoration, the game places basalt columns in randomized locations.
    • Their height, clustering, and spread are determined by internal noise functions and world height layers.

Interaction with other features

[edit | edit source]
  • Basalt columns often generate alongside Basalt Blobs (NetherPlacements.BASALT_BLOBS), which contribute to the rugged terrain.
  • The presence of Blackstone Blobs (NetherPlacements.BLACKSTONE_BLOBS) adds variation to the biome’s rocky surface.

Data values

[edit | edit source]

Java Edition:

Feature typeIdentifier
πŸ‘ EnvSprite basalt-columns.png: Sprite image for basalt-columns in Minecraft
[No displayed name]
basalt_columns
Configured featureIdentifier
πŸ‘ 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

Bedrock Edition:

FeatureIdentifier
πŸ‘ EnvSprite basalt-columns.png: Sprite image for basalt-columns in Minecraft
[No displayed name]
basalt_columns_feature

Config

[edit | edit source]
Main article: Configured feature

Java Edition:

History

[edit | edit source]

Java Edition

[edit | edit source]
Java Edition
1.1620w15aAdded basalt columns.

Bedrock Edition

[edit | edit source]
Bedrock Edition
1.16.0beta 1.16.0.57Added basalt columns.

Issues

[edit | edit source]

Issues relating to "Basalt Columns" are maintained on the bug tracker. Issues should be reported and viewed there.

Trivia

[edit | edit source]
  • In real life, columnar jointing is the phenomenon that causes rocks to form arrays of columns. Other rocks featured in Minecraft that can be subject to columnar jointing include andesite, tuff, and quartz.

Gallery

[edit | edit source]

Screenshots

[edit | edit source]

Navigation

[edit | edit source]
Retrieved from "https://minecraft.wiki/w/Basalt_Columns?oldid=3460729"

Navigation menu