VOOZH about

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

โ‡ฑ Amethyst Cluster โ€“ Minecraft Wiki


Amethyst Cluster

From Minecraft Wiki
(Redirected from Amethyst bud)
Jump to navigation Jump to search
๐Ÿ‘ Image
"Amethyst Bud" redirects here. For the block that grows amethyst buds, see Budding Amethyst. For other uses, see Amethyst.
Amethyst Cluster
Renewable Yes
Stackable Yes (64)
Tool ๐Ÿ‘ SlotSprite Pickaxe Required.png: Sprite image for Pickaxe Required in Minecraft
Blast resistance 1.5
Hardness 1.5
Luminous Small: Yes (1)
Medium: Yes (2)
Large: Yes (4)
Cluster: Yes (5)
Transparent Yes
Waterloggable Yes
Flammable No
Catches fire
from lava
No
Map color
 24 COLOR_PURPLE
Note block instrument Default (Harp)
{
 "title": "Amethyst Cluster",
 "rows": [
 {
 "field": "Yes",
 "label": "(link to Renewable resource article, displayed as Renewable)"
 },
 {
 "field": "Yes (64)",
 "label": "Stackable"
 },
 {
 "field": "<span class=\"sprite-file\" style=\"height:32px;width:32px;--vertical-align:middle\">(link to File:SlotSprite Pickaxe Required.png article, displayed as 32x32px|link=|alt=SlotSprite Pickaxe Required.png: Sprite image for Pickaxe Required in Minecraft|class=pixel-image|This block can be broken with any tool, but a pickaxe is the quickest)</span>",
 "label": "Tool"
 },
 {
 "field": "1.5",
 "label": "(link to Explosion#Blast resistance article, displayed as Blast resistance)"
 },
 {
 "field": "1.5",
 "label": "(link to Breaking#Blocks by hardness article, displayed as Hardness)"
 },
 {
 "field": "'''Small''': Yes (1)<br>'''Medium''': Yes (2)<br>'''Large''': Yes (4)<br>'''Cluster''': Yes (5)",
 "label": "(link to Light article, displayed as Luminous)"
 },
 {
 "field": "Yes",
 "label": "(link to Opacity article, displayed as Transparent)"
 },
 {
 "field": "Yes",
 "label": "(link to Waterlogging article, displayed as Waterloggable)"
 },
 {
 "field": "No",
 "label": "(link to Flammable article, displayed as Flammable)"
 },
 {
 "field": "No",
 "label": "Catches fire<br>from (link to lava article, displayed as lava)"
 },
 {
 "field": "<span style=\"white-space: nowrap;\"><span style=\"display: inline-block; background-color: rgb(127, 63, 178); border: 1px solid #888; border-radius: 0.3em; color: transparent; width: 1em; height: 1em; vertical-align: -0.36em; margin-right: -0.1em\"><br></span> 24 COLOR<wbr/>_PURPLE</span>",
 "label": "(link to Map color article, displayed as Map color)"
 },
 {
 "field": "Default (Harp)",
 "label": "(link to Note Block#Instruments article, displayed as Note block instrument)"
 }
 ],
 "invimages": [
 "Small Amethyst Bud",
 "Medium Amethyst Bud",
 "Large Amethyst Bud",
 "Amethyst Cluster"
 ],
 "images": [
 "Small Amethyst Bud (U) JE1.png",
 "Medium Amethyst Bud (U) JE1.png",
 "Large Amethyst Bud (U) JE1.png",
 "Amethyst Cluster (U) JE1.png"
 ]
}

Amethyst buds are the first three stages of growth of amethyst clusters, which grow on budding amethyst.

Amethyst clusters are the fourth and final growth stage of amethyst buds, which drop amethyst shards when mined.

Obtaining

[edit | edit source]

Breaking

[edit | edit source]

The amethyst cluster block drops itself in any of its growth stages (rather than its amethyst shard drops) when mined with any tool with the Silk Touch enchantment.

When mined without Silk Touch or broken by being pushed off an attached block by a piston or sticky piston, only fully grown amethyst clusters drop amethyst shards, while amethyst buds drop nothing. Breaking an amethyst cluster with a pickaxe drops 4 shards while any other method of breaking it yields 2 shards. The maximum amount of amethyst shards dropped can be increased with Fortune; Fortune I gives a 1โ„3 chance for 8 shards (averaging 5.33 shards), Fortune II gives a 25% chance (each) to give 8 or 12 shards (averaging 7 shards), and Fortune III gives a 20% chance (each) to give 8, 12, or 16 shards (averaging 8.8 shards).

  1. โ†‘ These durations ignore any other influential factors (e.g., Mining Fatigue) and are measured in seconds. For more information, see Breaking ยง Speed.

