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

Minecraft:Amethyst Geode

From SAS Gaming Wiki
Revision as of 11:02, 30 April 2026 by SyncBot (talk | contribs) (Sync: new page from Minecraft)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

Template:Calculator

Structure


File:Amethyst geode inside.png
The inside of a cracked amethyst geode.

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:ID table

Template:El: Template:ID table

Config

Template:Main Template:El:

<section begin="config"/>

  • Template:Nbt
    • Template:Nbt The blocks used for the geode.
    • 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.

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

Template:HistoryTable

Java Edition

Template:HistoryTable

Bedrock Edition

Template:HistoryTable

Issues

Template:Issue list

Gallery

Screenshots

Renders

Concept artwork

In other media

References

Template:Reflist

External links

Navigation

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:紫晶洞