Minecraft:Amethyst Geode
More actions
Template:Infobox structure An amethyst geode is a structure-like Minecraft:feature found in the underground of the Minecraft:Overworld. Amethyst geodes contain Minecraft:smooth basalt and Minecraft:calcite and are the main sources of Minecraft:amethyst shards and Minecraft:blocks of amethyst.
Generation
Amethyst geodes generate between Y=-58 and Y=30. Each Minecraft:chunk has a Template:Frac chance to attempt to generate a geode.
Structure
|
For the {{{Description}}} of the same name, see [[{{{Destination}}}]]. |
Amethyst geodes consist of three layers: an outer layer of Minecraft:smooth basalt, a middle layer of Minecraft:calcite, and a hollow layer of primarily Minecraft:amethyst blocks, with 8.3% replaced by Minecraft:budding amethyst blocks instead. Minecraft:Amethyst crystals generate within the structure on budding amethyst. Amethyst geodes have a 95% chance of generating with a crack, exposing their inside. Minecraft:Caves, Minecraft:aquifers, and Minecraft:canyons may be overridden by amethyst geodes,<ref> Template:Bug </ref> and as such are often obstructed by them.
Data values
ID
Template:El: Template:ID table
Template:El: Template:ID table
Config
<section begin="config"/>
- Template:Nbt
- Template:Nbt The blocks used for the geode.
- Template:Nbt The blockstate provider used for the 'filling' layer. This is air in vanilla geodes.
- Template:Nbt The blockstate provider used for the inner layer. This is an 'amethyst block' in vanilla geodes.
- Template:Nbt The blockstate provider used for the inner layer 'alternate' block. This is a 'budding amethyst' block in vanilla geodes
- Template:Nbt The blockstate provider used for the middle layer. This is calcite in vanilla geodes.
- Template:Nbt The blockstate provider used for the outer layer. This is smooth basalt in vanilla geodes
- Template:Nbt (At least one blockstate entry required) The blockstates placed within the geode, adjacent to the 'alternate_inner_layer_provider' block(s) by default. In vanilla geodes there are 4 entries, for 'small_amethyst_bud', 'medium_amethyst_bud', 'large_amethyst_bud' and 'amethyst_cluster'.
- Template:Nbt A block state.
- Template:Nbt A block tag listing which blocks not to replace. The tag used by vanilla geodes is
#minecraft:features_cannot_replace. - Template:Nbt A block tag listing invalid blocks. Due to Template:Bug, any value is treated as
#minecraft:geode_invalid_blocks. Additionally, air is an invalid block.
- Template:Nbt The thickness of each layer. Unknown units, seems to be non-linear. Larger values generate larger geodes. Values smaller than precisely 0.01 seem to be broken, resulting in much larger geodes than expected.
- Template:Nbt (optional, defaults to 1.7) Value between 0.01 and 50 (inclusive).
- Template:Nbt (optional, defaults to 2.2) Value between 0.01 and 50 (inclusive).
- Template:Nbt (optional, defaults to 3.2) Value between 0.01 and 50 (inclusive).
- Template:Nbt (optional, defaults to 4.2) Value between 0.01 and 50 (inclusive).
- Template:Nbt The configuration of the crack on the geode.
- Template:Nbt (optional, defaults to 1.0) The probability for generating crack. Value between 0.0 and 1.0 (inclusive).
- Template:Nbt (optional, defaults to 2) Value between 0.0 and 5.0 (inclusive).
- Template:Nbt (optional, defaults to 2) Value between 0 and 10 (inclusive).
- Template:Nbt (optional, defaults to 0.05) Value between 0.0 and 1.0 (inclusive).
- Template:Nbt (optional, defaults to 0.35) The probability for placing the inner placement on a block of inner layer. Value between 0 and 1 (inclusive).
- Template:Nbt (optional, defaults to 0.0) The chance for a given 'inner_layer_provider' block to be replaced with an 'alternate_inner_layer_provider' block. Value between 0 and 1 (inclusive).
- Template:Nbt (optional, defaults to true) Whether the 'inner_placements' block(s) can only be placed on an 'alternate_inner_layer_provider' block.
- Template:NbtTemplate:Nbt (optional, defaults to a uniform int between 4 and 5) The offset on each coordinate of the center from the feature start. Value between 1 and 20 (inclusive).
- Template:NbtTemplate:Nbt (optional, defaults to a uniform int between 3 and 4) Value between 1 and 20 (inclusive).
- Template:Nbt Check Template:Cd times near the center of the geode, and if the number of invalid blocks found exceeds this number, the feature will not be generated.
- Template:NbtTemplate:Nbt (optional, defaults to a uniform int between 1 and 2) Value between 1 and 10.
- Template:Nbt (optional, defaults to -16) The minimum Chebyshev distance between the block and the center.
- Template:Nbt (optional, defaults to 16) The maximum Chebyshev distance between the block and the center.
- Template:Nbt The blocks used for the geode.
Unlike ore features, geode features are always centered on their bottom northwest corner. For this reason, any placement predicates should be offset by the geode's average radius in order to perform checks on the proper location.
The 'min_gen_offset' and 'max_gen_offset' values determines the geode's cutoff size. Values greater than the default of ±16 slightly increase the effective cutoff size for very large geodes, though the size is ultimately limited to within the adjacent chunks.<section end="config"/>
Template:Collapse <syntaxhighlight lang="json"> {
"type": "minecraft:geode",
"config": {
"blocks": {
"alternate_inner_layer_provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "minecraft:budding_amethyst"
}
},
"cannot_replace": "#minecraft:features_cannot_replace",
"filling_provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "minecraft:air"
}
},
"inner_layer_provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "minecraft:amethyst_block"
}
},
"inner_placements": [
{
"Name": "minecraft:small_amethyst_bud",
"Properties": {
"facing": "up",
"waterlogged": "false"
}
},
{
"Name": "minecraft:medium_amethyst_bud",
"Properties": {
"facing": "up",
"waterlogged": "false"
}
},
{
"Name": "minecraft:large_amethyst_bud",
"Properties": {
"facing": "up",
"waterlogged": "false"
}
},
{
"Name": "minecraft:amethyst_cluster",
"Properties": {
"facing": "up",
"waterlogged": "false"
}
}
],
"invalid_blocks": "#minecraft:geode_invalid_blocks",
"middle_layer_provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "minecraft:calcite"
}
},
"outer_layer_provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "minecraft:smooth_basalt"
}
}
},
"crack": {
"base_crack_size": 2.0,
"crack_point_offset": 2,
"generate_crack_chance": 0.95
},
"distribution_points": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 4,
"min_inclusive": 3
}
},
"invalid_blocks_threshold": 1,
"layers": {
"filling": 1.7,
"inner_layer": 2.2,
"middle_layer": 3.2,
"outer_layer": 4.2
},
"max_gen_offset": 16,
"min_gen_offset": -16,
"noise_multiplier": 0.05,
"outer_wall_distance": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 6,
"min_inclusive": 4
}
},
"placements_require_layer0_alternate": true,
"point_offset": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 2,
"min_inclusive": 1
}
},
"use_alternate_layer0_chance": 0.083,
"use_potential_placements_chance": 0.35
}
} </syntaxhighlight> Template:Collapse
History
Announcement
Java Edition
Bedrock Edition
Issues
Gallery
Screenshots
-
The amethyst geode menu screen in Minecraft:Java Edition 1.17.1.
-
An amethyst geode in Minecraft:Spectator mode. The amethyst geode is next to a Minecraft:lush caves biome.
-
The inside of the amethyst geode that was shown in Minecraft:Minecraft Live 2020.
-
An amethyst geode's inside.
-
The inside of an amethyst geode.
-
An interior view into an amethyst geode.
-
A Minecraft:creeper, Minecraft:spider, and Minecraft:sheep near an amethyst geode, from the Minecraft:Minecraft Live 2023 trailer.
-
An amethyst geode generating in an Minecraft:iceberg.
-
An amethyst geode generated on a desert Minecraft:superflat world.
-
An amethyst geode generating above the ground.<ref>Template:Bug</ref>
-
An amethyst geode in a Minecraft:village.
-
An amethyst geode generated in a Minecraft:mineshaft.<ref>Template:Bug</ref>
-
An amethyst geode intersecting an Minecraft:ocean monument.
-
Three amethyst geodes that all spawned in close proximity, with two of them touching.
-
A Minecraft:fossil in an amethyst geode.
-
An amethyst geode with an odd growth in its basalt shell. Note that the protrusion is much smaller in the calcite layer, and missing entirely in the amethyst core.
-
A monster room overwritten by an amethyst geode.
-
A shipwreck overwritten by an amethyst geode.
-
A Minecraft:stronghold overwritten by an amethyst geode.
-
An amethyst geode and a Minecraft:mineshaft.
-
An amethyst geode with a mineshaft and 2 Minecraft:cave spider spawners.
-
An exposed amethyst geode in a Minecraft:desert.
-
An amethyst geode that is intersecting with a lava lake.
-
An underwater amethyst geode.
-
An image teased by Minecraft:Cory Scheviak of an amethyst geode generated underwater (brightened).
-
An amethyst geode partially exposed on the surface.
-
An amethyst geode cutting through Minecraft:bedrock.
-
An amethyst geode inside a stalactite.
-
An amethyst geode in an underwater cave.
-
A mineshaft going through an amethyst geode.
-
An amethyst geode with a mineshaft inside.
-
Another amethyst geode generated inside of a mineshaft.
-
Inside an underwater geode.
Renders
-
Cracked amethyst geode in Minecraft:20w46a, after the textures of Minecraft:calcite, Minecraft:block of amethyst, and Minecraft:budding amethyst were changed
-
Ditto, for uncracked amethyst geode
-
An amethyst geode in Minecraft:20w48a after the textures of block of amethyst and budding amethyst were changed again.
Concept artwork
-
Concept art of underground crystals, which was later reiterated into the amethyst geode.
-
Ditto.
In other media
-
Minecraft:Alex gazing inside a geode.<ref>Template:Ytl</ref>
-
A Lego amethyst geode, as featured in the set The Badlands Mineshaft.
-
Artwork of an amethyst geode, made for International Women's Day.<ref>https://www.linkedin.com/posts/mojangstudios_minecraft-play-videogames-activity-6907052285797515264-za6a?utm_source=combined_share_message&utm_medium=member_desktop</ref>
References
External links
Template:Navbox generated features
Minecraft:de:Amethystgeode Minecraft:es:Geoda de amatista Minecraft:fr:Géode d'améthyste Minecraft:it:Geode di ametista Minecraft:ja:アメジストジオード Minecraft:ko:자수정 정동 Minecraft:lzh:紫玉窟 Minecraft:pl:Geoda ametystowa Minecraft:pt:Geodo de ametista Minecraft:ru:Аметистовая жеода Minecraft:th:จีโอดแอเมทิสต์ Minecraft:uk:Аметистова жеода Minecraft:zh:紫晶洞