Natural generation

[edit | edit source]

Amethyst buds and clusters generate naturally as part of amethyst geodes, on exposed faces of budding amethysts.

Post-generation

[edit | edit source]

Every time a budding amethyst block receives a random tick, there is a 20% chance for a small amethyst bud to generate on any of its sides, as long as the block being replaced with the small amethyst bud is air or a water source block.

Usage

[edit | edit source]

Growing

[edit | edit source]

An amethyst bud placed on a budding amethyst (rather than any other block) regardless whether it was placed by the player or spawned by the budding amethyst itself, grows over time, going through three growth stages โ€“ small, medium, and large โ€“ before reaching its 4th and final growth stage as an amethyst cluster, which drops amethyst shards when mined.

In Java Edition, the below logic can be applied:

  1. Per random tick, updates occur to any given block in the loaded chunk every 68.27 seconds on average if the chunk center is within 128 blocks of a player's location.
  2. Each random tick assigned to the budding amethyst block has a 20% chance of triggering an update on a budding amethyst block. Thus, it takes 5 random ticks on average for a budding amethyst block to grow one of its faces by 1 stage.
  3. Of the 6 faces on a budding amethyst block, only one side is randomly selected to either accelerate by one growth stage or to develop a new bud. If the randomly-selected side is obstructed, then growth fails and nothing happens.
  4. Each budding amethyst requires 4 growth stages to reach maximum maturity and be gatherable.

As such, the math can be applied if a player is within random tick range as to calculate amethyst growth rate:

(68.27 seconds/1 random tick) ร— (5 random ticks/1 growth stage) ร— (4 growth stages/1 amethyst cluster) ร— (6 amethyst clusters/1 budding amethyst block) = 68.27ร—5ร—6ร—4 = 8192.4 seconds for an unobstructed budding amethyst block to fully grow each of its clusters. This time is equivalent to 2 hours 16 minutes 32.4 seconds or 6.827 in-game days.

Decoration

[edit | edit source]

They can also be placed on certain other types of blocks for decoration. The block must be solid and have at least one side that form a full surface: for example, they can be placed on the bottom of stairs (or top of upside down stairs), but not on their side, or top. They can also be placed on the bottom of bottom slabs and on the top of top slabs. Of blocks that meet these criteria, some are still excluded.

Amethyst clusters cannot be placed on:

Light

[edit | edit source]

Small, medium, and large amethyst buds give off a light level of 1, 2 and 4 respectively, while amethyst clusters give off a light level of 5.

Sound

[edit | edit source]

Uniquely among other blocks, an amethyst cluster in all its growth stages makes a quiet overlay sound when generally interacted with, as well as its block breaking sound when hit with a projectile.

Sounds

[edit | edit source]

List of sounds 

Data values

[edit | edit source]

Java Edition:

NameIdentifierForm Translation key
๐Ÿ‘ BlockSprite small-amethyst-bud.png: Sprite image for small-amethyst-bud in Minecraft
Small Amethyst Bud
small_amethyst_budBlock & Item block.minecraft.small_amethyst_bud
๐Ÿ‘ BlockSprite medium-amethyst-bud.png: Sprite image for medium-amethyst-bud in Minecraft
Medium Amethyst Bud
medium_amethyst_budBlock & Item block.minecraft.medium_amethyst_bud
๐Ÿ‘ BlockSprite large-amethyst-bud.png: Sprite image for large-amethyst-bud in Minecraft
Large Amethyst Bud
large_amethyst_budBlock & Item block.minecraft.large_amethyst_bud
๐Ÿ‘ BlockSprite amethyst-cluster.png: Sprite image for amethyst-cluster in Minecraft
Amethyst Cluster
amethyst_clusterBlock & Item block.minecraft.amethyst_cluster

Bedrock Edition:

