Minecraft:Basalt Columns
More actions
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
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:
- Configured Features:
- The game references pre-defined basalt column structures from
NetherFeatures.SMALL_BASALT_COLUMNSandNetherFeatures.LARGE_BASALT_COLUMNS. - These features define the basic shape and formation of the columns.
- The game references pre-defined basalt column structures from
- 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)).
- Small Basalt Columns spawn 4 times per chunk (
- The placement occurs using the
BiomeFilter.biome()rule, ensuring they only appear in the Basalt Deltas biome.
- The basalt column features are registered with specific placement rules:
- 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
<section begin="config"/>
- Template:Nbt
- Template:NbtTemplate:NbtTemplate:Until / Template:NbtTemplate:Upcoming The max radius of a column in this column cluster. Value between 0 and 3 (inclusive).
- Template:NbtTemplate:NbtTemplate:Upcoming The number of columns to generate. Value between 1 and 150 (inclusive).
- Template:NbtTemplate:Nbt The max height is
height + 1. Value between 1 and 10 (inclusive). - Template:NbtTemplate:NbtTemplate:Upcoming The size of the square to attempt to generate columns in. Value between 0 and 13 (inclusive) which is also limited by Template:Cd.
- Template:NbtTemplate:Upcoming Which block to place.
- Template:NbtTemplate:Upcoming Which blocks can be replaced by the column.
- Template:NbtTemplate:Upcoming Which pre-existing blocks to accept as part of a column.
- Template:NbtTemplate:Upcoming Which blocks are avoided when starting placement.
<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
Bedrock Edition
Issues
Trivia
- In real life, Template:W is the phenomenon that causes rocks to form arrays of columns. Other rocks featured in Minecraft that can be subject to columnar jointing include Minecraft:andesite, Minecraft:tuff, and quartz.
Gallery
Screenshots
-
Basalt columns in a lava sea.
-
These basalt columns generated on a floating Minecraft:blackstone island.
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:玄武岩石柱林