<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Minecraft%3ABudding_Amethyst</id>
	<title>Minecraft:Budding Amethyst - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Minecraft%3ABudding_Amethyst"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Budding_Amethyst&amp;action=history"/>
	<updated>2026-04-09T08:37:09Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.sasgaming.net/index.php?title=Minecraft:Budding_Amethyst&amp;diff=49444&amp;oldid=prev</id>
		<title>~2026-PigSalmonTerracotta7415: aded sticky block info</title>
		<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Budding_Amethyst&amp;diff=49444&amp;oldid=prev"/>
		<updated>2026-03-28T00:58:13Z</updated>

		<summary type="html">&lt;p&gt;aded sticky block info&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{About|the unobtainable block|the block that grows to become an amethyst cluster|Amethyst Bud}}{{Infobox block&lt;br /&gt;
|image=Budding Amethyst.png&lt;br /&gt;
|invimage=Budding Amethyst&lt;br /&gt;
|renewable=No&lt;br /&gt;
|stackable=Yes (64)&lt;br /&gt;
|tool=Wooden Pickaxe&lt;br /&gt;
|light=No&lt;br /&gt;
|transparent=Partial &amp;lt;small&amp;gt;(blocks light)&amp;lt;/small&amp;gt;&lt;br /&gt;
|flammable=No&lt;br /&gt;
|lavasusceptible=No&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Budding amethyst&amp;#039;&amp;#039;&amp;#039; is a fragile block found in [[Minecraft:amethyst geode]]s that grows [[Minecraft:amethyst cluster]]s over time. It drops nothing if it breaks, and cannot be moved from where it is found. &lt;br /&gt;
&lt;br /&gt;
== Obtaining ==&lt;br /&gt;
Budding amethyst can only be obtained via the [[Minecraft:Creative inventory]] or with [[Minecraft:commands]].&amp;lt;br&amp;gt;It is unobtainable in [[Minecraft:Survival]], using a tool enchanted with [[Minecraft:Silk Touch]] doesn&amp;#039;t drop anything.&lt;br /&gt;
&lt;br /&gt;
=== Breaking ===&lt;br /&gt;
The suitable tool to break budding amethyst is a [[Minecraft:pickaxe]]. Budding amethyst needs to be broken using a pickaxe, otherwise the breaking time will increase.&lt;br /&gt;
{{Breaking row|Budding Amethyst|Pickaxe|Wooden|drop=0|horizontal=1}}&lt;br /&gt;
Budding amethyst drops nothing when it&amp;#039;s destroyed.&lt;br /&gt;
&lt;br /&gt;
=== Natural generation ===&lt;br /&gt;
Budding amethyst generates naturally as part of [[Minecraft:amethyst geode]]s, replacing 8.3% of the [[Minecraft:blocks of amethyst]] in the innermost layer of the geode.&lt;br /&gt;
&lt;br /&gt;
{{block distribution}}&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
=== Growing into amethyst clusters ===&lt;br /&gt;
An amethyst bud placed on a budding amethyst (rather than any other block) grows over time, regardless whether it was placed by the player or spawned by the budding amethyst itself. That bud goes through three growth stages – small, medium, and large – before reaching its 4th and final growth stage as an amethyst cluster, which drops [[Minecraft:amethyst shard]]s when mined.&lt;br /&gt;
&lt;br /&gt;
{{IN|Java}}, the below logic can be applied:&lt;br /&gt;
#Per [[Minecraft:random tick]], updates will occur to any given block in the loaded chunk every &amp;#039;&amp;#039;&amp;#039;68.27&amp;#039;&amp;#039;&amp;#039; seconds on average.&lt;br /&gt;
#Choose &amp;#039;&amp;#039;one&amp;#039;&amp;#039; randomly-selected side of the  six-sided block. This random choice is done without considering if growth is possible, so if a direction is chosen that cannot grow an amethyst bud, the random tick does not perform any work.&lt;br /&gt;
#There is a 20% chance to either create a new amethyst bud in air or [[Minecraft:Water#Source_blocks|still water]], or to increment the growth stage of an existing amethyst bud, if that bud is attached directly to this block (two adjacent budding amethysts do not speed up growth of a bud between them, as each bud is attached to just one block).&lt;br /&gt;
#There are 4 growth stages.&lt;br /&gt;
As such, the math can be applied as:&lt;br /&gt;
&lt;br /&gt;
(68.27 seconds average for random ticks) x (20% chance of growth for any given single side) x (6 sides) x (4 growth stages) = 68.27×5×6×4 = 8192 seconds average, also 2 hours 16 minutes 32 seconds, also 6.827 in-game days.&lt;br /&gt;
&lt;br /&gt;
{{IN|Bedrock}} a new amethyst bud can also form in [[Minecraft:flowing water]], removing the water block in the process.&lt;br /&gt;
&lt;br /&gt;
=== Sound ===&lt;br /&gt;
Uniquely among other blocks a budding amethyst makes a quiet overlay sound when generally interacted with as well as its block breaking sound when hit with a projectile.&lt;br /&gt;
&lt;br /&gt;
=== Piston interactivity ===&lt;br /&gt;
Budding amethyst is destroyed when pushed by a [[Minecraft:piston]]. It cannot be pulled by a [[Minecraft:sticky piston]], or slime and honey blocks.&lt;br /&gt;
&lt;br /&gt;
== Sounds ==&lt;br /&gt;
=== Generic ===&lt;br /&gt;
{{Sound table/Block/Amethyst block}}&lt;br /&gt;
&lt;br /&gt;
=== Unique ===&lt;br /&gt;
{{edition|java}}&lt;br /&gt;
{{SoundTable&lt;br /&gt;
| type = java&lt;br /&gt;
| {{SoundLine&lt;br /&gt;
|sound =Amethyst shimmer.ogg&lt;br /&gt;
|subtitle=Amethyst chimes&lt;br /&gt;
|source=block&lt;br /&gt;
|description=Walking on the block&lt;br /&gt;
|id=block.amethyst_block.chime&lt;br /&gt;
|translationkey=subtitles.block.amethyst_block.chime&lt;br /&gt;
|volume=0.26-0.2768&lt;br /&gt;
|pitch=0.5-1.784&lt;br /&gt;
|distance=16}}&lt;br /&gt;
| {{SoundLine&lt;br /&gt;
|subtitle=Amethyst chimes&lt;br /&gt;
|source=block&lt;br /&gt;
|description=When a projectile collides with the block&lt;br /&gt;
|id=block.amethyst_block.chime&lt;br /&gt;
|translationkey=subtitles.block.amethyst_block.chime&lt;br /&gt;
|volume=0.2&lt;br /&gt;
|pitch=0.5-1.7&lt;br /&gt;
|distance=16}}&lt;br /&gt;
| {{SoundLine&lt;br /&gt;
|sound=Amethyst step1.ogg&lt;br /&gt;
|sound2=Amethyst step2.ogg&lt;br /&gt;
|sound3=Amethyst step3.ogg&lt;br /&gt;
|sound4=Amethyst step4.ogg&lt;br /&gt;
|sound5=Amethyst step5.ogg&lt;br /&gt;
|sound6=Amethyst step6.ogg&lt;br /&gt;
|sound7=Amethyst step7.ogg&lt;br /&gt;
|sound8=Amethyst step8.ogg&lt;br /&gt;
|sound9=Amethyst step9.ogg&lt;br /&gt;
|sound10=Amethyst step10.ogg&lt;br /&gt;
|sound11=Amethyst step11.ogg&lt;br /&gt;
|sound12=Amethyst step12.ogg&lt;br /&gt;
|subtitle=Block breaking&amp;lt;ref group=&amp;quot;sound&amp;quot;&amp;gt;This is due to it using the exact same sound event as the one used for breaking - see {{bug|MC-204050}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|source=block&lt;br /&gt;
|description=When a projectile collides with the block&lt;br /&gt;
|id=block.amethyst_block.hit&lt;br /&gt;
|translationkey=subtitles.block.generic.hit&lt;br /&gt;
|volume=0.2&lt;br /&gt;
|pitch=0.5-1.7&lt;br /&gt;
| distance = 16&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Edition|Bedrock}}:&lt;br /&gt;
{{SoundTable&lt;br /&gt;
| type = bedrock&lt;br /&gt;
| {{SoundLine&lt;br /&gt;
| sound =Amethyst shimmer.ogg&lt;br /&gt;
|source=block&lt;br /&gt;
|description=When stepped on, or when a projectile collides with it&lt;br /&gt;
|id=chime.amethyst_block&lt;br /&gt;
|volume=1.0&lt;br /&gt;
|pitch=0.5-1.7}}&lt;br /&gt;
| {{SoundLine&lt;br /&gt;
|sound=Amethyst step1.ogg&lt;br /&gt;
|sound2=Amethyst step2.ogg&lt;br /&gt;
|sound3=Amethyst step3.ogg&lt;br /&gt;
|sound4=Amethyst step4.ogg&lt;br /&gt;
|sound5=Amethyst step5.ogg&lt;br /&gt;
|sound6=Amethyst step6.ogg&lt;br /&gt;
|sound7=Amethyst step7.ogg&lt;br /&gt;
|sound8=Amethyst step8.ogg&lt;br /&gt;
|sound9=Amethyst step9.ogg&lt;br /&gt;
|sound10=Amethyst step10.ogg&lt;br /&gt;
|sound11=Amethyst step11.ogg&lt;br /&gt;
|sound12=Amethyst step12.ogg&lt;br /&gt;
|description=When a projectile collides with the block&lt;br /&gt;
|source=Blocks&lt;br /&gt;
|id=hit.amethyst_block&lt;br /&gt;
|volume=1.0&lt;br /&gt;
| pitch = 1.0&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Data values ==&lt;br /&gt;
=== ID ===&lt;br /&gt;
{{edition|java}}:&lt;br /&gt;
{{ID table&lt;br /&gt;
|edition=java&lt;br /&gt;
|showblocktags=y&lt;br /&gt;
|showforms=y&lt;br /&gt;
|generatetranslationkeys=y&lt;br /&gt;
|displayname=Budding Amethyst&lt;br /&gt;
|spritetype=block&lt;br /&gt;
|nameid=budding_amethyst&lt;br /&gt;
|blocktags=crystal_sound_blocks, mineable/pickaxe&lt;br /&gt;
|foot=1}}&lt;br /&gt;
&lt;br /&gt;
{{edition|bedrock}}:&lt;br /&gt;
{{ID table&lt;br /&gt;
|edition=bedrock&lt;br /&gt;
|shownumericids=y&lt;br /&gt;
|showforms=y&lt;br /&gt;
|generatetranslationkeys=y&lt;br /&gt;
|displayname=Budding Amethyst&lt;br /&gt;
|spritetype=block&lt;br /&gt;
|nameid=budding_amethyst&lt;br /&gt;
|id=583&lt;br /&gt;
|foot=1}}&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
=== Early mentions ===&lt;br /&gt;
{{HistoryTable&lt;br /&gt;
|{{HistoryLine||May 21, 2009|link=https://web.archive.org/web/0/http://notch.tumblr.com/post/110762705/my-list-on-tile-types-so-far|[[Minecraft:Notch]] mentioned crystal blocks as a potential block type that can be found in the underground.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Reveal ===&lt;br /&gt;
{{HistoryTable&lt;br /&gt;
|{{HistoryLine||October 3, 2020|link={{ytl|DBvZ2Iqmm3M|t=23m14s}}|Amethyst-related blocks are mentioned at [[Minecraft:Minecraft Live 2020]]. It was mentioned that, like with [[Minecraft:monster spawner]]s, blocks that generate amethysts would not be movable by survival means, forcing players to build farms &amp;#039;&amp;#039;in situ&amp;#039;&amp;#039; for these resources.}}&lt;br /&gt;
|{{HistoryLine||October 6, 2020|link={{tweet|Cojomax99|1313397269476061184}}|[[File:Budding Amethyst JE1.png|32px]] [[Minecraft:Cory Scheviak]] tweeted a screenshot where budding amethyst was seen, unnamed at the moment.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;Java Edition&amp;#039;&amp;#039; ===&lt;br /&gt;
{{HistoryTable&lt;br /&gt;
|{{HistoryLine|java}}&lt;br /&gt;
|{{HistoryLine||1.17|dev=20w45a|[[File:Budding Amethyst JE1.png|32px]] Added budding amethyst.}}&lt;br /&gt;
|{{HistoryLine|||dev=20w46a|[[File:Budding Amethyst JE2.png|32px]] The texture of budding amethyst has been changed.}}&lt;br /&gt;
|{{HistoryLine|||dev=20w48a|[[File:Budding Amethyst JE3.png|32px]] The texture of budding amethyst has been changed again.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;Bedrock Edition&amp;#039;&amp;#039; ===&lt;br /&gt;
{{HistoryTable&lt;br /&gt;
|{{HistoryLine|bedrock}}&lt;br /&gt;
|{{HistoryLine||1.17.0|exp=Caves and Cliffs|dev=beta 1.17.0.50|[[File:Budding Amethyst JE3.png|32px]] Added budding amethyst.}}&lt;br /&gt;
|{{HistoryLine||1.17.0|dev=beta 1.17.0.52|Budding amethyst are no longer available only in [[Minecraft:experimental gameplay]].}}&lt;br /&gt;
|{{HistoryLine||1.21.50|dev=Preview 1.21.50.24|Budding amethyst is now slower to mine when using an improper tool, matching {{JE}}.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
{{Issue list}}&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
* [[Minecraft:JAPPA]] has said the reasoning for the &amp;#039;x&amp;#039; pattern on the block is because &amp;quot;the plane-crystals grow out of it.&amp;quot;&amp;lt;ref&amp;gt;https://twitter.com/JasperBoerstra/status/1331669460126740480&amp;lt;/ref&amp;gt;&lt;br /&gt;
* According to [[Minecraft:Agnes Larsson]], budding amethyst cannot be obtained without commands in Survival mode because the developers wanted to encourage players to return to the same amethyst geode repeatedly, rather than mining away the budding amethyst and farming it at their home. This functions in a similar way to the [[Minecraft:monster spawner]].&amp;lt;ref&amp;gt;https://www.minecraft.net/en-us/article/taking-inventory--amethyst-shard&amp;lt;/ref&amp;gt;&lt;br /&gt;
* According to [[Minecraft:Cory Scheviak]], budding amethysts were inspired by [https://coppermind.net/wiki/Atium atium] from the fantasy novel series &amp;#039;&amp;#039;{{w|Mistborn}}&amp;#039;&amp;#039;.&amp;lt;ref&amp;gt;https://www.youtube.com/watch?v=bHTuSFeGGhI&amp;amp;t=1953s&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Gallery ==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Budding Amethyst Farm.jpg|Budding amethyst with the surrounding amethyst mined away.&lt;br /&gt;
File:Blazing the Game Trail.png|Budding amethyst on artwork for International Women&amp;#039;s Day.&amp;lt;ref&amp;gt;https://www.minecraft.net/sv-se/article/blazing-game-trail?fbclid=IwAR1lAHmZiSGRSgplJqS0rIcnOvs8HlVddaPfdZgDiRiSUpEanxUZG1fAz6g&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
== Navigation ==&lt;br /&gt;
{{Navbox blocks|natural}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Natural blocks]]&lt;br /&gt;
&lt;br /&gt;
[[Minecraft:de:Amethystknospenblock]]&lt;br /&gt;
[[Minecraft:es:Brotador de amatista]]&lt;br /&gt;
[[Minecraft:fr:Druse d&amp;#039;améthyste]]&lt;br /&gt;
[[Minecraft:it:Ametista gemmante]]&lt;br /&gt;
[[Minecraft:ja:芽生えたアメジスト]]&lt;br /&gt;
[[Minecraft:ko:싹 틔우는 자수정]]&lt;br /&gt;
[[Minecraft:lzh:蘊芽紫水玉]]&lt;br /&gt;
[[Minecraft:pl:Kiełkujący ametyst]]&lt;br /&gt;
[[Minecraft:pt:Drusa de Ametista]]&lt;br /&gt;
[[Minecraft:ru:Расцветающий аметист]]&lt;br /&gt;
[[Minecraft:uk:Родючий аметист]]&lt;br /&gt;
[[Minecraft:zh:紫水晶母岩]]&lt;/div&gt;</summary>
		<author><name>~2026-PigSalmonTerracotta7415</name></author>
	</entry>
</feed>