Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Basalt Columns

From SAS Gaming Wiki

Template:Infobox structure Basalt columns are vertical clusters of Minecraft:basalt blocks found within Minecraft:basalt delta biomes. They may also contain lava and magma in the many gaps between the towers.

Generation

File:Basalt columns with many variations.png
An example of basalt columns in the air and on the ground.

Basalt columns generate as part of the surface structure generation in the Minecraft: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

  • 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

ID

Template:El: Template:ID table

Template:ID table Template:ID table

Template:El: Template:ID table

Config

Template:Main Template:El:

<section begin="config"/>

<section end="config"/>

Template:Collapse <syntaxhighlight lang="json"> {

 "type": "minecraft:basalt_columns",
 "config": {
   "height": {
     "type": "minecraft:uniform",
     "value": {
       "max_inclusive": 4,
       "min_inclusive": 1
     }
   },
   "reach": 1
 }

} </syntaxhighlight> Template:Collapse

History

Java Edition

Template:HistoryTable

Bedrock Edition

Template:HistoryTable

Issues

Template:Issue list

Trivia

Gallery

Screenshots

Navigation

Template:Navbox generated features

Minecraft:es:Columnas de basalto Minecraft:fr:Colonnes de basalte Minecraft:ja:玄武岩の柱の塊 Minecraft:lzh:黑堦石峰林 Minecraft:pt:Colunas de basalto Minecraft:zh:玄武岩石柱林