Minecraft:Budding Amethyst: Difference between revisions
More actions
Fix template calls: add MC/ prefix |
Sync: updated from Minecraft Tag: Manual revert |
||
| Line 11: | Line 11: | ||
}} | }} | ||
'''Budding amethyst''' is a fragile block found in amethyst | '''Budding amethyst''' 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. | ||
== Obtaining == | == Obtaining == | ||
Budding amethyst can only be obtained via the [[Minecraft:Creative inventory]] or with [[Minecraft:commands]].<br>It is unobtainable in Survival, using a tool enchanted with [[Minecraft:Silk Touch]] doesn't drop anything. | Budding amethyst can only be obtained via the [[Minecraft:Creative inventory]] or with [[Minecraft:commands]].<br>It is unobtainable in [[Minecraft:Survival]], using a tool enchanted with [[Minecraft:Silk Touch]] doesn't drop anything. | ||
=== Breaking === | === Breaking === | ||
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. | 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. | ||
{{ | {{Breaking row|Budding Amethyst|Pickaxe|Wooden|drop=0|horizontal=1}} | ||
Budding amethyst drops nothing when it's destroyed. | Budding amethyst drops nothing when it's destroyed. | ||
=== Natural generation === | === Natural generation === | ||
Budding amethyst generates naturally as part of amethyst | 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. | ||
{{ | {{block distribution}} | ||
== Usage == | == Usage == | ||
=== Growing into amethyst clusters === | === Growing into amethyst clusters === | ||
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 amethyst | 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. | ||
{{ | {{IN|Java}}, the below logic can be applied: | ||
#Per random tick, updates will occur to any given block in the loaded chunk every '''68.27''' seconds on average. | #Per [[Minecraft:random tick]], updates will occur to any given block in the loaded chunk every '''68.27''' seconds on average. | ||
#Choose ''one'' 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. | #Choose ''one'' 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. | ||
#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). | #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). | ||
| Line 39: | Line 39: | ||
(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. | (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. | ||
{{ | {{IN|Bedrock}} a new amethyst bud can also form in [[Minecraft:flowing water]], removing the water block in the process. | ||
=== Sound === | === Sound === | ||
| Line 45: | Line 45: | ||
=== Piston interactivity === | === Piston interactivity === | ||
Budding amethyst is destroyed when pushed by a [[Minecraft:piston]]. It cannot be pulled by a sticky piston, or slime and honey blocks. | Budding amethyst is destroyed when pushed by a [[Minecraft:piston]]. It cannot be pulled by a [[Minecraft:sticky piston]], or slime and honey blocks. | ||
== Sounds == | == Sounds == | ||
| Line 52: | Line 52: | ||
=== Unique === | === Unique === | ||
{{ | {{edition|java}} | ||
{{SoundTable | {{SoundTable | ||
| type = java | | type = java | ||
| Line 98: | Line 98: | ||
}} | }} | ||
{{ | {{Edition|Bedrock}}: | ||
{{SoundTable | {{SoundTable | ||
| type = bedrock | | type = bedrock | ||
| Line 131: | Line 131: | ||
== Data values == | == Data values == | ||
=== ID === | === ID === | ||
{{ | {{edition|java}}: | ||
{{ID table | {{ID table | ||
|edition=java | |edition=java | ||
| Line 143: | Line 143: | ||
|foot=1}} | |foot=1}} | ||
{{ | {{edition|bedrock}}: | ||
{{ID table | {{ID table | ||
|edition=bedrock | |edition=bedrock | ||
| Line 158: | Line 158: | ||
=== Early mentions === | === Early mentions === | ||
{{HistoryTable | {{HistoryTable | ||
|{{ | |{{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.}} | ||
}} | }} | ||
=== Reveal === | === Reveal === | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine||October 3, 2020|link={{ | |{{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 ''in situ'' for these resources.}} | ||
|{{HistoryLine||October 6, 2020|link={{tweet|Cojomax99|1313397269476061184}}|[[File:Budding Amethyst JE1.png|32px]] Cory Scheviak tweeted a screenshot where budding amethyst was seen, unnamed at the moment.}} | |{{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.}} | ||
}} | }} | ||
=== ''Java Edition'' === | === ''Java Edition'' === | ||
{{HistoryTable | {{HistoryTable | ||
|{{ | |{{HistoryLine|java}} | ||
|{{ | |{{HistoryLine||1.17|dev=20w45a|[[File:Budding Amethyst JE1.png|32px]] Added budding amethyst.}} | ||
|{{ | |{{HistoryLine|||dev=20w46a|[[File:Budding Amethyst JE2.png|32px]] The texture of budding amethyst has been changed.}} | ||
|{{ | |{{HistoryLine|||dev=20w48a|[[File:Budding Amethyst JE3.png|32px]] The texture of budding amethyst has been changed again.}} | ||
}} | }} | ||
=== ''Bedrock Edition'' === | === ''Bedrock Edition'' === | ||
{{HistoryTable | {{HistoryTable | ||
|{{ | |{{HistoryLine|bedrock}} | ||
|{{ | |{{HistoryLine||1.17.0|exp=Caves and Cliffs|dev=beta 1.17.0.50|[[File:Budding Amethyst JE3.png|32px]] Added budding amethyst.}} | ||
|{{ | |{{HistoryLine||1.17.0|dev=beta 1.17.0.52|Budding amethyst are no longer available only in [[Minecraft:experimental gameplay]].}} | ||
|{{HistoryLine||1.21.50|dev=Preview 1.21.50.24|Budding amethyst is now slower to mine when using an improper tool, matching {{ | |{{HistoryLine||1.21.50|dev=Preview 1.21.50.24|Budding amethyst is now slower to mine when using an improper tool, matching {{JE}}.}} | ||
}} | }} | ||
== Issues == | == Issues == | ||
{{ | {{Issue list}} | ||
== Trivia == | == Trivia == | ||
* JAPPA has said the reasoning for the 'x' pattern on the block is because "the plane-crystals grow out of it."<ref>https://twitter.com/JasperBoerstra/status/1331669460126740480</ref> | * [[Minecraft:JAPPA]] has said the reasoning for the 'x' pattern on the block is because "the plane-crystals grow out of it."<ref>https://twitter.com/JasperBoerstra/status/1331669460126740480</ref> | ||
* According to 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 monster spawner.<ref>https://www.minecraft.net/en-us/article/taking-inventory--amethyst-shard</ref> | * 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]].<ref>https://www.minecraft.net/en-us/article/taking-inventory--amethyst-shard</ref> | ||
* According to Cory Scheviak, budding amethysts were inspired by [https://coppermind.net/wiki/Atium atium] from the fantasy novel series ''{{ | * According to [[Minecraft:Cory Scheviak]], budding amethysts were inspired by [https://coppermind.net/wiki/Atium atium] from the fantasy novel series ''{{w|Mistborn}}''.<ref>https://www.youtube.com/watch?v=bHTuSFeGGhI&t=1953s</ref> | ||
== Gallery == | == Gallery == | ||
| Line 198: | Line 198: | ||
== References == | == References == | ||
{{ | {{Reflist}} | ||
== Navigation == | == Navigation == | ||
{{ | {{Navbox blocks|natural}} | ||
[[Category:Natural blocks]] | [[Category:Natural blocks]] | ||
de:Amethystknospenblock | [[Minecraft:de:Amethystknospenblock]] | ||
es:Brotador de amatista | [[Minecraft:es:Brotador de amatista]] | ||
fr:Druse d'améthyste | [[Minecraft:fr:Druse d'améthyste]] | ||
it:Ametista gemmante | [[Minecraft:it:Ametista gemmante]] | ||
ja:芽生えたアメジスト | [[Minecraft:ja:芽生えたアメジスト]] | ||
ko:싹 틔우는 자수정 | [[Minecraft:ko:싹 틔우는 자수정]] | ||
lzh:蘊芽紫水玉 | [[Minecraft:lzh:蘊芽紫水玉]] | ||
pl:Kiełkujący ametyst | [[Minecraft:pl:Kiełkujący ametyst]] | ||
pt:Drusa de Ametista | [[Minecraft:pt:Drusa de Ametista]] | ||
ru:Расцветающий аметист | [[Minecraft:ru:Расцветающий аметист]] | ||
uk:Родючий аметист | [[Minecraft:uk:Родючий аметист]] | ||
zh:紫水晶母岩 | [[Minecraft:zh:紫水晶母岩]] | ||
Revision as of 11:04, 26 April 2026
|
For the {{{Description}}} of the same name, see [[{{{Destination}}}]]. |
Budding amethyst is a fragile block found in Minecraft:amethyst geodes that grows Minecraft:amethyst clusters over time. It drops nothing if it breaks, and cannot be moved from where it is found.
Obtaining
Budding amethyst can only be obtained via the Minecraft:Creative inventory or with Minecraft:commands.
It is unobtainable in Minecraft:Survival, using a tool enchanted with Minecraft:Silk Touch doesn't drop anything.
Breaking
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. Template:Breaking row Budding amethyst drops nothing when it's destroyed.
Natural generation
Budding amethyst generates naturally as part of Minecraft:amethyst geodes, replacing 8.3% of the Minecraft:blocks of amethyst in the innermost layer of the geode.
Usage
Growing into amethyst clusters
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 shards when mined.
Template:IN, the below logic can be applied:
- Per Minecraft:random tick, updates will occur to any given block in the loaded chunk every 68.27 seconds on average.
- Choose one 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.
- There is a 20% chance to either create a new amethyst bud in air or 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).
- There are 4 growth stages.
As such, the math can be applied as:
(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.
Template:IN a new amethyst bud can also form in Minecraft:flowing water, removing the water block in the process.
Sound
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.
Piston interactivity
Budding amethyst is destroyed when pushed by a Minecraft:piston. It cannot be pulled by a Minecraft:sticky piston, or slime and honey blocks.
Sounds
Generic
Template:Sound table/Block/Amethyst block
Unique
Data values
ID
History
Early mentions
Reveal
Java Edition
Bedrock Edition
Issues
Trivia
- Minecraft:JAPPA has said the reasoning for the 'x' pattern on the block is because "the plane-crystals grow out of it."<ref>https://twitter.com/JasperBoerstra/status/1331669460126740480</ref>
- 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.<ref>https://www.minecraft.net/en-us/article/taking-inventory--amethyst-shard</ref>
- According to Minecraft:Cory Scheviak, budding amethysts were inspired by atium from the fantasy novel series Template:W.<ref>https://www.youtube.com/watch?v=bHTuSFeGGhI&t=1953s</ref>
Gallery
-
Budding amethyst with the surrounding amethyst mined away.
-
Budding amethyst on artwork for International Women's Day.<ref>https://www.minecraft.net/sv-se/article/blazing-game-trail?fbclid=IwAR1lAHmZiSGRSgplJqS0rIcnOvs8HlVddaPfdZgDiRiSUpEanxUZG1fAz6g</ref>
References
Minecraft:de:Amethystknospenblock Minecraft:es:Brotador de amatista Minecraft:fr:Druse d'améthyste Minecraft:it:Ametista gemmante Minecraft:ja:芽生えたアメジスト Minecraft:ko:싹 틔우는 자수정 Minecraft:lzh:蘊芽紫水玉 Minecraft:pl:Kiełkujący ametyst Minecraft:pt:Drusa de Ametista Minecraft:ru:Расцветающий аметист Minecraft:uk:Родючий аметист Minecraft:zh:紫水晶母岩