NameIdentifierNumeric ID FormItem ID[i 1] Translation key
๐Ÿ‘ BlockSprite small-amethyst-bud.png: Sprite image for small-amethyst-bud in Minecraft
Small Amethyst Bud
small_amethyst_bud587Block & Giveable Item[i 2]Identical[i 3]
(Numeric: -332)
tile.small_amethyst_bud.name
๐Ÿ‘ BlockSprite medium-amethyst-bud.png: Sprite image for medium-amethyst-bud in Minecraft
Medium Amethyst Bud
medium_amethyst_bud586Block & Giveable Item[i 2]Identical[i 3]
(Numeric: -331)
tile.medium_amethyst_bud.name
๐Ÿ‘ BlockSprite large-amethyst-bud.png: Sprite image for large-amethyst-bud in Minecraft
Large Amethyst Bud
large_amethyst_bud585Block & Giveable Item[i 2]Identical[i 3]
(Numeric: -330)
tile.large_amethyst_bud.name
๐Ÿ‘ BlockSprite amethyst-cluster.png: Sprite image for amethyst-cluster in Minecraft
Amethyst Cluster
amethyst_cluster584Block & Giveable Item[i 2]Identical[i 3]
(Numeric: -329)
tile.amethyst_cluster.name
  1. โ†‘ ID of block's direct item form, which is used in savegame files and addons.
  2. โ†‘ a b c d Available with /give command.
  3. โ†‘ a b c d The block's direct item form has the same ID as the block.

Block states

[edit | edit source]
See also: Block states

Java Edition:

Name Default value Allowed values Description
facingupdown
east
north
south
up
west
The direction the amethyst is facing, determined by its anchoring.
waterloggedfalsetrue
false
Whether or not the amethyst is located inside of water.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
minecraft:block_faceNot Supportedupdown
east
north
south
up
west
UnsupportedThe direction the amethyst is facing, determined by its anchoring.

History

[edit | edit source]
There is an associated page listing all historical changes related to the appearance and/or sounds associated with this block in further detail than below; see /Asset history.

Mention and announcement

[edit | edit source]
May 21, 2009Notch mentioned crystal blocks as a potential block type that can be found in the underground.
October 3, 2020๐Ÿ‘ Image
Amethyst clusters are shown at Minecraft Live 2020.
October 20, 2020๐Ÿ‘ Image
๐Ÿ‘ Image
Cory Scheviak reveals small and medium amethyst buds on Twitter.

Java Edition

[edit | edit source]
Java Edition
1.1720w45a๐Ÿ‘ Image
๐Ÿ‘ Image
๐Ÿ‘ Image
๐Ÿ‘ Image

๐Ÿ‘ Image
๐Ÿ‘ Image
๐Ÿ‘ Image
๐Ÿ‘ Image
Added amethyst buds and amethyst clusters.
20w46aAmethyst clusters can now be obtained with Silk Touch.[1]
21w11aBreaking amethyst clusters by hand, with a piston, or by other means now drops 2 amethyst shards instead of the 4 that it does when broken with a pickaxe.
Previously, only an iron pickaxe or higher could cause 4 amethyst shards to drop, and other means dropped nothing.
21w17aRemoved unused 'lit' blockstate.
21w18aThe item models for amethyst buds, except for the amethyst cluster, have been changed so they appear higher in inventory slots.

Bedrock Edition

[edit | edit source]
Bedrock Edition
1.17.0
Experiment
Caves and Cliffs
beta 1.17.0.50๐Ÿ‘ Image
๐Ÿ‘ Image
๐Ÿ‘ Image
๐Ÿ‘ Image

๐Ÿ‘ Image
๐Ÿ‘ Image
๐Ÿ‘ Image
๐Ÿ‘ Image
Added amethyst buds and amethyst clusters.
1.17.0beta 1.17.0.52Amethyst buds and amethyst clusters are no longer available only in Experimental Gameplay.
1.20.30Preview 1.20.20.20Now uses the minecraft:block_face block state instead of facing_direction.
1.21.60Preview 1.21.60.21๐Ÿ‘ Image
๐Ÿ‘ Image
๐Ÿ‘ Image
๐Ÿ‘ Image
Changed the model to match Java Edition.

Issues

[edit | edit source]

Issues relating to "Amethyst Cluster", "Amethyst Bud", or "Amethyst Crystal" are maintained on the bug tracker. Issues should be reported and viewed there.

Trivia

[edit | edit source]
  • While amethyst buds cannot be equipped in the head slot in Survival mode, equipping it using commands causes it to appear as a crown.
  • Amethyst clusters are the only mineable blocks in the game that emit a light level of 5.

๐Ÿ‘ Image

Gallery

[edit | edit source]

Screenshots

[edit | edit source]

Development images

[edit | edit source]
  • An early version of the amethyst cluster's breaking sounds.

References

[edit | edit source]
  1. โ†‘ MC-203631 โ€“ Amethyst buds do not drop themselves with silk touch โ€“ resolved as "Fixed".

Navigation

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

Navigation menu