Minecraft Wiki
Advertisement

Death messages are broadcast to everyone upon the death of a player, and to the pet's owner‌[Java Edition only] or to all players in the world‌[Bedrock Edition only][1] upon the death of a pet wolf, cat, or parrot. In Bedrock Edition, death messages are also produced upon the death of a pet horse, donkey, mule, llama, or skeleton horse.[2] These messages communicate how the entity died, and some are intended to be humorous.

Java Edition

Arrows
  • <player> was shot by <player/mob>
    • Appears when the player is killed by an arrow shot by a player or mob using a bow or crossbow.
    • When the player is killed by an arrow shot from a dispenser or summoned with /summon, the death message is <player> was shot by Arrow/Spectral Arrow.
  • <player> was shot by <player/mob> using <item>
    • Appears when the player is killed by an arrow shot by a player or mob using a renamed bow or crossbow.
Snowballs
  • <player> was pummeled by <player/mob>
    • Is coded to appear when the player is killed by a snowball, egg or ender pearl shot by a player or mob. This is practically impossible, as these projectiles do not deal damage. However, because of MC-72151, a snow golem's snowballs are able to hurt and kill wolves, after which the message would appear to the owner of the tamed wolf.
    • Theoretically, when the player is killed by a snowball or egg shot from a dispenser or summoned with /summon, or an ender pearl summoned with /summon, the death message is <player> was pummeled by Snowball/Thrown Egg/Thrown Ender Pearl.
  • <player> was pummeled by <player/mob> using <item>
    • Is coded to appear when the player is killed by a snowball, egg or ender pearl shot by a player or mob that is holding a renamed item during the player's death. This is impossible, as these projectiles do not deal damage. However, as stated above, Snow Golems can kill wolves, and if the Snow Golem is holding a renamed item, the owner of the wolf receives this message.
Cactus
  • <player> was pricked to death
    • Appears when the player is killed because they were touching a cactus.
  • <player> walked into a cactus whilst trying to escape <player/mob>
    • Appears when the player is hurt by a player or mob then killed by touching a cactus.
Drowning
  • <player> drowned
    • Appears when the player runs out of air underwater and is killed from drowning damage.
  • <player> drowned whilst trying to escape <player/mob>
    • Appears when the player is hurt by a player or mob then drowned.
Elytra
  • <player> experienced kinetic energy
    • Appears when the player is killed by hitting a wall while flying with elytra on.
  • <player> experienced kinetic energy whilst trying to escape <player/mob>
    • Appears when the player is hurt by a player or mob then hit a wall while flying with elytra on.
Explosions
  • <player> blew up
  • <player> was blown up by <player/mob>
    • As a variant of the previous one, appears when the player is hurt by a player or mob then killed by TNT activated by redstone mechanisms, fire, dispensed out from a dispenser or by an end crystal.
    • As a death message by itself, appears when the player is killed by an entity that exploded.
  • <player> was blown up by <player/mob> using <item>
    • Appears when the player is killed by an entity holding a renamed item that exploded.
  • <player> was killed by [Intentional Game Design]
Falling
  • <player> hit the ground too hard
    • Appears when the player is killed by a less than 5 block fall, ender pearl damage, or falling while riding an entity that died due to fall damage.
  • <player> hit the ground too hard whilst trying to escape <player/mob>
    • Appears when the player is hurt by a player or mob then killed by one of the aforementioned fall damage types.
  • <player> fell from a high place
    • Appears when the player is killed by a greater than 5 block fall.
  • <player> fell off a ladder
    • Appears when the player is killed by falling and the last block they touched before reaching the ground was a ladder.
  • <player> fell off some vines
    • Appears when the player is killed by falling and the last block they touched before reaching the ground was a vine.
  • <player> fell off some weeping vines
    • Appears when the player is killed by falling and the last block they touched before reaching the ground was a weeping vine.
  • <player> fell off some twisting vines
    • Appears when the player is killed by falling and the last block they touched before reaching the ground was a twisting vine.
  • <player> fell off scaffolding
    • Appears when the player is killed by falling and the last block they touched before reaching the ground was scaffolding.
      • If the player falls from scaffolding that doesn't have scaffolding below it, it just counts as a greater than 5 block fall.
  • <player> fell while climbing
    • Appears when the player is killed by falling and the last block they touched before reaching the ground was a climbable block that isn't one of the aforementioned ones.
      • There are no blocks that fall into this category in vanilla Minecraft, however one can add more using data packs.
  • death.fell.accident.water
    • Appears when the player dies to fall damage in water, which is ordinarily impossible.
    • Currently replicable in 1.16.x by taking fall damage on a waterlogged slab in a minecart.
    • Has been confirmed to exist as per MC-195467.
  • <player> was impaled on a stalagmite‌[upcoming: JE 1.17]
    • Appears when the player falls on a stalagmite and dies.
  • <player> was impaled on a stalagmite whilst fighting <player/mob>‌[upcoming: JE 1.17]
    • Appears when the player is hurt by a player or mob then falls on a stalagmite and dies.
Falling blocks
  • <player> was squashed by a falling anvil
    • Appears when the player is killed by an anvil falling on their head.
  • <player> was squashed by a falling anvil whilst fighting <player/mob>
    • Appears when the player is hurt by a player or mob then killed by a falling anvil.
  • <player> was squashed by a falling block
    • Appears when the player is killed by a falling block (other than an anvil) modified to inflict damage.
  • <player> was squashed by a falling block whilst fighting <player/mob>
    • Appears when the player is hurt by a player or mob then killed by a falling block modified to inflict damage.
  • <player> was skewered by a falling stalactite[upcoming: JE 1.17]
    • Appears when the player is killed by falling stalactite.
  • <player> was skewered by a falling stalactite whilst fighting <player/mob>[upcoming: JE 1.17]
    • Appears when the player is hurt by a player or mob and then killed by falling stalactite.
Fire
  • <player> went up in flames
    • Appears when the player is killed because they were in a fire source block.
  • <player> walked into fire whilst fighting <player/mob>
    • Appears when the player is hurt by a player or mob then entered a fire source block.
  • <player> burned to death
    • Appears when the player is killed because they were on fire, but not in a fire source block.
  • <player> was burnt to a crisp whilst fighting <player/mob>
    • Appears when the player is hurt by a player or mob then killed because they were on fire.
Firework rockets
  • <player> went off with a bang
  • <player> went off with a bang due to a firework fired from <item> by <player/mob>
    • Appears when the player is killed by the explosion of a firework rocket shot from a renamed crossbow.
Lava
  • <player> tried to swim in lava[note 1]
    • Appears when the player is killed because they were in lava.
  • <player> tried to swim in lava to escape <player/mob>
    • Appears when the player is hurt by a player or mob then entered lava.
Lightning
  • <player> was struck by lightning
    • Appears when the player is killed by a lightning bolt.
  • <player> was struck by lightning whilst fighting <player/mob>
    • Appears when the player is hurt by a player or mob then killed by a lightning bolt.
Magma Block
  • <player> discovered the floor was lava
    • Appears when the player is killed because they were standing on a magma block.
  • <player> walked into danger zone due to <player/mob>
    • Appears when the player is hurt by a player or mob then killed by magma block damage.
Magic (Instant Damage / Evoker Fangs)
  • <player> was killed by magic
    • Appears when the player is killed by a potion of Harming shot from a dispenser, by Instant Damage given with /effect or by an evoker fang summoned with /summon.
  • <player> was killed by magic whilst trying to escape <player/mob>
    • Appears when the player is hurt by a player or mob then killed by Instant Damage or an evoker fang that didn't originate from a player or mob.
  • <player> was killed by <player/mob> using magic
    • Appears when the player is killed by a potion or arrow of Harming shot by a player or mob, or by an evoker fang summoned by an evoker.
  • <player> was killed by <player/mob> using <item>
    • Appears when the player is killed by one of the aforementioned ways but the player or mob is holding a renamed item during the player's death.
Powder Snow
Crafting Table
This section describes content that may be included in a future update. 
This content has appeared in development versions, but the full update containing it has not been released yet.
  • <player> froze to death
    • Appears when the player is killed because they were in powder snow for too long.
  • <player> was frozen to death by <player/mob>
    • Appears when the player is hurt by a player or mob then entered powder snow.
Players and mobs
  • <player> was slain by <player/mob>
    • Appears when the player is hurt by a player or mob and killed.
    • This death message is actually two different death messages: <player> was slain by <mob> and <player> was slain by <player>.
      • This means they can be customized completely independently of each other using resource packs.
    • <player> was slain by <mob> can also appear when the player is killed by a shulker using a shulker bullet, or a llama using its llama spit.
      • If the player was killed by a shulker bullet or llama spit summoned with /summon, the death message is <player> was slain by Shulker Bullet/Llama Spit.
  • <player> was slain by <player/mob> using <item>
    • Appears when the player is hurt by a player or mob holding a renamed item and killed.
    • This death message is actually two different death messages: <player> was slain by <mob> using <item> and <player> was slain by <player> using <item>.
      • This means they can be customized completely independently of each other using resource packs.
    • <player> was slain by <mob> using <item> can also appear when the player is killed by a shulker holding a renamed item using a shulker bullet, or a llama holding a renamed item using its llama spit.
  • <player> was fireballed by <player/mob>
    • Appears when the player is killed by a fireball shot by a player or mob.
    • When the player is killed by a fireball shot from a dispenser or summoned with /summon, the death message is <player> burned to death.
  • <player> was fireballed by <player/mob> using <item>
    • Appears when the player is killed by a fireball shot by a player or mob that was holding a renamed item during the player's death.
  • <player> was stung to death
    • Appears when the player is killed by a bee (not from its poison).
  • death.attack.sting.item
    • Appears when the player is killed by a bee that was holding a renamed item during the player's death.
    • This death message is untranslated due to MC-186851.
  • <player> was shot by a skull from <player/mob>
    • Appears when the player is killed by a wither skull shot by a player or mob (only possible with the Wither).
    • When the player is killed by a wither skull summoned with /summon, the death message is <player> was killed by magic.
  • death.attack.witherSkull.item
    • Appears when the player is killed by a wither skull shot by a player or mob that is holding a renamed item during the player's death.
    • This death message is untranslated due to MC-186148.
Starving
  • <player> starved to death
    • Appears when the player plays in hard or hardcore and is killed by hunger damage because their hunger bar was at 0.
  • <player> starved to death whilst fighting <player/mob>
    • Appears when the player plays in hard or hardcore and is hurt by a player or mob then killed by hunger damage.
Suffocation
  • <player> suffocated in a wall
    • Appears when the player is killed because they were inside of a non-transparent block.
  • <player> suffocated in a wall whilst fighting <player/mob>
    • Appears when the player is hurt by a player or mob then killed by suffocation damage.
  • <player> was squished too much
    • Appears when the player is killed by the maxEntityCramming gamerule.
  • <player> was squashed by <player/mob>
    • Appears when the player is hurt by a player or mob then killed by the maxEntityCramming gamerule.
Sweet Berry Bushes
  • <player> was poked to death by a sweet berry bush
    • Appears when the player is killed because they were in a sweet berry bush.
  • <player> was poked to death by a sweet berry bush whilst trying to escape <player/mob>
    • Appears when the player is hurt by a player or mob then entered a sweet berry bush.
Thorns enchantment
  • <player> was killed trying to hurt <player/mob>
  • <player> was killed by <item> trying to hurt <player/mob>
    • Appears when the player is killed because they hurt a guardian, elder guardian, or a player or mob wearing armor enchanted with Thorns and holding a renamed item.
Trident
  • <player> was impaled by <player/mob>
    • Appears when the player is killed by a trident shot by a player or mob.
    • When the player is killed by a trident shot from a dispenser‌[upcoming: JE Combat Tests] or summoned with /summon, the death message is <player> was impaled by Trident.
  • <player> was impaled by <player/mob> with <item>
    • Appears when the player is killed by a trident shot by a player or mob that was holding a renamed item during the player's death.
Void
  • <player> fell out of the world
    • Appears when the player is killed by being 64 blocks below the lowest point where blocks can be placed or by using /kill.[3]
  • <player> didn't want to live in the same world as <player/mob>
    • Appears when the player is hurt by a player or mob then killed by the void or /kill.[3]
Wither effect
  • <player> withered away
    • Appears when the player is killed by the Wither status effect.
  • <player> withered away whilst fighting <player/mob>
    • Appears when the player is hurt by a player or mob then killed by the wither status effect.
Unsendable death messages

NOTE: These death messages are technically able to appear, but their conditions cannot be met in vanilla Minecraft.

  • <player> was roasted in dragon breath
    • Is coded to appear when the player achieves a death that is assigned to the dragonBreath damage type.
    • Was added in 15w31c, appeared when the player was killed by a fireball shot by the ender dragon, but since then it has been unused, because dragon fireballs no longer deal impact damage.
    • See MC-84595 for more info.
  • <player> was roasted in dragon breath by <player/mob>
    • Is coded to appear when the player is hurt by a player or mob then achieves a death that is assigned to the dragonBreath damage type.
    • Was added later on to accompany the previous one.
  • death.attack.dryout
    • Is coded to appear only when a fish dies because of being on land. However, in this case, the message cannot appear as fish are not tameable so that a message would be sent to their owner.
    • Does not even appear in the en_us.json file, and as such, it is untranslated.
  • death.attack.dryout.player
    • Is coded to appear only when a fish is hurt by a player or mob then dies because of being on land.
    • Does not even appear in the en_us.json file, and as such, it is untranslated.
  • <player> died
    • Is coded to appear only when the player achieves a death that is not assigned to a damage type (magic, cactus etc.) or is assigned to the generic damage type. As such, it is only achievable via mods or plugins.
  • <player> died because of <player/mob>
    • Is coded to appear only when the player is hurt by a player or mob then achieves a death that is not assigned to a damage type or is assigned to the generic damage type.
Unused death messages

NOTE: These death messages have no code to make them appear, so they appear only in the en_us.json file.

  • <player> was doomed to fall
  • <player> was doomed to fall by <player/mob>
    • Was intended to show up when the player was attacked before taking lethal fall damage.
  • <player> was doomed to fall by <player/mob> using <item>
    • Was intended to show up when the player was attacked with a renamed item before taking lethal fall damage.
  • <player> fell too far and was finished by <player/mob>
    • Was intended to show up when the player took fall damage and was killed by another player or mob.
  • <player> fell too far and was finished by <player/mob> using <item>
    • Was intended to show up when the player took fall damage and was killed by another player or mob holding a renamed item.
  • <player> was stung to death by <player/mob>
    • The "<player> was stung to death" should have a <player/mob> variable, but the vanilla translation does not include it.
  • <player> went off with a bang whilst fighting <player/mob>
    • The "<player> went off with a bang" should have a <player/mob> variable, but the vanilla translation does not include it.
  • <player> was killed by even more magic
    • Has a hover event, with text Actually, message was too long to deliver fully. Sorry! Here's stripped version: [message]
    • Appears when the regular death message is too large to send. This situation is almost impossible to trigger normally.[needs testing]

Temporary

These death messages existed only in Java Edition 3D Shareware v1.34.

  • <player> was too soft for this world
    • Appeared when the player was in Obligatory nightmare mode and was killed by the constant damage they took there.
  • <player> was too soft for this world (<player/mob> helped)
    • Appeared when the player was in Obligatory nightmare mode, was hurt by a player or mob and was killed by the constant damage they took there.

Removed

In Java Edition snapshots 13w02a through 13w04a, a complicated system existed to show death messages for when the player fell to their death or fell and was killed by something else. There were two types of messages, "<player> <first>" and "<player> <first> and <last>".

<first> could be:

  • fell (off a ladder|off some vines|out of the water|from a high place)
  • was (shot|pummeled|blown|fireballed|knocked) (off a ladder|off some vines|out of the water|from a high place)
  • was (shot|pummeled|blown|fireballed|knocked) (off a ladder|off some vines|out of the water|from a high place) by <player/mob>

<last> could be:

  • into a pool of lava
  • fell out of the world
  • into a patch of fire
  • into a patch of cacti
  • got finished off by <player/mob>
  • got finished off by <player/mob> using <item>
  • got finished off using <item>

There were 352 different death messages. (416 in the en_US.lang file, because the verb "blown" existed twice.)

Notes

  1. For English UK, this is <player> swam in lava

Bedrock Edition

  • <player> was slain by Arrow
    • Appears when the player is killed by an arrow shot from a dispenser or summoned with /summon.
  • <player> was shot by <player/mob>
    • Appears when the player is killed by an arrow shot by a player or mob.
  • <player> was pricked to death
    • Appears when the player is killed because they were touching a cactus.
  • <player> drowned
    • Appears when the player runs out of air underwater and is killed from drowning damage.
  • <player> experienced kinetic energy
    • Appears when the player is killed by flying into a wall using Elytra.
  • <player> blew up
  • <player> was blown up by <player/mob>
    • Appears when the player is killed by an entity that exploded.
  • <player> hit the ground too hard
    • Appears when the player is killed by a less than 5 block fall, ender pearl damage, or falling while riding an entity that died due to fall damage.
  • <player> fell from a high place
    • Appears when the player is killed by a greater than 5 block fall.
  • <player> was squashed by a falling anvil
    • Appears when the player is killed by an anvil falling on their head.
  • <player> was squashed by a falling block
    • Appears when the player is killed by a falling block (other than an anvil) modified to inflict damage.
  • <player> went up in flames
    • Appears when the player is killed because they were in a fire source block.
  • <player> burned to death
    • Appears when the player is killed because they were on fire, but not in a fire source block.
  • <player> went off with a bang
    • Appears when the player is killed by the explosion of a firework rocket.
  • <player> tried to swim in lava
    • Appears when the player is killed because they were in lava.
  • <player> was struck by lightning
    • Appears when the player is killed by a lightning bolt.
  • <player> discovered floor was lava
    • Appears when the player is killed because they were standing on a magma block.
  • <player> was killed by magic
    • Appears when the player is killed by a potion of Harming shot from a dispenser, by Instant Damage given with /effect or by an evoker fang summoned with /summon.
  • <player> was killed by <player/mob> using magic
    • Appears when the player is killed by a potion or arrow of Harming shot by a player or mob, or by an evoker fang summoned by an evoker.
  • <player> was slain by <player/mob>
    • Appears when the player is hurt by a player or mob and killed, or killed by a trident shot by a player or mob.
    • This death message is actually two different death messages: <player> was slain by <mob> and <player> was slain by <player>.
  • <player> was slain by Small Fireball
    • Appears when the player is killed by a fireball shot from a dispenser.
  • <player> starved to death
    • Appears when the player plays in hard difficulty and is killed by hunger damage because their hunger bar was at 0.
  • <player> suffocated in a wall
    • Appears when the player is killed because they were inside of a non-transparent block.
  • <player> was killed trying to hurt <player/mob>
    • Appears when the player is killed because they hurt a guardian, elder guardian, or a player or mob wearing armor enchanted with Thorns.
  • <player> was impaled to death by <player/mob>
    • Appears when the player is killed by a trident shot from a dispenser or summoned with /summon.
  • <player> fell out of the world
    • Appears when the player is killed by being below Y=0.
  • <player> withered away
  • <player> died
    • Appears when the player is killed by /kill or is killed by a sweet berry bush.
  • <player> was fireballed by <player/mob>
    • Appears when the player is killed by a fireball shot by a player or mob.
  • <player> was sniped by <player/mob>
    • Appears when the player is killed by a shulker bullet shot by a shulker
  • <player> was spitballed by <player/mob>
    • Appears when the player is killed by a llama spit shot by a llama.
  • <player> froze to death
    • Appears when the player is killed because they were in powder snow for too long.
  • <player> was skewered by a falling stalactite
    • Appears when the player is killed by falling stalactite.
  • <player> was impaled on a stalagmite
    • Appears when the player falls on a stalagmite and dies.
Unused death messages

NOTE: These death messages appear only in the en_US.lang file.

  • <player> was shot by <player/mob> using <item>
  • <player> walked into a cactus whilst trying to escape <player/mob>
  • <player> drowned whilst trying to escape <player/mob>
  • <player> was fireballed by <player/mob> using <item>
  • <player> was killed by <player/mob> using <item>
  • <player> walked into fire whilst fighting <player/mob>
  • <player> tried to swim in lava to escape <player/mob>
  • <player> walked on danger zone due to <player/mob>
  • <player> was burnt to a crisp whilst fighting <player/mob>
  • <player> was slain by <player> using <item>
  • <player> was pummeled by <player/mob>
  • <player> was pummeled by <player/mob> using <item>
  • <player> fell off a ladder
  • <player> fell off some vines
  • <player> fell out of the water
  • <player> was doomed to fall
  • <player> was doomed to fall by <player/mob>
  • <player> was doomed to fall by <player/mob> using <item>
  • <player> fell too far and was finished by <player/mob>
  • <player> fell too far and was finished by <player/mob> using <item>

History

This section is missing information about Bedrock Edition addition/removal/change of each death message. 
Please expand the section to include this information. Further details may exist on the talk page.
Java Edition Beta
1.8
{{Extension DPL}}<ul><li>[[Lava Bucket|Lava Bucket]]<br/>{{Item
| title = Lava Bucket
| image = Lava Bucket.png
| renewable = Yes
| stackable = No 
}}
A '''lava bucket''' is a [[bucket]] filled with [[lava]].

== Obtaining ==
=== Interacting ===
To fill an empty [[bucket]] with lava, {{control|use}} it on a [[lava]] source block or lava in a [[cauldron]]. The block is consumed in the process. Flowing lava does not fill a bucket.

If there is a lava source above the [[pointed dripstone]] stalactite, there is a {{frac|15|256}} (~5.9%) chance for it to completely fill an empty cauldron within 10 blocks under the tip with lava after a [[random tick]]. This lava can then be scooped with a bucket, making it a renewable resource.

==Usage==
A lava bucket can be used to place down lava sources with the {{key|Use Item}} button. Doing so gives the player the bucket back. Lava buckets can be used to replace some transparent, non-full blocks such as [[tall grass]] and [[water]], both flowing and sources.

{{IN|java}}, lava buckets can be used to break [[Nether Portal (block)|Nether portal blocks]] by placing the lava on the side of a block next to the portal block.

=== Smelting ===
A lava bucket can be used as an efficient [[fuel]]. It has the longest burning value of 1000 seconds, compared to 800 seconds for a [[coal block]] (a lava bucket smelts 100 items, and a coal block smelts 80). After smelting starts, the lava bucket turns into an empty bucket.

=== Trading ===
{{IN|bedrock}}, journeyman-level armorer villagers buy a lava bucket for one [[emerald]] as part of their trades.

{{IN|java}}, journeyman-level armorer villagers have a 40% chance of offering to buy a lava bucket for one emerald.

=== Cauldrons === 
A lava bucket can be used to fill a [[cauldron]] with lava. The lava damages any entity standing inside the cauldron, unless the entity is immune to fire damage.<!-- ex: nether mobs--> Flowing water or waterlogging does not affect the lava in the cauldron.

== Sounds ==
{{el|je}}:
{{Sound table
|sound=Fill lava bucket1.ogg
|sound2=Fill lava bucket2.ogg
|sound3=Fill lava bucket3.ogg
|subtitle=Bucket fills
|source=player
|description=When a bucket is filled with lava
|id=item.bucket.fill_lava
|translationkey=subtitles.item.bucket.fill
|volume=1.0
|pitch=1.0
|distance=16}}
{{Sound table
|sound=Empty lava bucket1.ogg
|sound2=Empty lava bucket2.ogg
|sound3=Empty lava bucket3.ogg
|subtitle=Bucket empties
|source=block
|description=When a lava bucket is emptied
|id=item.bucket.empty_lava
|translationkey=subtitles.item.bucket.empty
|volume=1.0
|pitch=1.0
|distance=16
|foot=1}}

{{el|be}}:
{{Sound table
|type=bedrock
|sound=Fill lava bucket1.ogg
|sound2=Fill lava bucket2.ogg
|sound3=Fill lava bucket3.ogg
|source=block
|description=When a bucket is filled with lava
|id=bucket.fill_lava
|volume=1.0
|pitch=1.0}}
{{Sound table
|sound=Empty lava bucket1.ogg
|sound2=Empty lava bucket2.ogg
|sound3=Empty lava bucket3.ogg
|source=block
|description=When a lava bucket is emptied
|id=bucket.empty_lava
|volume=1.0
|pitch=1.0
|foot=1}}

==Data values==
=== ID ===
{{edition|java}}:
{{ID table
|edition=java
|showforms=y
|generatetranslationkeys=y
|displayname=Lava Bucket
|spritetype=item
|nameid=lava_bucket
|form=item
|foot=1}}

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|showaliasids=y
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Lava Bucket
|spritetype=item
|nameid=lava_bucket
|aliasid=bucket / 10
|id=363
|form=item
|translationkey=item.bucketLava.name
|foot=1}}

== Achievements ==
{{load achievements|Super Fuel}}

== Advancements ==
{{Load advancements|Hot Stuff}}

==History==
{{History|java infdev}}
{{History||20100615|[[File:Lava Bucket JE1 BE1.png|32px]] Added lava buckets.}}
{{History|java alpha}}
{{History||v1.1.0|Buckets of lava can now be used to fuel a [[furnace]] for 100 [[smelting|smelts]], consuming the [[lava]] and the [[bucket]]. This is the highest number of smelts of any single [[item]] in the game.}}
{{History||v1.2.6|{{control|use|text=Using}} a lava bucket on [[block]]s with GUIs ([[chest]]s, furnaces, etc.) no longer places the lava.}}
{{History|java}}
{{History||1.2.1|snap=1.2|Changed name from "Lava bucket" to "Lava Bucket".}}
{{History||1.3|snap=12w22a|[[Smelting]] in a [[furnace]] with a lava bucket now leaves an empty [[bucket]] for the [[player]] to retrieve.}}
{{History||1.8|snap=14w25a|A lava bucket is now shown as the icon when [[lava]] is used as a layer in [[Superflat]].}}
{{History||1.9|snap=15w50a|Added sounds for filling and pouring lava buckets.}}
{{History||1.13|snap=17w47a|Prior to the ''[[Flattening]]'' this item's numerical ID was 327.}}
{{History||1.14|snap=18w43a|[[File:Lava Bucket JE2 BE2.png|32px]] The texture of lava buckets has been changed.}}
{{History|||snap=19w11a|Armorer villagers can now [[trading|buy]] lava buckets.}}
{{History||1.17|snap=20w45a|Lava buckets can now be used to fill a [[cauldron]] with lava.}}
{{History|||snap=21w13a|The lava bucket is now fully renewable, as [[pointed dripstone]] can now be obtained in Survival mode without custom generation.}}

{{History|pocket alpha}}
{{History||v0.7.0|[[File:Lava Bucket JE1 BE1.png|32px]] Added lava buckets.}}
{{History||v0.7.4|Lava buckets can now be used as [[fuel]] in a [[furnace]].
|Lava buckets no longer stack to 64.}}
{{History|bedrock}}
{{History||1.4.0|snap=beta 1.2.14.2|Moved all bucket items, including lava buckets, from the Equipment tab to the Items tab in the [[Creative inventory]].{{verify|type=update}}{{info needed}}<!---please check snapshots, only 1 major release version was checked each--->}}
{{History||1.9.0|snap=beta 1.9.0.2|Lava bucket can now be used to fill a [[cauldron]].}}
{{History||1.10.0|snap=beta 1.10.0.3|[[File:Lava Bucket JE2 BE2.png|32px]] The texture of lava buckets has been changed.}}
{{History||1.11.0|snap=beta 1.11.0.4|Lava buckets can now be [[trading|sold]] to armorer [[villager]]s.}}
{{History||1.16.100|snap=beta 1.16.100.56|The ID of lava buckets has been changed from <code>bucket/10</code> to <code>lava_bucket</code>.}}
{{History||1.17.0|snap=beta 1.16.230.54|The lava bucket is now fully renewable, as [[pointed dripstone]] can now be obtained in Survival mode without custom generation.}}

{{History|console}}
{{History||xbox=TU1|xbone=CU1|ps=1.0|wiiu=Patch 1|switch=1.0.1|[[File:Lava Bucket JE1 BE1.png|32px]] Added lava buckets.}}
{{History||xbox=TU9|[[Dispenser]]s have now been given the ability to shoot out the [[liquids]] inside lava buckets. They can also suck up the liquids if activated again, but do not fill up the [[bucket]]s with the liquid dropped due to a bug.}}
{{History||xbox=none|xbone=none|ps=1.90|wiiu=none|switch=none|[[File:Lava Bucket JE2 BE2.png|32px]] The texture of lava buckets has been changed.}}

{{History|New Nintendo 3DS Edition}}
{{History||0.1.0|[[File:Lava Bucket JE1 BE1.png|32px]] Added lava buckets.}}
{{History|foot}}

== Issues ==
{{Issue list}}

==Trivia==
* One lava bucket has the highest number of [[smelting|smelts]] in the game at 100 items per bucket.
** This makes it 12.5 times more efficient than [[coal]] and [[charcoal]].
* A lava bucket is used as Steve's Down-Smash attack in the crossover fighting game Super Smash Bros. Ultimate.

{{Items}}

[[Category:Renewable resources]]
[[Category:Tools]]

[[de:Lavaeimer]]
[[ja:溶岩入りバケツ]]
[[pt:Balde de lava]]
[[th:ถังลาวา]]
[[uk:Відро лави]]
[[zh:熔岩桶]]</li><li>[[Head|Head]]<br/>{{Block
| image = 
<gallery>
Skeleton Skull.png | Skeleton
Wither Skeleton Skull.png | Wither Skeleton 
Player Head.png | Player
Zombie Head.png| Zombie
Creeper Head.png | Creeper
Dragon Head.png | Dragon
Piglin Head.png | Piglin
</gallery>
| transparent = Yes
| light = No
| tool = any
| renewable = 
* '''Skeleton, Wither Skeleton, Zombie, Creeper, Piglin:''' 
* Yes
* '''Dragon, Player:'''
* No
| stackable = Yes (64)
| flammable = No
| lavasusceptible = No
| rarity = Uncommon
}}

A '''head''' or '''skull''' is a [[block]] modeled after the head of a specific [[entity]]. There are seven types of heads: [[player]] ([[Steve]]'s head by default), [[zombie]], [[skeleton]], [[wither skeleton]], [[creeper]], [[piglin]], and [[dragon]].

== Obtaining ==

=== Breaking ===

A mob head can be mined using any item,<ref>{{bug|MC-192905||Heads & Skulls have no assigned tool}}</ref> and drops itself when broken.
{{breaking row|horizontal=1|Mob Head|sprite=Heads}}
If a head is pushed by a [[piston]] or comes in contact with [[water]] or [[lava]], it breaks off as an [[item (entity)|item]].

When destroyed by an [[explosion]], the head ''always'' drops as an item.

===Natural generation===

Dragon heads generate on [[end ships]] found in [[End City|end cities]].

Skeleton skulls can generate in [[ancient cities]], which sometimes generate in the [[deep dark]].

=== Mob loot ===

A [[wither skeleton]] has a 2.5% chance of dropping a wither skeleton skull when killed by a player or a tamed [[wolf]]. The chance is increased by 1% per level of [[Looting]], for a maximum of 5.5% with Looting III. {{IN|bedrock}}, the chance is increased by 2% per level of [[Looting]], for a maximum of 8.5% with Looting III.

[[Skeleton]], [[wither skeleton]], [[zombie]], [[creeper]] and [[piglin]] heads are always dropped by the respective mob if it dies due to a [[charged creeper]]'s explosion. {{IN|bedrock}}, if multiple mobs are killed by the same charged creeper, all of them drop their heads, however {{in|java}} only one mob selected at random drops its head.<ref>{{bug|MC-63534|||WAI}}</ref> If an [[ender dragon]] or a [[player]] is killed by a charged creeper, it does not drop its head.<ref name=":0">{{bug|MC-132933|||WAI}}</ref>

==Usage ==

===Decoration===

Mob heads can be oriented in 16 different directions on top of a block, and 4 directions on the sides of blocks, similar to [[sign]]s. They can be placed on top of, or beside each other by shift clicking.

When placed and powered by redstone, the piglin and dragon heads plays an animation. The piglin head flaps its ears (2 times per second for the right ear and 2.5 times per second for the left ear) while the dragon head opens and closes its mouth repeatedly (2 times per second). The same animation occurs when worn by a (horizontally) moving player, zombie, skeleton, or [[armor stand]] (note: the animation does not play if the <code>NoGravity</code> tag is set to 1)

=== Wearing ===
{{See also|#Renders}}

The player can wear heads, similarly to [[pumpkin]]s or helmets. This overlays the second layer of the player's [[skin]].

====Disguise====

Wearing the corresponding mob head reduces the detection range for [[skeleton]]s (but not [[wither skeleton]]s), [[creeper]]s, [[zombie]]s, and [[piglin]]s to 50% of the normal range. This is similar to (and stacks with) the reductions in detection range from [[sneaking]] and from the [[Invisibility]] status effect.

{{IN|bedrock}}, wearing any mob head or carved pumpkin makes the player invisible to other players on a locator [[map]].

=== Withers===
{{FakeImage|{{BlockGrid|scale=2|w=Wither Skeleton Skull|s=Soul Sand|www|sss| s }}|Wither build configuration}}

[[Wither]]s can be spawned by placing soul sand or soul soil in a T shape, and putting 3 wither skeleton skulls on top of the T. The T can be horizontal or vertical. The last block placed must be one of the three wither skeleton skulls. A dispenser can also create a wither, by placing the final skull onto soul sand directly in front of and below it.

===Dispensers===
A [[dispenser]] can equip a mob head on a player, mob, or armor stand with an empty helmet slot, within the block the dispenser is facing.

[[Dispenser]]s can also complete the construction of a wither.

=== Crafting ingredient===

{{crafting usage|Wither Skeleton Skull,Creeper Head|continue=1}}
{{Crafting
  |ignoreusage=1
  |ingredients=Any '''Mob head''' +<br>[[Gunpowder]] +<br>Any [[Dye]]
  |Gunpowder
  |Wither Skeleton Skull;Skeleton Skull;Zombie Head;Head;Creeper Head;Dragon Head;Player Head
  |Matching Dye
  |Output= Matching Firework Star
  |description=Forms Creeper shape
  |foot=1
}}

===Enchantments===

Mob heads can receive the following enchantments, but only through an [[anvil]].
{| class="wikitable col-2-center col-3-right"
|+
!Name
!Max Level
![[Enchanting|Method]]
|-
|[[Curse of Binding]]
|I
|{{Inventory slot|Anvil}}
|-
|[[Curse of Vanishing]]
|I
|{{Inventory slot|Anvil}}
|-
|}

=== Note blocks ===
Placing a head above a [[note block]] causes the note block to play the corresponding mob's {{cd|ambient}} sound when activated. The only exception is the creeper head; as creepers don't make {{cd|ambient}} sounds, the note block plays the {{cd|primed}} (hissing) sound instead.

The block below the note block does not affect the mob sound it creates.

==Player skins==
{{exclusive|java|section=1}}
Human heads have an extra usage for map makers, they can be given [[Chunk format#Entity Format|NBT data]] so that they appear with the skin of any ''Minecraft'' account. This means if a player knows that a specific account has a head that is desired to display, the NBT data can be edited to make it appear.

The command to give the player a head with the skin of another player is {{cmd|give @s minecraft:player_head{SkullOwner:"<''PlayerName''>"} }}. Commonly, this kind of head is called a custom head. 

Another command to give the player a head with another player's skin is {{cmd|give @s minecraft:player_head{SkullOwner:{Id:"<''PlayerUUID''>",Properties:{textures:[{Value:"<''SkinURL''>"}]} } } }}. ''SkinURL'' is a string encoded in [https://en.wikipedia.org/wiki/Base64 Base64] containing the URL of the player's skin.<ref>Example: {"textures":{"SKIN":{"url":"<nowiki>http://textures.minecraft.net/texture/292009a4925b58f02c77dadc3ecef07ea4c7472f64e0fdc32ce5522489362680"}}}</ref> A player head saves the skin of the player from the time it was created, meaning if the player changes their skin, the head still displays the original texture.<ref>{{tweet|Dinnerbone|464414369452142592|Skulls are a snapshot of the skin as it was made; just change your skin, make a skull, and change your skin back. That's intended behaviour.|May 8, 2014}}</ref> This kind of head is generally called a custom head.

Note that it is therefore necessary to be connected to the internet to load the texture of a skin, whatever the property used.
When they are loaded for the first time by the client, the skins textures are cached in {{code|[[.minecraft]]\assets\skins\(subfolders)\(files)}}.
If the client does not have access to the internet when it first loads, the player's head displays a regular head (Steve's skin) which is also cached.
Afterwards, even if the client reconnects to the internet, in order to display the skin correctly, it is necessary to clear the cache manually by deleting the recently created files in {{code|[[.minecraft]]\assets\skins\(subfolder)}}, then restarting the game.

===Marc's Head Format ===
[[File:Allmobheads.png|thumb|right|Most of the MHF mob heads provided.]]

{{exclusive|Java|section=1}}

[[Marc Watson]] created a number of accounts with specific skins so map makers could use common heads without the risk of someone changing their skins.<ref>{{reddit|1m0itx/twitter_marc_irl_mapmakers_would_it_be_useful|cc4m1cq|I'm here to make it so that people don't have to worry about having a consistent account whose skin might change.|Marc_IRL|September 9, 2013}}</ref> Nowadays, since heads do not update the skin if a player changes their skin, this is not something map-makers need to worry about, though these skins are still useful. These accounts have names in the format <code>MHF_<''Name''></code>, for example <code>MHF_PigZombie</code> is the name of a ''Minecraft'' user with a [[zombified piglin]] head. MHF stands for "Marc's Head Format".<ref>{{tweet|Marc_IRL|377453670410891264|head format. I needed to pick a prefix that was short and not already taken by other usernames.|September 10, 2013}}</ref> There are also a few blocks and "bonus" heads, for more variety. These player heads have not been updated in compliance with the [[Texture Update]], and are outdated.

Because these are names of player accounts, these heads are obtained or placed using the <code>SkullOwner</code> tag, for instance: {{cmd|/give @s minecraft:player_head{SkullOwner:"MHF_''<Name>''"}<nowiki />}}.

The following names/heads have been made available:<ref>{{tweet|Marc_IRL|542330244473311232|For those following the MHF list, I have presents for you. Full list of accounts I've made: http://pastebin.com/5mug6EBu|December 9, 2014}}</ref>
<!--

DO NOT add ANY skull to this list without a source that it is made by Mojang; unsourced additions will be reverted!

In particular:
* MHF_Apple, MHF_Wither and MHF_Tree are not made by Mojang, see {{tweet|Marc_IRL|542599419678707714}} and {{tweet|Marc_IRL|590522239616954369}}
* MHF_Guardian is unofficial, see http://redd.it/3439u0

-->

;Mobs
<div class="list-style-none" style="-moz-column-width:15em;-webkit-column-width:15em;column-width:15em">
* {{InvSprite|MHF Alex}} MHF_Alex
* {{InvSprite|MHF Blaze}} MHF_Blaze
* {{InvSprite|MHF CaveSpider}} MHF_CaveSpider
* {{InvSprite|MHF Chicken}} MHF_Chicken
* {{InvSprite|MHF Cow}} MHF_Cow
* {{InvSprite|MHF Creeper}} MHF_Creeper
* {{InvSprite|MHF Enderman}} MHF_Enderman
* {{InvSprite|MHF Ghast}} MHF_Ghast
* {{InvSprite|MHF Golem}} MHF_Golem
* {{InvSprite|MHF Herobrine}} MHF_Herobrine
* {{InvSprite|MHF LavaSlime}} MHF_LavaSlime
* {{InvSprite|MHF MushroomCow}} MHF_MushroomCow
* {{InvSprite|MHF Ocelot}} MHF_Ocelot
* {{InvSprite|MHF Pig}} MHF_Pig
* {{InvSprite|MHF PigZombie}} MHF_PigZombie
* {{InvSprite|MHF Sheep}} MHF_Sheep
* {{InvSprite|MHF Skeleton}} MHF_Skeleton
* {{InvSprite|MHF Slime}} MHF_Slime
* {{InvSprite|MHF Spider}} MHF_Spider
* {{InvSprite|MHF Squid}} MHF_Squid
* {{InvSprite|MHF Steve}} MHF_Steve
* {{InvSprite|MHF Villager}} MHF_Villager
* {{InvSprite|MHF WSkeleton}} MHF_WSkeleton
* {{InvSprite|MHF Zombie}} MHF_Zombie
</div>

;Blocks
<div class="list-style-none" style="-moz-column-width:15em;-webkit-column-width:15em;column-width:15em">
* {{InvSprite|MHF Cactus}} MHF_Cactus
* {{InvSprite|MHF Cake}} MHF_Cake
* {{InvSprite|MHF Chest}} MHF_Chest
* {{InvSprite|MHF CoconutB}} MHF_CoconutB
* {{InvSprite|MHF CoconutG}} MHF_CoconutG
* {{InvSprite|MHF Melon}} MHF_Melon
* {{InvSprite|MHF OakLog}} MHF_OakLog
* {{InvSprite|MHF Present1}} MHF_Present1
* {{InvSprite|MHF Present2}} MHF_Present2
* {{InvSprite|MHF Pumpkin}} MHF_Pumpkin
* {{InvSprite|MHF TNT}} MHF_TNT
* {{InvSprite|MHF TNT2}} MHF_TNT2
</div>

;Bonus
<div class="list-style-none" style="-moz-column-width:15em;-webkit-column-width:15em;column-width:15em">
* {{InvSprite|MHF ArrowUp}} MHF_ArrowUp
* {{InvSprite|MHF ArrowDown}} MHF_ArrowDown
* {{InvSprite|MHF ArrowLeft}} MHF_ArrowLeft
* {{InvSprite|MHF ArrowRight}} MHF_ArrowRight
* {{InvSprite|MHF Exclamation}} MHF_Exclamation
* {{InvSprite|MHF Question}} MHF_Question
</div>

== Sounds ==
=== Generic ===
{{Sound table/Block/Stone}}
=== Unique ===
{{Edition|Java}}:
{{Sound table
|sound=Zombie idle1.ogg
|sound2=Zombie idle2.ogg
|sound3=Zombie idle3.ogg
|subtitle=Zombie groans
|source=record
|description=When a zombie head is played using a note block
|id=block.note_block.imitate.zombie
|translationkey=subtitles.entity.zombie.ambient
|volume=3.0
|pitch=1.0
|distance=16}}
{{Sound table
|sound=Skeleton idle1.ogg
|sound2=Skeleton idle2.ogg
|sound3=Skeleton idle3.ogg
|subtitle=Skeleton rattles
|source=record
|description=When a skeleton skull is played using a note block
|id=block.note_block.imitate.skeleton
|translationkey=subtitles.entity.skeleton.ambient
|volume=3.0
|pitch=1.0
|distance=16}}
{{Sound table
|sound=Creeper fuse.ogg
|subtitle=Creeper hisses
|source=record
|description=When a creeper head is played using a note block
|id=block.note_block.imitate.creeper
|translationkey=subtitles.entity.creeper.primed
|volume=3.0
|pitch=0.5
|distance=16}}
{{Sound table
|sound=Ender dragon idle1.ogg
|sound2=Ender dragon idle2.ogg
|sound3=Ender dragon idle3.ogg
|sound4=Ender dragon idle4.ogg
|subtitle=Dragon roars
|source=record
|description=When an ender dragon head is played using a note block
|id=block.note_block.imitate.ender_dragon
|translationkey=subtitles.entity.ender_dragon.ambient
|volume=3.0
|pitch=1.0
|distance=16}}
{{Sound table
|sound=Wither skeleton idle1.ogg
|sound2=Wither skeleton idle2.ogg
|sound3=Wither skeleton idle3.ogg
|subtitle=Wither Skeleton rattles
|source=record
|description=When a wither skeleton skull is played using a note block
|id=block.note_block.imitate.wither_skeleton
|translationkey=subtitles.entity.wither_skeleton.ambient
|volume=3.0
|pitch=1.0
|distance=16}}
{{Sound table
|sound=Piglin idle1.ogg
|sound2=Piglin idle2.ogg
|sound3=Piglin idle3.ogg
|sound4=Piglin idle4.ogg
|sound5=Piglin idle5.ogg
|subtitle=Piglin snorts
|source=record
|description=When a piglin head is played using a note block
|id=block.note_block.imitate.piglin
|translationkey=subtitles.entity.piglin.ambient
|volume=1.98
|pitch=1.0
|distance=16}}
{{Sound table
|sound=Equip generic1.ogg
|sound2=Equip generic2.ogg
|sound3=Equip generic3.ogg
|sound4=Equip generic4.ogg
|sound5=Equip generic5.ogg
|sound6=Equip generic6.ogg
|subtitle=Gear equips
|source=player
|description=When a carved pumpkin is equipped
|id=item.armor.equip_generic
|translationkey=subtitles.item.armor.equip
|volume=1.0
|pitch=1.0
|distance=16
|foot=1}}

<!--volumes and pitches seem to be approximately v=0.9 p=0.84, but those values are approximate and are not in the files. They are probably inside of the code.-->
{{Edition|Bedrock}}:
{{Sound table
|type=bedrock
|sound=Zombie idle1.ogg
|sound2=Zombie idle2.ogg
|sound3=Zombie idle3.ogg
|source=record
|description=When a zombie head is played using a note block
|id=note.zombie
|pitch=0.84 <ref group=sound name=pitch>Actually equal to <math>\frac{1}{\sqrt[4]{2}}</math>, which is about 0.8409</ref>}}
{{Sound table
|sound=Skeleton step1.ogg
|sound2=Skeleton step2.ogg
|sound3=Skeleton step3.ogg
|sound4=Skeleton step4.ogg
|source=record
|description=When a skeleton skull is played using a note block<wbr><ref group=sound name=skeletoncreeper>{{Bug|MCPE-164530}}</ref>
|id=note.skeleton
|pitch=0.84 <ref group=sound name=pitch/>}}
{{Sound table
|sound=Fuse.ogg
|source=record
|description=When a creeper head is played using a note block<wbr><ref group=sound name=skeletoncreeper/>
|id=note.creeper
|pitch=0.84 <ref group=sound name=pitch/>}}
{{Sound table
|sound=Ender dragon idle1.ogg
|sound2=Ender dragon idle2.ogg
|sound3=Ender dragon idle3.ogg
|sound4=Ender dragon idle4.ogg
|source=record
|description=When a dragon head is played using a note block
|id=note.enderdragon
|pitch=0.84 <ref group=sound name=pitch/>}}
{{Sound table
|sound=Skeleton step1.ogg
|sound2=Skeleton step2.ogg
|sound3=Skeleton step3.ogg
|sound4=Skeleton step4.ogg
|source=record
|description=When a wither skeleton skull is played using a note block<wbr>{{Until|BE 1.20.40}}<wbr><ref group=sound name=skeletoncreeper/>
|id=note.witherskeleton
|pitch=0.84 <ref group=sound name=pitch/>}}
{{Sound table
|sound=Wither skeleton step1.ogg
|sound2=Wither skeleton step2.ogg
|sound3=Wither skeleton step3.ogg
|sound4=Wither skeleton step4.ogg
|source=record
|description=When a wither skeleton skull is played using a note block<wbr>{{Upcoming|BE 1.20.40}}<wbr><ref group=sound name=skeletoncreeper/>
|id=note.witherskeleton
|pitch=0.84 <ref group=sound name=pitch/>}}
{{Sound table
|sound=Piglin angry1.ogg
|sound2=Piglin angry2.ogg
|sound3=Piglin angry3.ogg
|sound4=Piglin angry4.ogg
|source=record
|description=When a piglin head is played using a note block<wbr><ref group=sound>{{Bug|MCPE-164710}}</ref>
|id=note.piglin
|pitch=0.84 <ref group=sound name=pitch/>}}
{{Sound table
|sound=Equip generic1.ogg
|sound2=Equip generic2.ogg
|sound3=Equip generic3.ogg
|sound4=Equip generic4.ogg
|sound5=Equip generic5.ogg
|sound6=Equip generic6.ogg
|source=player
|description=When a carved pumpkin is equipped
|id=armor.equip_generic
|volume=1.0
|pitch=1.0
|foot=1}}

==Data values==

=== ID===
{{edition|java}}:
{{ID table
|edition=java
|showforms=y
|generatetranslationkeys=y
|displayname=Skeleton Skull
|spritetype=block
|nameid=skeleton_skull}}
{{ID table
|displayname=Wither Skeleton Skull
|spritetype=block
|nameid=wither_skeleton_skull}}
{{ID table
|displayname=Zombie Head
|spritetype=block
|nameid=zombie_head}}
{{ID table
|displayname=Player Head
|spritetype=block
|nameid=player_head}}
{{ID table
|displayname=Creeper Head
|spritetype=block
|nameid=creeper_head}}
{{ID table
|displayname=Dragon Head
|spritetype=block
|nameid=dragon_head}}
{{ID table
|displayname=Piglin Head
|spritetype=block
|nameid=piglin_head}}
{{ID table
|displayname=Skeleton Wall Skull
|spritetype=block
|nameid=skeleton_wall_skull
|form=block}}
{{ID table
|displayname=Wither Skeleton Wall Skull
|spritetype=block
|nameid=wither_skeleton_wall_skull
|form=block}}
{{ID table
|displayname=Zombie Wall Head
|spritetype=block
|nameid=zombie_wall_head
|form=block}}
{{ID table
|displayname=Player Wall Head
|spritetype=block
|nameid=player_wall_head
|form=block}}
{{ID table
|displayname=Creeper Wall Head
|spritetype=block
|nameid=creeper_wall_head
|form=block}}
{{ID table
|displayname=Dragon Wall Head
|spritetype=block
|nameid=dragon_wall_head
|form=block}}
{{ID table
|displayname=Piglin Wall Head
|spritetype=block
|nameid=piglin_wall_head
|foot=1}}
{{ID table
|displayname=Block entity
|spritename=heads
|spritetype=block
|nameid=skull
|foot=1}}

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|firstcolumnname=Head
|shownumericids=y
|showforms=y
|generatetranslationkeys=y
|displayname=Block
|spritename=skulls
|spritetype=block
|nameid=skull
|id=144
|form=block
|itemform=item.skull
|translationkey=-}}
{{ID table
|displayname=Item
|spritename=skulls
|spritetype=item
|nameid=skull
|id=516
|form=item
|translationkey=item.skull.skeleton.name, item.skull.wither.name, item.skull.zombie.name, item.skull.char.name, item.skull.creeper.name, item.skull.dragon.name, item.skull.piglin.name
|foot=1}}
{{ID table
|notnamespaced=y
|displayname=Block entity
|spritename=heads
|spritetype=block
|nameid=Skull
|foot=1}}

===Metadata===
{{see also|Data values}}
{{IN|bedrock}}, mob heads use the following data values:
{{/DV}}

=== Item data===

{{el|java}}:
{{main|Player.dat format}}
Player heads use item NBT to save the owner.
<div class="treeview">
* {{nbt|compound|tag}}: The item's '''tag''' tag.
{{:Player.dat_format/Player Heads}}
</div>

{{el|bedrock}}:
: {{IN|bedrock}}, heads have no additional item tag.
: See [[Bedrock Edition level format/Item format]].

===Block states===
{{see also|Block states}}

{{/BS}}

=== Block data===

A mob head has a block entity associated with it that holds additional data about the block.

{{el|java}}:
{{see also|Block entity format}}
{{/BE}}

{{el|bedrock}}:
: See [[Bedrock Edition level format/Block entity format]].

==Achievements==
{{load achievements|Camouflage;The Beginning?}}

==Advancements==
{{load advancements|Spooky Scary Skeleton;Withering Heights}}

==History==
''For a more in-depth breakdown of changes to textures and models, including a set of renders for each state combination, see [[/Asset history]]''
{{History|java}}
{{History||August 28, 2012|link={{tweet|jeb|240383066831462401}}|[[Jeb]] released images of the skeleton head, hinting of more types to come.}}
{{History||PAX 2012|link={{ytl|IqciEbjYd-I|t=03m21s}}|At [[wikipedia:PAX (event)|PAX]], [[Dinnerbone]] revealed that there would be rare [[drops]] of these [[mob]]s.<ref>http://www.twitch.tv/pax2/b/330745811 (at 3:59:00)</ref>}}
{{History||1.4.2|snap=12w36a|[[File:Skeleton Skull (item) JE1.png|32px]] [[File:Wither Skeleton Skull (item) JE1.png|32px]] [[File:Zombie Head (item) JE1.png|32px]] [[File:Player Head (item) JE1.png|32px]] [[File:Creeper Head (item) JE1.png|32px]] Added skeleton, wither skeleton, zombie, player, and creeper heads.
|Wither skeleton skulls are rarely [[drops|dropped]] by the [[wither skeleton]] upon [[death]] (2.5% chance), while the other four are obtainable only from the [[creative]] [[inventory]].}}
{{History|||snap=12w37a|[[File:Skeleton Skull (item) JE1 BE1.png|32px]] [[File:Wither Skeleton Skull (item) JE1 BE1.png|32px]] [[File:Zombie Head (item) JE1 BE1.png|32px]] [[File:Player Head (item) JE1 BE1.png|32px]] [[File:Creeper Head (item) JE1 BE1.png|32px]] Changed item textures.
|Added as a hidden and disabled feature, player heads can now have the [[skin]] of a specific [[player]]. A line in the language file implies that there either used to be, or in a future update, the possibility of obtaining a specific player's head.<ref name="en_US 12w21">Snapshot 12w37a {{cd|lang/en_US.lang}}: <code>item.skull.player.name=%s's Head</code></ref> 
|Player heads do not [[drops|drop]] in vanilla, but mapmakers/modders/etc. can make them by adding an [[NBT format|NBT]] string tag <code>{"SkullOwner":"''player_name''"}</code> on the skull [[item]]s.<ref name="playerheads">{{reddit|zxn7u/its_apparently_my_cakeday_so_lets_cash_in_this}}</ref>}}
{{History||November 7, 2012|link=https://www.reddit.com/r/minecraftsuggestions/comments/12qtbz/killing_other_players_with_a_sword_should_drop/c6xqpym/?context=3|[[Jeb]] states that the official opinion is that "[dropping] player heads [on player kills] are a bit too gory for [[Minecraft]], so it's better suited for a plugin or mod."}}
{{History||1.4.6|snap=12w49a|Any kind of [[mob]] head can now be used to [[crafting|craft]] a [[firework star]] with [[creeper]]-face effect.}}
{{History||1.7.2|snap=13w36a|Custom heads can now be obtained without third party programs via {{cmd|give}}.}}
{{History||1.8|snap=14w03a|Player heads now show the [[skin]]'s hat layer (this also works when a [[mob]]/player wears the head).}}
{{History|||snap=14w29a|Heads now display a cracking animation.}}
{{History|||snap=14w30a|[[File:Skeleton Skull (item) JE2.png|32px]] [[File:Wither Skeleton Skull (item) JE2.png|32px]] [[File:Zombie Head (item) JE2.png|32px]] [[File:Player Head (item) JE2.png|32px]] [[File:Creeper Head (item) JE2.png|32px]] Player and mob heads in [[inventory|inventories]] and held by mobs/players now display as [[block]]s. 
|Skulls worn by [[mob]]s and [[player]]s are now displayed on the armor layer. Previously, the skull replaced the mob/player's head texture; the hat layer appeared over the skull.
|Skeleton, zombie, and creeper heads are now available in [[survival]]. The player can obtain them by killing the appropriate mob with a charged [[creeper]].
|Creeper heads and wither skeleton skulls are now used in [[crafting]] specific [[banner]] patterns.}}
{{History|||snap=14w30b|A single charged creeper explosion no longer yields more than one [[mob]] head. The mob head that drops is chosen randomly.}}
{{History||1.8.4|snap=release|For security reasons, custom heads can now have textures only from [[mojang.com]] and [[minecraft.net]].}}
{{History||1.9|snap=15w31a|[[File:Dragon Head (8) JE2.png|32px]] Added dragon heads.
|Dragon heads are currently available only in [[creative]] mode.
|[[Mob]] heads now appear larger in the [[inventory]].}}
{{History|||snap=15w32a|Creeper, zombie, and skeleton heads can now be worn to reduce detection by the corresponding mobs by 50%.}}
{{History|||snap=15w32c|Dragon heads now generate on [[end ship]]s, meaning they are now obtainable in [[survival]].}}
{{History|||snap=15w33c|The disguise that is given by mob heads now reduces detection range to 37.5% of normal.}}
{{History|||snap=15w36a|The disguise that is given by mob heads now reduces detection range to 50% of normal again.}}
{{History|||snap=15w39a|[[Dispenser]]s can now equip mob heads onto [[player]]s, [[mob]]s and [[armor stand]]s.}}
{{History||1.13|snap=17w47a|The ID of heads have been split into 12; one of each available standard head, as well as a wall counterpart of each.
|<code>skeleton_skull</code>, <code>wither_skeleton_skull</code>, <code>player_head</code>, <code>zombie_head</code>, <code>creeper_head</code> and <code>dragon_head</code> are now available as [[item]]s and placed [[block]]s with a <code>rotation</code> block state of 0-15.
|<code>skeleton_wall_skull</code>, <code>wither_skeleton_wall_skull</code>, <code>player_wall_head</code>, <code>zombie_wall_head</code>, <code>creeper_wall_head</code> and <code>dragon_wall_head</code> are available only as placed blocks with a <code>facing</code> block state of north, south, east or west.
|Prior to [[1.13/Flattening|''The Flattening'']], this [[block]]'s numeral ID was 144, and the [[item]]'s 397.}}
{{History||1.19|snap=Deep Dark Experimental Snapshot 1|Skeleton skulls now generate as part of [[ancient cities]].}}
{{History||November 14, 2022|link=https://www.minecraft.net/en-us/article/playable-mob-sounds-coming-minecraft-1-20|Piglin heads are announced to be added in [[Java Edition 1.20]] on the Minecraft website.}}
{{History||1.19.3|snap=22w45a|[[File:Player Head (8) JE5.png|32px]] The texture of the player head has been changed.}}
{{History||1.20<br>(Experimental)|link=1.19.3|snap=22w46a|[[File:Piglin Head (8) JE1.png|32px]] Added piglin heads behind the [[Java Edition 1.20|Update 1.20 experimental datapack]].}}
{{History||1.20<br>(Experimental)|link=1.19.4|snap=23w03a|Heads can now be placed on top of note blocks without sneaking.}}
<!-- 
{{History||1.19.4|snap=23w05a|Heads can now be swapped by let [[helmet]]s {{ctrl|using}} in the hotbar.<ref>{{bug|MC-216270|||Fixed}}</ref>}}
{{History||?|Head can now be swapped in [[armor stand]]s by {{ctrl|using}} them/[[helmet]]s/[[carved pumpkin]]s in the armor stand's slot.}}
RE-ADD WHEN THE WORDING IS BETTER -->
{{History||1.20|snap=23w12a|Piglin heads are now available without using the "Update 1.20" experimental datapack.}}

{{History|pocket alpha}}
{{History||v0.12.1|snap=build 1|[[File:Skeleton Skull (item) JE1 BE1.png|32px]] [[File:Wither Skeleton Skull (item) JE1 BE1.png|32px]] [[File:Zombie Head (item) JE1 BE1.png|32px]] [[File:Player Head (item) JE1 BE1.png|32px]] [[File:Creeper Head (item) JE1 BE1.png|32px]] Added skeleton, wither skeleton, zombie, player, and creeper heads. 
|The skeleton, wither skeleton, zombie, player and creeper heads use the [[Java Edition|Java]] textures prior to [[Java Edition 14w30a|14w30a]].}} 
{{History||v0.14.0|snap=build 1|Mob heads can now be worn as armor.}}
{{History||v0.16.0|snap=build 4|Wither skeleton skulls can now be used to spawn the [[wither]].}}
{{History|pocket}}
{{History||1.0.0|snap=alpha 0.17.0.1|[[File:Dragon Head (item) BE1.png|32px]] Added dragon heads. 
|Dragon heads use a two-dimensional sprite, unlike [[Java Edition|Java]] does.}}
{{History|bedrock}}
{{History||1.2.0|snap=beta 1.2.0.2|Mob heads can now be used to craft [[firework star]]s.
|Creeper heads and wither skeleton skulls are now used to [[crafting|craft]] specific patterns on [[banner]]s.}}
{{History|||snap=beta 1.2.0.11|[[File:Skeleton Skull (item) BE2.png|32px]] [[File:Wither Skeleton Skull (item) BE2.png|32px]] [[File:Zombie Head (item) BE2.png|32px]] [[File:Head (item) BE2.png|32px]] [[File:Creeper Head (item) BE2.png|32px]] [[File:Dragon Head (item) BE2.png|32px]] [[Player]] and [[mob]] heads in [[inventory|inventories]] and when held by mobs/players now display as [[block]]s.}}
{{History||1.10.0|snap=beta 1.10.0.3|Wither skeleton skulls and creeper heads can now be used to craft [[banner pattern]]s.}}
{{History||November 14, 2022|link=https://www.minecraft.net/en-us/article/playable-mob-sounds-coming-minecraft-1-20|Piglin heads are announced to be added in [[Bedrock Edition 1.20.0]] on the Minecraft website.}}
{{History||Next Major Update<br>(Experimental)|link=1.19.60|snap=beta 1.19.60.20|[[File:Piglin Head (item) BE1.png|32px]] Added piglin heads behind the "[[Bedrock Edition 1.20.0|Next Major Update]]" [[experimental]] toggle.}}
{{History|||snap=beta 1.19.60.25|Heads can now be placed on top of note blocks without sneaking.}}
{{History||1.20.0|snap=beta 1.20.0.21|Piglin heads are now available without using the "Next Major Update" experimental toggle.}}
{{History||1.20.40|snap=beta 1.20.40.20|Wither skeleton skulls now make their respective step sounds when played by a note block.}}

{{History|console}}
{{History||xbox=TU12|xbone=CU1|ps=1.0|wiiu=Patch 1|switch=1.0.1|[[File:Skeleton Skull (item) JE1 BE1.png|32px]] [[File:Wither Skeleton Skull (item) JE1 BE1.png|32px]] [[File:Zombie Head (item) JE1 BE1.png|32px]] [[File:Player Head (item) JE1 BE1.png|32px]] [[File:Creeper Head (item) JE1 BE1.png|32px]] Added skeleton, wither skeleton, zombie, player, and creeper heads to the [[creative inventory]]. 
|Wither skeleton skulls currently do not have a use.}}
{{History||xbox=TU19|xbone=CU7|ps=1.12|Wither skeleton skulls can now be obtained by killing [[wither skeleton]]s.
|Wither skeleton skulls can now be used to build the [[wither]].}}
{{History||xbox=TU31|xbone=CU19|ps=1.22|wiiu=Patch 3|Skeleton, zombie, and creeper heads are now available in [[survival]]. The [[player]] can obtain them by killing the appropriate [[mob]] with a charged [[creeper]].}}
{{History||xbox=TU46|xbone=CU36|ps=1.38|wiiu=Patch 15|[[File:Dragon Head (item) JE1.png|32px]] Added dragon heads.}}

{{History|new 3ds}}
{{History||0.1.0|[[File:Skeleton Skull (item) JE1 BE1.png|32px]] [[File:Wither Skeleton Skull (item) JE1 BE1.png|32px]] [[File:Zombie Head (item) JE1 BE1.png|32px]] [[File:Player Head (item) JE1 BE1.png|32px]] [[File:Creeper Head (item) JE1 BE1.png|32px]] Added skeleton, wither skeleton, zombie, player, and creeper heads.}}
{{History||1.7.10|[[File:Dragon Head (item) BE1.png|32px]] Added dragon heads.}}
{{History|foot}}

=== Skull "item" ===
{{:Technical blocks/Skull}}

==Issues==

{{issue list}}

== Trivia ==

* Heads do not have their own textures and take their textures from other objects.
* When [[breaking]] any head, the particle effect of breaking it is the same as [[soul sand]].
* Despite there being a default Steve head, heads for the other protagonist skins cannot be obtained without using custom names.
* {{IN|be}}, the skull variant for the item is stored under the {{cd|damage}} component, normally used for items with [[durability]].

== Gallery ==

===Renders===
<gallery>
Steve wearing Skeleton Skull.png|
Steve wearing Wither Skeleton Skull.png|
Steve wearing Creeper Head.png|
Steve wearing Zombie Head.png|
Steve wearing Dragon Head.png|
Alex wearing Skeleton Skull.png|
Alex wearing Wither Skeleton Skull.png|
Alex wearing Creeper Head.png|
Alex wearing Zombie Head.png|
Alex wearing Dragon Head.png|
Dragon Head.gif|An animation of the dragon head when redstone power is supplied.
</gallery>

===Screenshots===
<gallery>
All The Heads.png|All of the heads.
Headsrotation.png|Heads oriented in different directions.
HeadsOnAFence.png|Heads are the same scale as [[cobblestone wall]] posts.
Playerheads.png|A picture of player heads, including some Mojang characters.
EndShipBow.png|A dragon head found at the bow of an end ship.
</gallery>

====Development====
<gallery>
1st image Mob Head.png|First screenshot released of heads.
Minecart with chest and head thing.png|Notch's head in a [[minecart with chest]].
PauseUnpause's Head 1.png|First image of held heads rendering as blocks.
PauseUnpause's Head 2.png|Second image of held heads rendering as blocks.
Pocket Edition Heads.jpg|First image of a head being worn in bedrock edition.
1.16 Dev failed head holding.jpg|First attempt to fix {{bug|MC-91869}} by [[Xilefian]].
1.16 Dev failed head holding 2.jpg|Second attempt.
</gallery>

===In other media===
<gallery>
Efe Looking at Makena Napping on a Note Block.jpg|[[Efe]] looking at [[Makena]] napping on a Note block
Efe Placing a Zombie Head on a Note Block.jpg|Efe placing a zombie head sneakily on the note block.
Makena Waking up Startled by the Zombie Noise.jpg|Makena waking up startled at the sound of zombies being played on the note block.
File:Piglin Head Animation.jpg|[[Sunny]] using a piglin head to make noise in a [[Crimson Forest]].<ref>https://www.instagram.com/p/Ct7CfOBplrG/</ref>
</gallery>

==References==
{{reflist}}

{{blocks|Utility}}
{{items}}

[[Category:Utility blocks]]
[[Category:Manufactured blocks]]
[[Category:Generated structure blocks]]
[[Category:Block entities]]
[[Category:Non-solid blocks]]

[[cs:Hlava]]
[[de:Kopf]]
[[es:Cabeza]]
[[fr:Tête]]
[[hu:Mob fejek]]
[[it:Testa di creatura]]
[[ja:Mobの頭]]
[[ko:몹 머리]]
[[nl:Wezenhoofd]]
[[pl:Głowa]]
[[pt:Cabeça de criatura]]
[[ru:Голова]]
[[uk:Голова]]
[[zh:生物头颅]]</li></ul></nowiki>
Pre-releaseAdded death messages.
Currently, death messages are only shown on multiplayer servers.
Added the following death messages:
  • <player> went up in flames
  • <player> burned to death
  • <player> tried to swim in lava
  • <player> suffocated in a wall
  • <player> drowned
  • <player> starved to death
  • <player> was pricked to death
  • <player> hit the ground too hard
  • <player> fell out of the world
  • <player> died
  • <player> blew up
  • <player> was killed by magic
  • <player> was slain by <mob>
  • <player> was slain by <player>
  • <player> was shot by <player/mob>
  • <player> was fireballed by <player/mob>
  • <player> was pummeled by <player/mob>
Java Edition
1.0.0
{{Extension DPL}}<ul><li>[[Minecart with Furnace|Minecart with Furnace]]<br/>{{ItemEntity
|image=Minecart with Furnace.png
|renewable=Yes
|stackable=No
|size=Height: 0.7 Blocks<br>Width: 0.98 Blocks
|networkid=10
|drops= 1 {{ItemLink|Minecart with Furnace}}
|health={{Hp|6}}
}}

A '''minecart with furnace''' is a [[furnace]] inside a [[minecart]]. It can be powered with [[coal]] or [[charcoal]] to propel it across a [[rail]] line for a limited time, which can be used to move other minecarts.

==Obtaining==
Minecarts with furnace can be retrieved by attacking them, and by doing so it drops as an [[item]].

===Crafting===
{{Crafting
|Output= Minecart with Furnace
|type= Transportation
|Furnace|Minecart}}

==Usage==
Minecarts with furnaces are placed in the same way as other minecarts. It does not have a graphical user interface, unlike a [[furnace]].

Minecarts with furnaces can be powered, done by feeding fuel ([[coal]] or [[charcoal]]) into the furnace minecart with the {{Control|use}} button. The fuel is consumed immediately and it starts to move in the same direction the player clicked toward. Pressing {{Control|use}} always turns it to that direction, even when not holding coal.

Any piece of fuel, added at any time, increases the total range by an additional 3600 ticks (equal to 180 seconds or 3 minutes).  The upper limit is 32767 ticks, approximately 27 minutes.

When powered, minecarts with furnaces cover 240m per minute (about 4 m/s, slightly slower than walking speed) or 720m per piece of coal. They do not accelerate beyond this speed when going downhill or on active [[powered rail]]s, and as long as they remain powered, they do not slow down when going uphill, on inactive powered rails, or when pushing or pulling other minecarts.

If a powered furnace minecart is derailed and then pushed back onto a rail, it starts moving again in the direction it came from, so they are not easily turned around in this state unless a player is nearby to redirect it with {{Control|use}}.

Minecarts with furnaces can climb up steep inclines while pushing other minecarts as long as they have fuel. If a minecart with furnace reaches a slope while pulling another minecart, the pulled minecart is switched to the forward position so that it can be pushed along the slope instead of pulled.

When a minecart with furnace bumps into another minecart or multiple minecarts, the other minecarts are pushed forward with great speed. The furnace minecart continues on with its own speed. Because of this speed difference, some of the minecarts may end up inside unloaded chunks on straight tracks.

===Train mechanics===
{{Schematic
|caption=weakly-shunted 1-cart train, one cart was used only to push the train together and is left behind
|AB|mc-$ew|mc-$ew|mc/Fu-$ew|-
|AB|ra-$wu|ra-$ew|ra-$ew|ra-$ew|ellipsis-ew
}}
{{Schematic
|caption=Creating a strongly-shunted 1-cart train.  The sloped rail must be replaced with a horizontal rail before powering.
|AB|mc-$ew||mc/Fu-$ew|-
|AB|ra-$ew|ra-$ew|ra-$eu|ra-$ew|ra-$ew|ellipsis-ew
}}

[[File:FurnaceMinecartTrain.png|thumb|right|A Minecart train powered by furnace [[Minecart|minecarts.]]|alt=]]
A furnace minecart can be made to pull up to four other minecarts. All minecarts in this train move at the constant speed of the furnace minecart.  Trains are formed when a minecart is pushed into the back of a powered furnace minecart or a short-enough train.  These shunts are fragile at best and easily come undone, but some methods are stronger than others.  For example, pushing a minecart into a furnace minecart and then powering the furnace gives a weaker shunt than pushing the furnace minecart into the other minecart against a wall, and then powering the furnace in the other direction.

A high-speed minecart running into the back of a furnace minecart going in the same direction automatically creates a weak shunt with it, pulling it along.

Pulling a minecart with TNT causes it to explode.

{| class="wikitable"
|+Pulled minecart/Shunt behavior
!Condition
!Result
|-
|Furnace loses power/speed||Shunt comes undone
|-
|Entity bumping besides those part of the train||Jettisoned forward
|-
|Upward sloped track||Jettisoned forward
|-
|Downward sloped track||Jettisoned forward (strong shunt) or shunt comes undone (weak shunt)
|-
|90° turn in track||Jettisoned backward
|-
|Turn toward north/south or east/west that is not the direction the train was shunted in||Train derails
|}

When a train comes to a turn, the shunt comes undone with the pulled minecart jettisoned backward. The correct way to make such a turn is having the shunt undone before a turn, and then make the two rejoin on a straight rail later by having the pulled cart catch up with the minecart with furnace.<ref name=mango/>

Since the train runs slower on a fully powered track than a normal minecart (~5 m/s compared to 8m/s), a train pulled by an unpowered furnace minecart is ideal for AFK farms involving breaking or placing blocks like [[nether wart]].<ref name=mango>{{YouTubeLink|1=pRLiAQfhTG8|2=Why The Furnace Minecart Isn't As Useless As You Think|3=ilmango}}</ref>

==Properties==
The coal is not stored as an item in the entity, but in the object data in the fuel property as a time in ticks. ''Fuel'' is a short value, i.e. a maximum of 32767 ticks, which is about 27 minutes. However, {{cmd|/summon furnace_minecart ~ ~ ~ {Fuel:32000} }} alone doesn't make it go since it doesn't have a direction. It can be right-clicked on a track to give it a direction, or it can be summoned with the properties ''PushX'' and ''PushZ'' set, which are responsible for the direction. The <code>Motion</code> property of every entity allows for movement of the minecart, but it does not direct the minecart to move on its own.

==Sounds==
{{Edition|Java}}:<br>
Minecarts with furnaces use the Friendly Creatures sound category for entity-dependent sound events.<ref group=sound name=rollsource>{{bug|MC-42132}}</ref>
{{Sound table
|sound=Minecart rolling.ogg
|subtitle=Minecart rolls
|source=Friendly Creatures <ref group=sound name=rollsource/>
|overridesource=1
|description=While a minecart with furnace is moving
|id=entity.minecart.riding
|translationkey=subtitles.entity.minecart.riding
|volume=0.0-0.35 <ref group=sound>Relates linearly with horizontal velocity (max 0.5)</ref>
|pitch=0.0-1.0 <ref group=sound>Will increase by 0.0025 per tick if the minecart's horizontal velocity is more than 0.01</ref>
|distance=16
|foot=1}}

{{Edition|Bedrock}}:
{{Sound table
|type=bedrock
|sound=Minecart rolling.ogg
|source=neutral
|description=While a minecart with furnace is moving
|id=minecart.base
|foot=1}}

==Data values==
===ID===
{{ID table
|edition=java
|firstcolumnname=Item
|showforms=y
|generatetranslationkeys=y
|displayname=Minecart with Furnace
|spritetype=item
|nameid=furnace_minecart
|form=item
|foot=1}}
{{ID table
|edition=java
|firstcolumnname=Entity
|generatetranslationkeys=y
|displayname=Minecart with Furnace
|spritetype=entity
|nameid=furnace_minecart
|foot=1}}

===Entity data===
Minecarts with furnace have entity data associated with them that contain various properties of the entity.

{{el|java}}:
{{main|Entity format}}
{{/ED}}

{{el|bedrock}}:
: See [[Bedrock Edition level format/Entity format]].

==History==
{{History|java alpha}}
{{History||v1.0.14|[[File:Minecart with Furnace JE1.png|32px]] [[File:Minecart with Furnace (item) JE1.png|32px]] Minecarts with furnace were added.
|Since no in-game name was indicated, they were referred to by names such as "powered minecart" or "furnace minecart".
|No matter how much fuel was added to the minecart, it would never move for more than 3 minutes after the last fuel.}}
{{History|java beta}}
{{History||1.0|When tooltips were added to items in inventory, this was named "Minecart with Furnace".}}
{{History||1.2|[[File:Minecart with Furnace JE2.png|32px]] The texture of the minecart with furnace has been changed.}}
{{History|java}}
{{History||1.0.0|snap=?|Each piece of [[coal]] now powers a [[minecart]] with furnace for {{convert|3|minutes|ticks}}, so that adding another piece of coal at any time increases the total range by another 3 minutes.  A full stack of 64 coal now powers it for {{convert|192|minutes|ticks}}.
|Minecarts with furnace on a level track cover 204 meters per minute.}}
{{History||1.8|snap=14w11a|Minecarts with furnace now give a much greater boost to other minecarts.
|When powered, minecarts with furnace now move on non-powered rails without decelerating.}}
{{History|||snap=14w17a|Minecarts with furnace's behavior has been reverted, so that no change was released in [[Java Edition 1.8]].}}
{{History||1.11|snap=16w32a|The entity ID of the minecart with furnace has been changed from <code>MinecartFurnace</code> to <code>furnace_minecart</code>.}}
{{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 343.}}
{{History||1.14|snap=18w43a|[[File:Minecart with Furnace JE3.png|32px]] [[File:Minecart with Furnace (item) JE2.png|32px]] The texture of the minecart with furnace has been changed.}}
{{History||1.15|snap=19w38a|[[File:Minecart with Furnace 19w38a.png|32px]] The furnace now appears dark, like suffocating mobs.}}
{{History|||snap=19w39a|The furnace texture is now colored correctly.}}
{{History||1.15.2|snap=Pre-Release 1|Furnace minecarts can now navigate around any corner.}}
{{History||1.19|snap=22w13a|The crafting recipe for a minecart with furnace is now shapeless.
|Breaking a minecart with furnace will now drop the item instead of the minecart and furnace separately.<ref>{{bug|MC-249493|||Fixed}}</ref>}}

{{History|console}}
{{History||xbox=TU1|xbone=CU1|ps=1.0|wiiu=Patch 1|switch=1.0.1|[[File:Minecart with Furnace JE2.png|32px]] [[File:Minecart with Furnace (item) JE1.png|32px]] Added minecart with furnace.}}
{{History|Ps4}}
{{History||1.90|[[File:Minecart with Furnace JE3.png|32px]] [[File:Minecart with Furnace (item) JE2.png|32px]] The texture of the minecart with furnace has been changed.}}
{{History|foot}}

==Issues==
{{issue list}}

==Trivia==
*The minecart with furnace is excluded from {{els|be|3ds}} on purpose. In a tweet, [[Jeb]] considered removing it from {{el|je}}.<ref>{{tweet|jeb|699241247391772672|I think we will phase out the furnace minecraft ''(sic)''|15 Feb 2016}}</ref>
**When converting a [[Legacy Console Edition]] world to a [[Bedrock Edition]] world, any present minecarts with furnaces are converted into a normal minecart.
**Despite the above-described poor standing of the minecart, it was most recently briefly featured in an animation in the [[Minecraft Live 2022]], where one was depicted as moving a train of about 20 minecarts at a higher than normal speed.

==Gallery==
<gallery>
Running Powered Minecart.png|A powered minecart in action.
</gallery>

==References==
{{reflist}}

{{Items}}
{{Entities}}

[[Category:Mechanics]]

[[cs:Parní vozík]]
[[de:Antriebslore]]
[[es:Vagoneta con horno]]
[[fr:Wagonnet motorisé]]
[[hu:Gőzmeghajtású csille]]
[[ja:かまど付きのトロッコ]]
[[ko:화로가 실린 광산 수레]]
[[nl:Mijnkar met oven]]
[[pl:Wagonik z piecem]]
[[ru:Вагонетка с печью]]
[[uk:Вагонетка з піччю]]
[[zh:动力矿车]]</li><li>[[Cooked Salmon|Cooked Salmon]]<br/>{{Dungeons hatnote|type=consumable}}
{{Item
| title = Cooked Salmon
| image = Cooked Salmon.png
| renewable = Yes
| heals = {{hunger|6}}
| stackable = Yes (64)
}}
'''Cooked salmon''' is a [[food]] item obtained by cooking [[raw salmon]].

== Obtaining ==

=== Mob loot ===

====Salmon====
[[Salmon]] always drops 1 raw salmon when killed, unaffected by Looting.<ref>{{bug|MC-212795||Salmon & Fish mobs are not affected by Looting}}</ref> If it is killed while on [[fire]], it drops 1 [[Cooked Salmon|cooked salmon]] instead.
====Guardians and elder guardians====
[[Guardian|Guardians]] and [[Elder Guardian|elder guardians]] have a 2.5% chance to drop a random fish, with 25% of them being raw salmon, which drops as cooked if the guardian was on fire. The chance of getting the fish drop is increased by 1% per level with [[Looting]] (for a maximum of 5.5% with Looting III), but the type of fish is not affected.
====Polar bears ====
[[Polar bear]]s have a 25% chance of dropping 0–2 raw salmon when killed. The maximum amount can be increased by 1 per level of Looting, for a maximum of 0-5 with Looting III. If killed while on fire, they drop cooked salmon instead.
=== Cooking ===

Cooked salmon can be obtained by cooking raw salmon in a [[furnace]], [[smoker]], or on a [[campfire]]. Each piece of cooked salmon removed from a furnace output slot gives 0.35 [[experience]] (22.4 experience per stack).

{{smelting|Raw Salmon|Cooked Salmon|0,35}}

=== Chest loot ===
{{LootChestItem|cooked-salmon}}

=== Trading ===

Apprentice-level fishermen villagers have a 50%{{only|bedrock}} or {{frac|2|3}}{{only|java}} chance to sell 6 cooked salmon for 6 raw salmon and an [[emerald]].

== Usage ==

=== Food ===

To eat cooked salmon, press and hold {{control|use}} while it is selected in the hotbar. Eating one restores {{hunger|6}} and 9.6 [[Hunger#Mechanics|saturation]], the same as [[cooked mutton]].

=== Wolves ===

{{IN|Bedrock}}, cooked salmon can be fed to [[wolves]] only if they are not at full health, healing them by {{hp|6|mob=1}}. Cooked salmon does not accelerate the growth of baby wolves and cannot be used to [[breed]] them.

==Sounds==
{{Sound table/Entity/Food}}

== Data values ==
=== ID ===
{{edition|java}}:
{{ID table
|edition=java
|showitemtags=y
|showforms=y
|generatetranslationkeys=y
|displayname=Cooked Salmon
|spritetype=item
|nameid=cooked_salmon
|itemtags=fishes
|form=item
|foot=1}}

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Cooked Salmon
|spritetype=item
|nameid=cooked_salmon
|id=269
|form=item
|foot=1}}

== Achievements ==

{{load achievements|Lion Hunter}}

== Advancements ==
{{load advancements|Husbandry;A Balanced Diet;Fishy Business}}

== Video ==
<div style="text-align:center">{{yt|s_GcAFeoREk}}</div>

== History ==

{{History|java}}
{{History||1.7.2|snap=13w36a|[[File:Cooked Salmon JE1 BE1.png|32px]] Added cooked salmon.}}
{{History||1.8|snap=14w02a|Cooked salmon can no longer be [[trading|traded]] by [[villager]]s.}}
{{History||1.13|snap=17w47a|The different data values for the <code>cooked_fish</code> IDs have been split up into their own IDs.
|Prior to [[1.13/Flattening|''The Flattening'']], these [[item]]s' numeral IDs were 349 and 250.}}
{{History|||snap=18w08b|Salmon has been added as a [[mob]], which drops raw salmon when killed (cooked while on [[fire]]).
|[[File:Cooked Salmon JE2 BE2.png|32px]] The texture of cooked salmon has been changed.}}
{{History|||snap=18w10a|Cooked salmon now generates in [[buried treasure]] [[chest]]s.}}
{{History|||snap=19w11a|Fisherman [[villager]]s can now convert raw salmon to cooked salmon, if [[trading|paid]] with emeralds.}}

{{History|pocket alpha}}
{{History||v0.11.0|snap=build 1|[[File:Cooked Salmon JE1 BE1.png|32px]] Added cooked salmon.}}
{{History||v0.12.1|snap=build 1|Salmon now restores [[hunger]] instead of [[health]].}}
{{History||v0.16.0|snap=build 1|Salmon is now dropped by [[guardian]]s and [[elder guardian]]s.}}
{{History|bedrock}}
{{History||1.4.0|snap=beta 1.2.14.2|Salmon has been added as a [[mob]], which drops raw salmon when killed (cooked while on [[fire]]).
|[[File:Cooked Salmon JE2 BE2.png|32px]] The texture of cooked salmon has been changed.}}
{{History||1.11.0|snap=beta 1.11.0.4|Cooked salmon can now be obtained from [[trading]] with fishermen [[villager]]s.}}
{{History||1.16.100|snap=beta 1.16.100.52|Salmon now drops cooked salmon when killed on [[fire]].}}

{{History|console}}
{{History||xbox=TU31|xbone=CU19|ps=1.22|wiiu=Patch 3|[[File:Cooked Salmon JE1 BE1.png|32px]] Added cooked salmon.}}
{{History||xbox=TU69|ps=1.76|wiiu=Patch 38|[[File:Cooked Salmon JE2 BE2.png|32px]] The texture of cooked salmon has been changed.}}

{{History|new 3ds}}
{{History||0.1.0|[[File:Cooked Salmon JE1 BE1.png|32px]] Added cooked salmon.}}
{{History|foot}}

== Issues ==

{{issue list}}

== See also ==

* [[Fishing]]
* [[Cooked Cod]]

{{items}}

[[Category:Food]]
[[Category:Renewable resources]]

[[de:Gebratener Lachs]]
[[es:Salmón ahumado]]
[[pt:Salmão assado]]
[[ko:익힌 연어]]
[[zh:熟鲑鱼]]
[[ru:Жареный лосось]]</li></ul>
Beta 1.9 Prerelease 4Added the death message "<player> was killed by <player/mob>" (triggered by splash potions of Harming, it is just not clear).
1.3.1
{{Extension DPL}}<ul><li>[[Wheat|Wheat]]<br/>{{About||the artifact in ''Minecraft Dungeons''|Minecraft Dungeons:Wonderful Wheat|the seed|Wheat Seeds}}
{{Item
| image = Wheat.png
| renewable = Yes
| stackable = Yes (64)
}}
'''Wheat''' is an [[item]] primarily obtained by harvesting fully-grown [[Wheat Seeds|wheat crops]]. It is used for [[crafting]] as well as to feed certain animals.

== Obtaining ==

=== Natural generation ===

{{LootChestItem|wheat}}

=== Farming ===

{{main|Tutorials/Crop farming}}

When a fully-grown wheat crop is harvested, it drops 1 wheat and 1 to 4 [[wheat seeds]] ({{frac|2|5|7}} per crop harvested on average). A wheat crop has a total of eight stages (0-7) from the time it is planted until it can be harvested. If a crop is harvested before it is fully grown, it just drops one seed. Wheat needs light to grow; a seed is destroyed if planted without light. Harvesting with a [[Fortune]]-enchanted tool increases the number of seeds dropped but does not increase the yield of wheat.

=== Crafting ===

{{Crafting
|Hay Bale
|Output= Wheat,9
|type= Material
}}

=== Drops ===
A [[fox]] sometimes spawns holding wheat, which it always drops upon death. Alternatively, the player can drop a [[food]] item, causing the fox to drop the wheat.

== Usage ==

=== Food ===

[[File:New Cattle.png|thumb|Using wheat to lead a cow.]]
When wheat is held, it causes nearby [[cow]]s, [[sheep]], [[goat]]s and [[mooshroom]]s to follow the player, until either the player stops holding the wheat or goes too far away from the animal, thus leading them to lose interest.

Wheat may be used to [[breed]] cows, sheep, goats, and mooshrooms by first herding two of them together and then {{control|using}} the wheat on them to begin "Love Mode."

Wheat can heal a [[horse]] {{hp|1}} health or lower its temper by 3% when attempting to tame it. It can also decrease the time it takes for a foal to grow by 20 seconds.

Similarly, wheat can heal a [[llama]] {{hp|2}} health, and it decreases the time it takes a baby llama to grow by 10 seconds.

=== Crafting ingredient ===

{{crafting usage}}

=== Trading ===

Novice-level farmer [[Villager|villagers]] have a 25%{{only|bedrock}} or 40%{{only|java}} chance to buy 20 wheat for one [[emerald]].

=== Composting ===
Placing wheat into a [[composter]] has a 65% chance of raising the compost level by 1. A stack of wheat yields an average of 5.94 [[bone meal]].

== Achievements ==
{{load achievements|Bake Bread;The Lie;Repopulation}}

== Advancements ==
{{load advancements|A Seedy Place}}

== Data values ==
=== ID ===
{{edition|java}}:
{{ID table
|edition=java
|showforms=y
|generatetranslationkeys=y
|displayname=Wheat
|spritetype=item
|nameid=wheat
|form=item
|foot=1}}

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Wheat
|spritetype=item
|nameid=wheat
|id=334
|form=item
|foot=1}}

== Video ==

{{Video note|the narrator demonstrates at 0:56 that walking over wheat can destroy the crop and un-till the land. This is outdated: since version {{Version link|JE 1.1}}, wheat can be destroyed only by a player or mob jumping on it or falling on it.}}

<div style="text-align:center">{{yt|JbAURiYQZlA}}</div>

== History ==

{{History|java indev}}
{{History||20100206|[[File:Wheat JE1 BE1.png|32px]] Wheat has been added.
|Wheat can be used to craft [[bread]].}}
{{History||20100223|Bread now requires 3 wheat (1 row of 3) instead of 6 (2 rows of 3) to be crafted.}}
{{History|java infdev}}
{{History||20100625-2|Wheat can now be found in the new [[dungeon]] [[chest]]s.}}
{{History|java beta}}
{{History||1.2|Wheat can now be used to craft [[cake]].}}
{{History||1.4|Wheat can now be used to craft [[cookie]]s.}}
{{History|java}}
{{History||1.0.0|snap=Beta 1.9 Prerelease 2|Wheat can now be used in [[breeding]].}}
{{History||1.3.1|snap=12w21a|Wheat can now be [[trading|sold]] to farmer [[villager]]s, at 18–21 wheat for 1 [[emerald]].}}
{{History||1.4.2|snap=12w36a|[[Chicken]]s and [[pig]]s no longer use wheat to [[breeding|breed]].}}
{{History||1.6.1|snap=13w16a|[[Horse]]s can now be healed by being fed wheat.
|Foals can now have their growth increased by being fed wheat.}}
{{History|||snap=13w17a|[[Horse]]s can now have their tempers lowered with wheat.}}
{{History|||snap=13w18a|Nine wheat can now be crafted to make a [[hay bale]].}}
{{History||1.8|snap=14w02a|Trading has been changed: farmer [[villager]]s now [[trading|buy]] 18–22 wheat for 1 [[emerald]].}}
{{history||1.9|snap=15w43a|Wheat may now be found in [[igloo]] basement chests.}}
{{history|||snap=15w44a|The average yield of wheat in [[dungeon]] chests has been decreased.}}
{{History||1.11|snap=16w39a|Wheat can now be found in the new [[woodland mansion]] chests.}}
{{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 296.}}
{{History|||snap=18w09a|Wheat can now generate in the chests of [[underwater ruins]].}}
{{History|||snap=18w11a|Wheat can now generate in [[shipwreck]] chests.}}
{{History||1.14|snap=18w43a|[[File:Wheat JE2 BE2.png|32px]] The texture of wheat has been changed.}}
{{History|||snap=18w47a|Wheat can now generate inside of loot chests on top of [[pillager outpost]]s.}}
{{History|||snap=18w49a|Wheat can now generate in chests in [[village]] butcher and shepherd houses.}}
{{History|||snap=18w50a|Wheat can now generate in chests in desert [[village]] houses.}}
{{History||1.14|snap=19w03a|Placing wheat into the new [[composter]] has a 50% chance of raising the compost level by 1.}}
{{History|||snap=19w05a|Wheat now has a 65% chance of increasing the compost level in a composter by 1.}}
{{History|||snap=19w07a|Added [[fox]]es, which sometimes spawn with wheat in their mouths.}}
{{History||1.17|snap=21w13a|Wheat can now be used to breed [[goat]]s.}}
{{History||1.19|snap=22w11a|Wheat can now be used to craft [[packed mud]].}}
{{History||1.20|snap=23w12a|Wheat can now be found in [[suspicious gravel]] and [[suspicious sand]] in cold and warm [[ocean ruins]] and in [[trail ruins]].}}
{{History|||snap=23w16a|Wheat no longer generates in [[suspicious sand]] in [[trail ruins]].|Due to the split of the archaeological loot tables for suspicious gravel within [[trail ruins]], wheat is now common loot.}}

{{History|pocket alpha}}
{{History||v0.2.0|[[File:Wheat JE1 BE1.png|32px]] Added wheat. It is currently unobtainable and serves no purpose.}}
{{History||v0.4.0|Wheat is now obtainable via farming and can be used to craft [[bread]].}}
{{History||v0.7.0|Wheat can now be used to craft [[cake]].}}
{{History||v0.8.0|snap=build 1|Wheat can now be used to breed [[cow]]s and [[sheep]].
|Wheat can now be used to craft [[hay bale]]s.}}
{{History||v0.9.0|snap=build 1|Wheat [[crop]]s now naturally spawn in [[village]]s.
|Wheat can now be used to craft [[cookie]]s.}}
{{History||v0.15.0|snap=build 1|Wheat can now be used to grow, increase tame and heal [[horse]]s, [[donkey]]s and [[mule]]s.}}
{{History||v0.16.2|Wheat can now be found in the [[chest]]s inside of large houses in [[ice plains]] and [[cold taiga]] [[village]]s.}}
{{History|pocket}}
{{History||1.0.0|snap=alpha 0.17.0.1|Wheat can now be found in [[igloo]] basement chests.}}
{{History||1.0.4|snap=alpha 1.0.4.0|Farmer [[villager]]s now [[trading|buy]] 18–22 wheat for 1 [[emerald]].}}
{{History||1.1.0|snap=alpha 1.1.0.0|Wheat can now be found in the new [[woodland mansion]] chests.}}
{{History|bedrock}}
{{History||1.4.0|snap=beta 1.2.14.2|Wheat can now be found inside [[shipwreck]] chests.}}
{{History|||snap=beta 1.2.20.1|Wheat can now be found inside [[underwater ruins]] chests.}}
{{History||1.10.0|snap=beta 1.10.0.3|Wheat can now be found in [[pillager outpost]] chests.
|[[File:Wheat JE2 BE2.png|32px]] The texture of wheat has been changed.}}
{{History||1.11.0|snap=beta 1.11.0.1|Wheat can now be found in [[desert]] [[village]] house chests, village shepherd and butcher house chests.
|Wheat can now be used to fill up [[composter]]s.}}
{{History|||snap=beta 1.11.0.4|[[Trading]] has changed, farmer [[villager]]s now have a 25% chance to buy 20 wheat for one [[emerald]] as part of their first tier trade.}}
{{History||1.13.0|snap=beta 1.13.0.1|Added [[fox]]es, which can drop wheat.}}

{{History|console}}
{{History||xbox=TU1|xbone=CU1|ps=1.0|wiiu=Patch 1|switch=1.0.1|[[File:Wheat JE1 BE1.png|32px]] Added wheat.}}
{{History||xbox=none|xbone=none|ps=1.90|wiiu=none|switch=none|[[File:Wheat JE2 BE2.png|32px]] The texture of wheat has been changed.}}

{{History|New 3DS}}
{{History||0.1.0|[[File:Wheat JE1 BE1.png|32px]] Added wheat.}}
{{History|foot}}

== Issues ==
{{issue list}}

== Gallery ==
<gallery>
Wheat SDGP.png|Wheat in the [[Super Duper Graphics Pack]].
File:Field of Wheat.jpg|[[Steve]] and [[Kai]] in a field of wheat crops.<ref>https://www.instagram.com/p/CumuJleg6Ij/</ref>
</gallery>

== External Links ==
*[https://www.minecraft.net/en-us/article/taking-inventory--wheat Taking Inventory: Wheat] – Minecraft.net on April 21, 2022
{{Items}}

[[Category:Plants]]
[[Category:Food]]

[[cs:Pšenice]]
[[de:Weizen]]
[[es:Trigo]]
[[fr:Blé]]
[[hu:Búza]]
[[it:Grano]]
[[ja:小麦]]
[[ko:밀]]
[[nl:Tarwe]]
[[pl:Pszenica]]
[[pt:Trigo]]
[[ru:Пшеница]]
[[th:ข้าวสาลี]]
[[uk:Пшениця]]
[[zh:小麦]]
[[Category:Renewable resources]]</li><li>[[Melon Seeds|Melon Seeds]]<br/>{{Block
|image = <gallery>
Melon Stem Age 0.png | Age 0
Melon Stem Age 1.png | Age 1
Melon Stem Age 2.png | Age 2
Melon Stem Age 3.png | Age 3
Melon Stem Age 4.png | Age 4
Melon Stem Age 5.png | Age 5
Melon Stem Age 6.png | Age 6
Melon Stem Age 7.png | Age 7
</gallery>
| image2 = <gallery>
Attached Melon Stem (N).png | North 
Attached Melon Stem (E).png | East
Attached Melon Stem (S).png | South
Attached Melon Stem (W).png | West
</gallery>
| transparent = Yes
| light = No
| tool = none
| renewable = Yes
| stackable = Yes (64)
| flammable = No
| lavasusceptible = No
}}'''Melon seeds''' are items obtained from [[Melon Slice|melon slices]] that can be used to grow melon stems.

'''Melon stems''' are plants grown on [[farmland]] that, over time, grow [[melon]]s on dirt, mud and moss blocks adjacent to them.

== Obtaining ==
=== Breaking ===
When broken, a melon stem drops 0–3 melon seeds. The chance for melon seeds to drop increases with the stem's age.
{| class="wikitable"
! rowspan="3" |[[Resource location]]
! rowspan="3" | Source
! colspan="4" | Default
|-
| colspan="1" rowspan="2" style="text-align:center" | Nothing || colspan="3" style="text-align:center" |{{ItemLink|Melon Seeds|Melon seeds}}
|-
| style="text-align:center" | 1 || style="text-align:center" | 2 || style="text-align:center" | 3
|-
| rowspan="8" |<code>blocks/melon_stem</code>
|{{BlockLink|Melon Stem|Melon stem}} <code>age = 0</code>
| style="text-align:center" |81.3%|| style="text-align:center" |17.42%|| style="text-align:center" |1.24%|| style="text-align:center" |0.03%
|-
|{{BlockLink|Melon Stem|Melon stem}} <code>age = 1</code>
| style="text-align:center" |65.1%|| style="text-align:center" |30.04%|| style="text-align:center" |4.62%|| style="text-align:center" |0.24%
|-
|{{BlockLink|Melon Stem|Melon stem}} <code>age = 2</code>
| style="text-align:center" |51.2%|| style="text-align:center" |38.4%|| style="text-align:center" |9.6%|| style="text-align:center" |0.8%
|-
|{{BlockLink|Melon Stem|Melon stem}} <code>age = 3</code>
| style="text-align:center" |39.44%|| style="text-align:center" |43.02%|| style="text-align:center" |15.64%|| style="text-align:center" |1.9%
|-
|{{BlockLink|Melon Stem|Melon stem}} <code>age = 4</code>
| style="text-align:center" |29.13%|| style="text-align:center" |44.44%|| style="text-align:center" |22.22%|| style="text-align:center" |3.7%
|-
|{{BlockLink|Melon Stem|Melon stem}} <code>age = 5</code>
| style="text-align:center" |21.6%|| style="text-align:center" |43.2%|| style="text-align:center" |28.8%|| style="text-align:center" |6.4%
|-
|{{BlockLink|Melon Stem|Melon stem}} <code>age = 6</code>
| style="text-align:center" |15.17%|| style="text-align:center" |39.82%|| style="text-align:center" |34.84%|| style="text-align:center" |10.16%
|-
|{{BlockLink|Melon Stem|Melon stem}} <code>age = 7</code>
| style="text-align:center" |10.16%|| style="text-align:center" |34.84%|| style="text-align:center" |39.82%|| style="text-align:center" |15.17%
|-
| rowspan="1" |<code>blocks/attached_melon_stem</code>
|{{BlockLink|Attached Melon Stem|Attached Melon stem}}
| style="text-align:center" |10.16%|| style="text-align:center" |34.84%|| style="text-align:center" |39.82%|| style="text-align:center" |15.17%
|}

=== Natural generation ===
Melon stems generate naturally in stem farm inside [[woodland mansion]]s.

Melon stems generate in 20% of the farm plots in [[savanna]] [[village]]s, and 10% of the farm plots in [[desert]] villages.

=== Chest loot ===
{{LootChestItem|melon-seeds}}

=== Crafting ===
{{Crafting
|Melon Slice
|Output= Melon Seeds
|type= Material
}}

=== Trading ===
[[Wandering trader]]s sell melon seeds for 1 [[emerald]].

== Usage ==
=== Farming ===
{{see also|Tutorials/Pumpkin and melon farming}}
Melon seeds can be planted only on [[farmland]], as stems. Over time, a stem grows through several stages<sup>[''[[Talk:Pumpkin Seeds|needs testing]]'']</sup> and, at its final growth stage, will produce [[melon]]s on any adjacent [[dirt]], [[Coarse Dirt|coarse dirt]], [[Rooted Dirt|rooted dirt]], [[Grass Block|grass block]], [[farmland]], [[podzol]], [[mycelium]], [[Moss Block|moss block]], [[mud]] or [[Muddy Mangrove Roots|muddy mangrove roots]]. If a melon is already occupying a spot adjacent to a stem it does not grow more melons until the melons is removed. A single stem can grow an unlimited number of melons. Melon stems need a minimum light level of 10 in the block above the stem to grow and give melons. Melon seeds are affected by [[bone meal]] only with respect to stem growth; bone meal does not help produce the actual melons.

=== Breeding ===
Like other seeds, melon seeds can be used to [[breed]] [[chicken]]s, lead chickens around, and make baby chickens grow up faster by 10% of the remaining time.

=== Taming ===
Like other seeds, melon seeds can be used to tame [[parrot]]s.

=== Composting ===
Placing melon seeds into a [[composter]] has a 30% chance of raising the compost level by 1.

== Melon Stem ==
A '''melon stem''' is the block that is planted on [[farmland]] when melon seeds are used on it. It starts underground, and rises up as the plant grows. The stem is colored green when young, and then yellow once fully grown.

The stem curves once a melon has grown from it. A fully-grown single stem connects to any [[melon]] in an adjacent square, thus there are 5 possible appearances to a stem. If there are multiple melons it can connect to, it favors the east, then west, north, and south. When the melon is removed, the stem returns to its straight shape.

== Sounds ==
{{Sound table/Block/Hard crop}}

== Data values ==
=== ID ===
{{edition|java}}:
{{ID table
|edition=java
|showblocktags=y
|showforms=y
|generatetranslationkeys=y
|displayname=Melon Stem
|spritetype=block
|nameid=melon_stem
|blocktags=bee_growables, crops
|form=block}}
{{ID table
|displayname=Attached Melon Stem
|spritetype=block
|nameid=attached_melon_stem
|form=block}}
{{ID table
|displayname=Melon Seeds
|spritetype=item
|nameid=melon_seeds
|form=item
|foot=1}}

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|shownumericids=y
|showforms=y
|generatetranslationkeys=y
|displayname=Melon Stem
|spritetype=block
|nameid=melon_stem
|id=105
|form=block
|translationkey=-}}
{{ID table
|displayname=Melon Seeds
|spritetype=item
|nameid=melon_seeds
|id=293
|form=item
|foot=1}}

=== Block states ===
{{see also|Block states}}

{{/BS}}

== Advancements ==
{{load advancements|A Seedy Place}}

== History ==
{{info needed section|check if stems floated above farmland upon initial implementation}}
{{History|java beta}}
{{History||1.8|snap=Pre-release|[[File:Melon Seeds JE1 BE1.png|32px]] Added melon seeds.
|[[File:Melon Stem Age 0 JE1.png|32px]] [[File:Stem Age 1 JE1.png|32px]] [[File:Melon Stem Age 2 JE1.png|32px]] [[File:Melon Stem Age 3 JE1.png|32px]] [[File:Melon Stem Age 4 JE1.png|32px]] [[File:Melon Stem Age 5 JE1.png|32px]] [[File:Melon Stem Age 6 JE1.png|32px]] [[File:Melon Stem Age 7 JE1.png|32px]] Added the melon stem, with seven stages of growth.
|Melon seeds can found in the new [[mineshaft]] [[chest]]s.
|[[File:Attached Melon Stem (N) JE1.png|32px]] [[File:Attached Melon Stem (E) JE1.png|32px]] [[File:Attached Melon Stem (S) JE1.png|32px]] [[File:Attached Melon Stem (W) JE1.png|32px]] Melon stems have four slightly visually distinct appearances for each facing direction - the bent part of the stem rotates, but the other two planes do not.
|[[File:Melon Stem Age 8 JE1.png|32px]] [[File:Melon Stem Age 9 JE1.png|32px]] [[File:Melon Stem Age 10 JE1.png|32px]] [[File:Melon Stem Age 11 JE1.png|32px]] [[File:Melon Stem Age 12 JE1.png|32px]] [[File:Melon Stem Age 13 JE1.png|32px]] [[File:Melon Stem Age 14 JE1.png|32px]] [[File:Melon Stem Age 15 JE1.png|32px]] Melon stem data values 8–15 now show a glitched formation, with a floating stem with an attached stem cross eventually emerging below.
|[[File:Attached Stem Age 8 JE1.png|32px]] [[File:Attached Stem Age 9 JE1.png|32px]] [[File:Attached Stem Age 10 JE1.png|32px]] [[File:Attached Stem Age 11 JE1.png|32px]] [[File:Attached Stem Age 12 JE1.png|32px]] [[File:Attached Stem Age 13 JE1.png|32px]] [[File:Attached Stem Age 14 JE1.png|32px]] [[File:Attached Stem Age 15 JE1.png|32px]] Melon stem blocks with data values higher than 7 can now attach to adjacent fruits, which results in buggy stem textures with [[vines]] in the mix due to vines being below attached stems in [[terrain.png]].}}
{{History|||snap=Pre-release 2 ;)|Melon stems can now be grown faster using [[bone meal]].}}
{{History|java}}
{{History||1.3.1|snap=1.3|The texture of melon stems has been moved one pixel to the left in [[terrain.png]].
|[[File:Melon Stem Age 0 JE2.png|32px]] [[File:Melon Stem Age 1 JE2.png|32px]] [[File:Melon Stem Age 2 JE2.png|32px]] [[File:Melon Stem Age 3 JE2.png|32px]] [[File:Melon Stem Age 4 JE2.png|32px]] [[File:Melon Stem Age 5 JE2.png|32px]] [[File:Melon Stem Age 6 JE2.png|32px]] [[File:Melon Stem Age 7 JE2.png|32px]] Stems now appear slightly different.
|[[File:Melon Stem Age 8 JE2.png|32px]] [[File:Melon Stem Age 9 JE2.png|32px]] [[File:Melon Stem Age 10 JE2.png|32px]] [[File:Melon Stem Age 11 JE2.png|32px]] [[File:Melon Stem Age 12 JE2.png|32px]] [[File:Melon Stem Age 13 JE2.png|32px]] [[File:Melon Stem Age 14 JE2.png|32px]] [[File:Melon Stem Age 15 JE2.png|32px]] Overgrown stems now appear slightly different.
|[[File:Attached Melon Stem (N) JE2.png|32px]] [[File:Attached Melon Stem (E) JE2.png|32px]] [[File:Attached Melon Stem (S) JE2.png|32px]] [[File:Attached Melon Stem (W) JE2.png|32px]] Attached melon stems now appear slightly different.
|[[File:Attached Stem Age 8 JE2.png|32px]] [[File:Attached Stem Age 9 JE2.png|32px]] [[File:Attached Stem Age 10 JE2.png|32px]] [[File:Attached Stem Age 11 JE2.png|32px]] [[File:Attached Stem Age 12 JE2.png|32px]] [[File:Attached Stem Age 13 JE2.png|32px]] [[File:Attached Stem Age 14 JE2.png|32px]] [[File:Attached Stem Age 15 JE2.png|32px]] Overgrown attached melon stems now appear slightly different.}}
{{History||1.4.2|snap=12w36a|[[Chicken]]s now use [[wheat seeds]], melon seeds, and [[pumpkin seeds]], instead of [[wheat]] to breed.}}
{{History||1.5|snap=13w02a|[[File:Melon Stem Age 0 JE3.png|32px]] [[File:Melon Stem Age 1 JE3.png|32px]] [[File:Melon Stem Age 2 JE3.png|32px]] [[File:Melon Stem Age 3 JE3.png|32px]] [[File:Melon Stem Age 4 JE3.png|32px]] [[File:Melon Stem Age 5 JE3.png|32px]] [[File:Melon Stem Age 6 JE3.png|32px]] Melon stems now use a squished version of their texture for immature stems, depending on age.
|[[File:Melon Stem Age 8 JE3.png|32px]] [[File:Melon Stem Age 9 JE3.png|32px]] [[File:Melon Stem Age 10 JE3.png|32px]] [[File:Melon Stem Age 11 JE3.png|32px]] [[File:Melon Stem Age 12 JE3.png|32px]] [[File:Melon Stem Age 13 JE3.png|32px]] [[File:Melon Stem Age 14 JE3.png|32px]] [[File:Melon Stem Age 15 JE3.png|32px]] This also affects melon stems of ages 8–15, which are likewise stretched to accommodate its predicted size.
|[[File:Attached Stem Age 8 JE3.png|32px]] [[File:Attached Stem Age 9 JE3.png|32px]] [[File:Attached Stem Age 10 JE3.png|32px]] [[File:Attached Stem Age 11 JE3.png|32px]] [[File:Attached Stem Age 12 JE3.png|32px]] [[File:Attached Stem Age 13 JE3.png|32px]] [[File:Attached Stem Age 14 JE3.png|32px]] [[File:Attached Stem Age 15 JE3.png|32px]] Melon stems of extreme ages, which are attached to adjacent fruits, now show a stretched and tinted stem appearance.}}
{{History|||snap=13w03a|[[File:Melon Stem Age 0 JE4.png|32px]] [[File:Melon Stem Age 1 JE4.png|32px]] [[File:Melon Stem Age 2 JE4.png|32px]] [[File:Melon Stem Age 3 JE4.png|32px]] [[File:Melon Stem Age 4 JE4.png|32px]] [[File:Melon Stem Age 5 JE4.png|32px]] [[File:Melon Stem Age 6 JE4.png|32px]] [[File:Melon Stem Age 7 JE4.png|32px]] Melon stems are no longer squished or stretched to account for age.<ref>{{bug|MC-7111}}</ref>
|[[File:Melon Stem Age 8 JE4.png|32px]] [[File:Melon Stem Age 9 JE4.png|32px]] [[File:Melon Stem Age 10 JE4.png|32px]] [[File:Melon Stem Age 11 JE4.png|32px]] [[File:Melon Stem Age 12 JE4.png|32px]] [[File:Melon Stem Age 13 JE4.png|32px]] [[File:Melon Stem Age 14 JE4.png|32px]] [[File:Melon Stem Age 15 JE4.png|32px]] Melon stems with age values 8 through 15 now show a tinted [[trapdoor]] texture.
|From this version up until 14w08a, overgrown melon stems start to draw from the texture below them on the [[texture atlas]], in much the same way they previously did with terrain.png. However, as texture atlases are unstable and textures tend to change positions as new blocks and textures are added, overgrown stems change the texture they draw from every time new textures are added, which includes when textures added by [[mods]].}}
{{History|||snap=13w09a|[[File:Melon Stem Age 8 JE5.png|32px]] [[File:Melon Stem Age 9 JE5.png|32px]] [[File:Melon Stem Age 10 JE5.png|32px]] [[File:Melon Stem Age 11 JE5.png|32px]] [[File:Melon Stem Age 12 JE5.png|32px]] [[File:Melon Stem Age 13 JE5.png|32px]] [[File:Melon Stem Age 14 JE5.png|32px]] [[File:Melon Stem Age 15 JE5.png|32px]] Melon stems with age values 8–15 now show a tinted [[birch wood]] texture.}}
{{History||1.6.1|snap=13w24a|Melon and pumpkin stems have now been assigned separate textures.
|[[File:Melon Stem Age 8 JE6.png|32px]] [[File:Melon Stem Age 9 JE6.png|32px]] [[File:Melon Stem Age 10 JE6.png|32px]] [[File:Melon Stem Age 11 JE6.png|32px]] [[File:Melon Stem Age 12 JE6.png|32px]] [[File:Melon Stem Age 13 JE6.png|32px]] [[File:Melon Stem Age 14 JE6.png|32px]] [[File:Melon Stem Age 15 JE6.png|32px]] Melon stems with age values 8–15 now show a tinted [[note block]] texture.}}
{{History||1.7.2|snap=13w37a|Added the {{cmd|setblock}} [[commands|command]], allowing for invalid stem ages to be placed in the world without using external editors. This also allows them to be obtained in earlier versions via backdating.}}
{{History|||snap=13w41a|[[File:Melon Stem Age 8 JE7.png|32px]] [[File:Melon Stem Age 9 JE7.png|32px]] [[File:Melon Stem Age 10 JE7.png|32px]] [[File:Melon Stem Age 11 JE7.png|32px]] [[File:Melon Stem Age 12 JE7.png|32px]] [[File:Melon Stem Age 13 JE7.png|32px]] [[File:Melon Stem Age 14 JE7.png|32px]] [[File:Melon Stem Age 15 JE7.png|32px]] Melon stems with age values 8–15 now show a tinted [[netherrack]] texture.}}
{{History||1.8|snap=14w10a|[[File:Melon Stem Age 8 JE8.png|32px]] [[File:Melon Stem Age 9 JE8.png|32px]] [[File:Melon Stem Age 10 JE8.png|32px]] [[File:Melon Stem Age 11 JE8.png|32px]] Melon stems with data values 8–11 now display a tinted attached stem, with 8 facing west, 9 facing east, 10 facing north and 11 facing south.
|Invalid melon stems with data values 12-15 now crash the game.}}
{{History|||snap=14w25a|[[File:Melon Stem Age 0 JE5.png|32px]] [[File:Melon Stem Age 1 JE5.png|32px]] [[File:Melon Stem Age 2 JE5.png|32px]] [[File:Melon Stem Age 3 JE5.png|32px]] [[File:Melon Stem Age 4 JE5.png|32px]] [[File:Melon Stem Age 5 JE5.png|32px]] [[File:Melon Stem Age 6 JE5.png|32px]] [[File:Melon Stem Age 7 JE5.png|32px]] Melon stems now render as a single diagonal plane, or, in the case of attached stems, a diagonal and orthogonal plane.
|[[File:Attached Melon Stem (N) JE3.png|32px]] [[File:Attached Melon Stem (E) JE3.png|32px]] [[File:Attached Melon Stem (S) JE3.png|32px]] [[File:Attached Melon Stem (W) JE3.png|32px]] The attached melon stem [[model]] now fully rotates to the direction the stem points. Prior to this update, the base of the melon stem would stay the same while the long attaching section would differ, resulting in four possible attached stem appearances.
|Invalid overgrown melon stems have effectively been removed from the game, as attempting to place an out of range stem via {{cmd|setblock}} creates a stem of age 0 and loading a world with such stems existing causes a game crash.}}
{{History|||snap=14w26a|[[File:Melon Stem Age 0 JE6.png|32px]] [[File:Melon Stem Age 1 JE6.png|32px]] [[File:Melon Stem Age 2 JE6.png|32px]] [[File:Melon Stem Age 3 JE6.png|32px]] [[File:Melon Stem Age 4 JE6.png|32px]] [[File:Melon Stem Age 5 JE6.png|32px]] [[File:Melon Stem Age 6 JE6.png|32px]] [[File:Melon Stem Age 7 JE6.png|32px]] [[File:Attached Melon Stem (N) JE4.png|32px]] [[File:Attached Melon Stem (E) JE4.png|32px]] [[File:Attached Melon Stem (S) JE4.png|32px]] [[File:Attached Melon Stem (W) JE4.png|32px]] Melon stems now correctly render as crosses again.<ref>{{bug|MC-58136}}</ref>}}
{{History|||snap=14w27a|[[File:Attached Stem Age 0 14w27a.png|32px]] [[File:Attached Stem Age 1 14w27a.png|32px]] [[File:Attached Stem Age 2 14w27a.png|32px]] [[File:Attached Stem Age 3 14w27a.png|32px]] [[File:Attached Stem Age 4 14w27a.png|32px]] [[File:Attached Stem Age 5 14w27a.png|32px]] [[File:Attached Stem Age 6 14w27a.png|32px]] Due to a bug, all melon stems appear attached regardless of age or any actual attachment.<ref>{{bug|MC-60208}}</ref>}}
{{History|||snap=14w28a|All melon stems appearing attached regardless of age or any actual attachment has been fixed. However, melon stems still appear attached to adjacent fruits regardless of age due to a similar bug.<ref>{{bug|MC-61716}}</ref>}}
{{History|||snap=14w34d|Melon seeds can no longer be used for [[breeding]] [[chicken]]s.}}
{{History||1.9|snap=15w31a|Chickens can now use melon seeds to breed again.}}
{{History|||snap=15w44a|Melon seeds have been added to [[dungeon]] [[chest]]s.
|The average yield of melon seeds from [[mineshaft]] chests has been decreased.}}
{{History|||snap=15w45a|Melon stems must now be fully grown again to attach.}}
{{History||1.11|snap=16w39a|Melon seeds can now be found inside chests in the new [[woodland mansion]]s.
|Melon crops now generate inside woodland mansions.}}
{{History||1.12|snap=17w18b|Placing a melon seeds in farmland now gives the player the "A Seedy Place" [[advancement]].{{verify}}}}
{{History||1.13|snap=17w47a|The different block states for the <code>melon_stem</code> ID have been split up into their own IDs.
|Prior to [[1.13/Flattening|''The Flattening'']], this [[block]]'s numeral ID was 105, and the [[item]]'s 362.}}
{{History|||snap=17w48a|Attached melon stems no longer [[drops|drop]] seeds.}}
{{History||1.14|snap=18w43a|[[File:Attached Melon Stem (N) JE5.png|32px]] [[File:Attached Melon Stem (E) JE5.png|32px]] [[File:Attached Melon Stem (S) JE5.png|32px]] [[File:Attached Melon Stem (W) JE5.png|32px]] The texture of attached melon stems has been changed.}}
{{History|||snap=18w49a|Melon stems now generate in the updated [[savanna]] [[village]]s.}}
{{History|||snap=18w50a|Melon stems now generate in the updated [[desert]] [[village]]s.}}
{{History|||snap=19w03a|Placing melon seeds into the new [[composter]] has a 10% chance of raising the compost level by 1.}}
{{History|||snap=19w05a|Melon seeds now have a 30% chance of increasing the compost level in a composter by 1.
|Added [[Wandering Trader|wandering trader]]s, which sell melon seeds.}}
{{History||1.15|snap=19w34a|[[Bee]]s can now pollinate melon stems.}}
{{History|||snap=19w39a|Attached melon stems now [[drops|drop]] seeds again.<ref>{{bug|MC-136360}}</ref>}}
{{History||1.18|snap=Pre-release 5|[[File:Melon Seeds JE2.png|32px]] The texture of melon seeds has been changed.}}

{{History|pocket alpha}}
{{History||v0.5.0|Added melon seeds.
|[[File:Melon Stem Age 0 JE1.png|32px]] [[File:Stem Age 1 JE1.png|32px]] [[File:Melon Stem Age 2 JE1.png|32px]] [[File:Melon Stem Age 3 JE1.png|32px]] [[File:Melon Stem Age 4 JE1.png|32px]] [[File:Melon Stem Age 5 JE1.png|32px]] [[File:Melon Stem Age 6 JE1.png|32px]] [[File:Melon Stem Age 7 JE1.png|32px]] [[File:Attached Melon Stem (N) JE1.png|32px]] [[File:Attached Melon Stem (E) JE1.png|32px]] [[File:Attached Melon Stem (S) JE1.png|32px]] [[File:Attached Melon Stem (W) JE1.png|32px]]{{verify|Are these models correct?}} Added melon stems.}}
{{History||v0.6.0|[[File:Melon Seeds JE1 BE1.png|32px]] Melon seeds no longer use the pumpkin seeds texture.}}
{{History||v0.9.0|snap=?|Melon seeds can now be found in [[mineshaft]] chests.}}
{{History||v0.12.1|snap=build 1|Melon seeds are no longer available from the [[Nether reactor]].}}
{{History||v0.14.0|snap=build 1|Melon seeds can now be found in [[minecart with chest|minecarts with chests]] in [[mineshaft]]s.}}
{{History|pocket}}
{{History||1.0.0|snap=alpha 0.17.0.1|Melon seeds now generate inside [[dungeon]] [[chest]]s.}}
{{History||1.1.0|snap=alpha 1.1.0.0|Melon crops now generate inside [[woodland mansion]]s.
|Melon seeds can now be found in woodland mansion chests.}}
{{History|bedrock}}
{{History||1.2.0|snap=beta 1.2.0.2|Melon seeds can now be found inside [[bonus chest]]s.
|Melon seeds are now used to tame [[parrot]]s.}}
{{History||1.10.0|snap=beta 1.10.0.3|[[File:Attached Melon Stem (W) JE5.png|32px]]{{info needed|More accurate image}} The texture of attached melon stems has been changed.
|Melon stems now generate in [[savanna]] and [[desert]] [[village]] farms.
|Added [[wandering trader]]s, who [[trading|sell]] melon seeds.}}
{{History||1.11.0|snap=beta 1.11.0.1|Melon seeds can now be used to fill up [[composter]]s.}}
{{History||1.14.0|snap=beta 1.14.0.1|[[Bee]]s can now pollinate melon stems.}}

{{History|console}}
{{History||xbox=TU5|xbone=CU1|ps=1.0|wiiu=Patch 1|[[File:Melon Seeds JE1 BE1.png|32px]] Added melon seeds.
|[[File:Melon Stem Age 0 JE1.png|32px]] [[File:Stem Age 1 JE1.png|32px]] [[File:Melon Stem Age 2 JE1.png|32px]] [[File:Melon Stem Age 3 JE1.png|32px]] [[File:Melon Stem Age 4 JE1.png|32px]] [[File:Melon Stem Age 5 JE1.png|32px]] [[File:Melon Stem Age 6 JE1.png|32px]] [[File:Melon Stem Age 7 JE1.png|32px]] [[File:Attached Melon Stem (N) JE1.png|32px]] [[File:Attached Melon Stem (E) JE1.png|32px]] [[File:Attached Melon Stem (S) JE1.png|32px]] [[File:Attached Melon Stem (W) JE1.png|32px]]{{verify|Are these models correct?}} Added melon stems.}}
{{History||xbox=none|xbone=none|ps=1.90|wiiu=none|switch=none|[[File:Attached Melon Stem (W) JE5.png|32px]]{{info needed|More accurate image}} The texture of attached melon stems has been changed.}}

{{History|New 3DS}}
{{History||0.1.0|[[File:Melon Stem Age 0 JE1.png|32px]] [[File:Stem Age 1 JE1.png|32px]] [[File:Melon Stem Age 2 JE1.png|32px]] [[File:Melon Stem Age 3 JE1.png|32px]] [[File:Melon Stem Age 4 JE1.png|32px]] [[File:Melon Stem Age 5 JE1.png|32px]] [[File:Melon Stem Age 6 JE1.png|32px]] [[File:Melon Stem Age 7 JE1.png|32px]] [[File:Attached Melon Stem (N) JE1.png|32px]] [[File:Attached Melon Stem (E) JE1.png|32px]] [[File:Attached Melon Stem (S) JE1.png|32px]] [[File:Attached Melon Stem (W) JE1.png|32px]]{{verify|Are these models correct?}} Added melon stems.}}
{{History|foot}}

<gallery>
Melon Stem with data value 15.png|The final version of the melon stem with age 15, as seen in-game.
Melonstems.png|Melon stems of ages 1–15 on a modded version of 1.7.2, hence the melon stems using the melon top texture.
Stems of 13w02a.png|All 16 stem sizes in 13w02a, with accompanying data values.
</gallery>

=== Melon stem "item" ===
{{:Technical blocks/Melon Stem}}

== Issues ==

{{issue list}}

== Gallery ==
<gallery>
Stem All Ages.png|All stages of growth.
AllSeeds.png|All the [[seeds]] that exist in the game.
</gallery>

== See also ==

* [[Melon]]
* [[Pumpkin Seeds]]

==References==
{{Reflist}}

{{Blocks|vegetation}}
{{Items}}

[[Category:Plants]]
[[Category:Food]]
[[Category:Non-solid blocks]]
[[Category:Generated structure blocks]]

[[cs:Semínka melounu]]
[[de:Melone]]
[[es:Semillas de sandía]]
[[fr:Graines de pastèque]]
[[hu:Dinnyemagok]]
[[it:Anguria]]
[[ja:スイカの種]]
[[ko:수박씨]]
[[nl:Meloenzaden]]
[[pl:Nasiona arbuza]]
[[pt:Sementes de melancia]]
[[ru:Семена арбуза]]
[[th:เมล็ดแตงโม]]
[[zh:西瓜种子]]</li></ul>
12w16aThe death message "<player> died" can no longer appear practically, only theoretically.
12w18aAs singleplayer worlds are now internal servers, death messages are now also shown in singleplayer.
1.4.2
{{Extension DPL}}<ul><li>[[Leather|Leather]]<br/>{{About||the leather from rabbits|Rabbit Hide|the armor material|Armor materials}}
{{Item
| image = Leather.png
| renewable = Yes
| stackable = Yes (64)
}}

'''Leather''' is an [[item]] used to make [[item frame]]s, [[armor]] and [[book]]s.

== Obtaining ==

=== Mob loot ===

Upon death, [[cow]]s, [[mooshroom]]s, [[horse]]s, [[donkey]]s, [[mule]]s, [[llama]]s and [[trader llama]]s drop 0–2 leather, while [[hoglin]]s drop 0–1 leather. The maximum amount is increased by 1 per level of [[Looting]], for a maximum of 5 leather (4 leather from hoglins) with Looting III.

A [[fox]] sometimes spawns holding leather, which always drops upon death. Alternatively, a player can drop a [[food]] item, causing the fox to drop the leather.

=== Fishing ===

Leather can be obtained as a "junk" item from [[fishing]].

=== Crafting ===

{{Crafting
  |A1= Rabbit Hide |B1= Rabbit Hide
  |A2= Rabbit Hide |B2= Rabbit Hide
  |Output=Leather
  |type=Material
}}

=== Chest loot ===

{{LootChestItem|leather}}

=== Villager gifts ===

{{in|java}}, leatherworker [[villager]]s throw leather at players under the [[Hero of the Village]] effect.

=== Bartering ===
[[Piglin]]s may [[barter]] 2-4 leather when given a [[gold ingot]].

== Usage ==

=== Crafting ingredient ===
{{crafting usage}}

=== Trading ===

Novice-level leatherworker villagers have a {{frac|2|3}} chance to [[trading|buy]] 6 leather for one [[emerald]] {{in|java}}, and always offer the trade {{in|bedrock}}.

=== Repairing ===

Leather is the repair item for the [[armor materials|leather armor]], and thus can be used to [[item repair|repair]] the following items in an [[anvil]]:
* {{ItemLink|Leather cap}}
* {{ItemLink|Leather tunic}}
* {{ItemLink|Leather pants}}
* {{ItemLink|Leather boots}}

== Achievements ==
{{load achievements|Cow Tipper}}

== Data values ==
=== ID ===
{{edition|java}}:
{{ID table
|edition=java
|showitemtags=y
|showforms=y
|generatetranslationkeys=y
|displayname=Leather
|spritetype=item
|nameid=leather
|itemtags=ignored_by_piglin_babies
|form=item
|foot=1}}

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Leather
|spritetype=item
|nameid=leather
|id=381
|form=item
|foot=1}}

== History ==

{{History|java alpha}}
{{History||v1.0.8|[[File:Leather JE1 BE1.png|32px]] Added leather.
|Leather [[drops]] from [[cow]]s.
|The [[crafting]] recipe for leather [[armor]] has been changed from cloth to leather (leather armor was previously [[craft]]ed with [[wool]], and was called "cloth armor" in the game code).}}
{{History||v1.0.17|[[Chicken]]s in [[Survival]] [[multiplayer]] now [[drop]] leather if killed by [[fire]], fall [[damage]] or [[cactus]].}}
{{History||v1.2.6|Chickens dropping leather was fixed by this version at the latest.{{when|It would be nice to know exactly when. It's at most a 3 1/2 month bug, though it was at the beginning. Might count as short-lived.}}.}}
{{History|java}}
{{History||1.3.1|snap=12w17a|Leather is now required to craft [[book]]s.}}
{{History||1.4.2|snap=12w34a|Leather is now used to craft the newly added [[item frame]]s.}}
{{History||1.6.1|snap=13w16a|Leather is now used to craft [[horse saddle]]s.|[[Horse]]s now [[drop]] leather.}}
{{History|||snap=13w18a|Leather is no longer used to craft [[horse saddle]]s.}}
{{History||1.7.2|snap=13w36a|Leather can be obtained as one of the "junk" [[item]]s in [[fishing]], making it possible to obtain it without killing any [[animal]]s.}}
{{History||1.8|snap=14w02a|Leather can now be [[trading|sold]] to leatherworker [[villager]]s, at 9–12 leather for 1 [[emerald]].}}
{{History|||snap=14w27b|Leather can now be crafted using 4 [[rabbit hide]].}}
{{History||1.9|snap=15w41a|Leather can now be used to repair [[elytra]].}}
{{History||1.11|snap=16w39a|[[Llama]]s now [[drop]] leather.}}
{{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 334.}}
{{History|||snap=18w07a|[[Phantom]]s now drop leather.}}
{{History|||snap=18w14a|Phantoms no longer [[drop]] leather.
|[[Phantom membrane]]s are now used to repair [[elytra]], instead of leather.}}
{{History||1.14|snap=18w43a|[[File:Leather JE2 BE2.png|32px]] The texture of leather has been changed.}}
{{History|||snap=18w48a|Leather can now be found in chests in [[village]] tanneries.}}
{{History|||snap=19w07a|Added [[fox]]es, which sometimes spawn with leather in their mouths.}}
{{History|||snap=19w08a|Leather is now used to [[craft]] leather [[horse armor]].}}
{{History|||snap=19w13a|Leatherworker villagers now give leather to players under the [[Hero of the Village]] effect.}}
{{History||1.16|snap=20w07a|Leather is dropped by the new [[hoglin]]s.
|Leather has a {{frac|5|109}} (~4.59%) chance of being given by the new [[piglin]]s when [[bartering]], in a stack size of 2–7.}}
{{History|||snap=20w09a|Leather now has a {{frac|20|226}} (~8.84%) chance of being given by piglins when bartering, in a stack size of 1–5.}}
{{History|||snap=20w16a|Leather now generates in [[bastion remnants]] chests.}}

{{History|pocket alpha}}
{{History||v0.2.0|[[File:Leather JE1 BE1.png|32px]] Added leather. It is currently unobtainable and serves no purpose.}}
{{History||v0.6.0|Leather is now obtainable by killing [[cow]]s.
|Leather can be used to craft leather [[armor]].}}
{{History||v0.11.0|snap=build 1|Leather can now be obtained as one of the "junk" [[item]]s in [[fishing]], making it possible to obtain it without killing any [[animal]]s.}}
{{History||v0.12.1|snap=build 1|Leather is now required to craft [[book]]s.}}
{{History||v0.13.0|snap=build 1|Leather can now be [[craft]]ed using 4 [[rabbit hide]].}}
{{History||v0.15.0|snap=build 1|Leather is now used to craft leather [[horse armor]].}}
{{History|pocket}}
{{History||1.0.0|snap=alpha 0.17.0.1|Leather can now be used to repair [[elytra]].}}
{{History||1.0.4|snap=alpha 1.0.4.0|9-12 leather can now be [[trading|sold]] to leatherworker [[villager]]s.}}
{{History|bedrock}}
{{History||1.6.0|snap=beta 1.6.0.5|[[Phantom membrane]]s are now used to repair [[elytra]], instead of leather.}}
{{History||1.10.0|snap=beta 1.10.0.3|Leather can now be found in [[village]] tannery house [[chest]]s.
|[[File:Leather JE2 BE2.png|32px]] The texture of leather has been changed.}}
{{History||1.11.0|snap=beta 1.11.0.4|[[Trading]] has been changed, leatherworker [[villager]]s now [[trading|buy]] 6 leather for an [[emerald]].}}
{{History||1.13.0|snap=beta 1.13.0.1|Added [[fox]]es, which can drop leather.}}
{{History||1.16.0|snap=beta 1.16.0.57|Hoglins now drop leather.
|Leather can now be obtained from bartering with piglin.
|Leather can now be found in [[bastion remnants]] chests.}}

{{History|console}}
{{History||xbox=TU1|xbone=CU1|ps=1.0|wiiu=Patch 1|switch=1.0.1|[[File:Leather JE1 BE1.png|32px]] Added leather.}}
{{History||xbox=TU60|xbone=CU51|ps=1.64|wiiu=Patch 30|switch=1.0.11|Leather is now used to [[craft]] leather [[horse armor]].}}
{{History||xbox=TU69|xbone=none|ps=1.76|wiiu=Patch 38|switch=none|[[Phantom membrane]]s are now used to repair [[elytra]], instead of leather.}}
{{History||xbox=none|xbone=none|ps=1.90|wiiu=none|switch=none|[[File:Leather JE2 BE2.png|32px]] The texture of leather has been changed.}}

{{History|new 3ds}}
{{History||0.1.0|[[File:Leather JE1 BE1.png|32px]] Added leather.}}
{{History|foot}}

== Issues ==

{{issue list}}


{{Items}}

[[Category:Renewable resources]]

[[cs:Kůže]]
[[de:Leder]]
[[es:Cuero]]
[[fr:Cuir]]
[[hu:Bőr]]
[[it:Cuoio]]
[[ja:革]]
[[ko:가죽]]
[[nl:Leer]]
[[pl:Skóra]]
[[pt:Couro]]
[[ru:Кожа]]
[[th:หนังสัตว์]]
[[uk:Шкіра]]
[[zh:皮革]]</li><li>[[Bamboo|Bamboo]]<br/>{{for|the plant feature|Bamboo (feature)}}
{{Distinguish|text = [[Sugar Cane]], which was colloquially known as Bamboo}}
{{Block
| image = <gallery>
Leafless Bamboo.png|Leafless
Small Leaves Bamboo.png|Small
Big Leaves Bamboo.png|Big
Leafless Old Bamboo.png|Leafless Old
Small Leaves Old Bamboo.png|Small Old
Big Leaves Old Bamboo.png|Big Old
</gallery>
| image2 = Bamboo Shoot.png<!--different infobox for this later down the line, like with pistons?-->
| image3 = Bamboo (item) JE1 BE1.png
| transparent = Yes
| light = No
| tool = Sword
| tool2 = Axe
| renewable = Yes
| stackable = Yes (64)
| flammable = '''Bamboo''': Yes (60)<br>'''Shoot''': No
| lavasusceptible = Yes
}}
'''Bamboo''' is a versatile, fast-growing, [[Bone Meal|bonemealable]] [[plant]] found primarily in [[jungle]]s, which is used for [[crafting]] (particularly [[scaffolding]] and [[Block of Bamboo|bamboo wood]]), [[smelting]] and [[breeding]] [[Panda|pandas]]. 

A '''bamboo shoot''' is the initial non-solid sapling form of planted bamboo.

== Obtaining ==
Bamboo shoots cannot be obtained through vanilla means. {{IN|bedrock}}, they can be obtained through [[add-on]]s or inventory editing. {{IN|java}}, they are completely unobtainable.

=== Breaking ===
Bamboo can be mined with any [[tool]], but a [[sword]] breaks the block [[instant mining|instantly]], even with [[Mining Fatigue]]. Flowing [[water]] also breaks bamboo shoots, but not mature bamboo stalks.

{{breaking row|Bamboo|Sword|sword=1|horizontal=1}}
{{notelist}}
=== Natural generation ===
Bamboo generates in widely scattered single shoots within [[jungle]] [[biome]]s. Bamboo generates much more densely in the [[bamboo jungle|bamboo variant]]s of jungles, covering large areas of the landscape. Bamboo does ''not'' generate in [[sparse jungle]]s.<ref>{{bug|MC-156638|||WAI}}</ref>

=== Mob loot ===
{{IN|java}}, a [[panda]] drops 1 bamboo when killed. [[Looting]] does not affect the drop rate.<ref>{{bug|MC-160006}}</ref>

{{IN|bedrock}}, a panda drops 0-2 bamboo when killed. Looting increases the drop by 1 per level.

=== Fishing ===
Bamboo can be found while [[fishing]] in [[jungle]] [[biome]]s as a junk [[item]].

=== Chest loot ===
{{LootChestItem|bamboo}}

== Usage ==
When broken, any bamboo [[block]] placed or grown above it is also broken. A bamboo block drops itself as an [[item]] if a [[piston]] pushes it or moves a block into its space. When bamboo is first placed as a shoot it's not solid and can be destroyed by water flowing into it. After growing at least one block taller it becomes solid and can't be destroyed by water. To transform a bamboo shoot into a solid bamboo block place another bamboo on top of it.

Unlike most plants, bamboo cannot be [[Composter#Composting|composted]].<ref>{{bug|MC-142452|||WAI}}</ref>

=== Farming ===
Bamboo can be planted on [[moss block]]s{{only|java|short=1}}, [[grass block]]s, [[dirt]], [[coarse dirt]], [[rooted dirt]], [[gravel]], [[mycelium]], [[podzol]], [[sand]], [[red sand]], [[suspicious sand]], [[suspicious gravel]], [[mud]], bamboo shoot, or on itself. At default random tick speed (3), each plant grows on average every {{convert|4096|ticks|seconds}}. When [[bone meal]] is {{control|used}} on it, it grows by 1–2 [[blocks]]. Bamboo can grow up to 12–16 blocks tall. The top of a bamboo plant requires a [[light]] level of 9 or above to grow.

Because bamboo breaks in almost the same way as [[sugar cane]]s, [[Tutorials/Sugar cane farming|a sugar cane farm]] can be easily adapted to this use. While water is not needed with such a farm, some spacing is recommended if the harvest is done manually as mature stalks are solid.

=== Pandas ===
Bamboo [[item]]s are eaten by [[panda]]s and can be used to speed up the growth of baby pandas. Bamboo can also be used to breed pandas when at least 8 [[block]]s of bamboo are within 5 blocks of the pandas, making the panda the only animal in the game to have extra breeding requirements. At this point, the [[player]] can feed them bamboo and they [[breeding|mate]] to have a baby.

=== Fuel ===
Bamboo can be used as fuel for [[smelting]]. Each bamboo item smelts 0.25 [[item]]s. Crafting two bamboo into a [[stick]] and using that as fuel is equivalent, smelting 0.5 items. 

Bamboo can be crafted into other items to increase its fuel efficiency.
* By crafting 9 bamboo into 2 [[bamboo planks]], 3 items can be smelted instead of 2.25, a 33.3% increase in efficiency.
** {{IN|bedrock}}, the fuel efficiency can be further doubled by crafting the bamboo planks into twice the amount of [[slab]]s.<ref>{{bug|MCPE-94368||Wooden slabs last for the same amount of time as planks in a furnace}}</ref>
* {{IN|java}}, by crafting 14 bamboo into 3 [[ladder]]s, 4.5 items can be smelted instead of 3.5, a 28.6% increase in efficiency.

=== Flower pots ===
Bamboo can be placed in a [[flower pot]], where it retains the design it has in its item form.

=== Crafting ingredient ===
{{crafting usage}}

== Appearance ==
[[File:Bamboo stages.png|thumb|The different stages of bamboo growth.]]

The appearance of bamboo changes as it grows. When first placed, it takes the form of a small shoot, which has no [[hitbox]]. When it grows one [[block]] taller it grows to 2 pixels in length and width and the top block has leaves coming off it. At 3 blocks, the top 2 blocks have leaves and at 4 blocks the bamboo expands to 3×3 pixels. At 5 blocks tall, the top 3 blocks have leaves on them. As the bamboo grows, the leaves move up and stay at the top 3 blocks. Destroying a block of bamboo does not change the appearance of the blocks below it. Bamboo is oriented at a random position in the block that it is in.

== Sounds ==
=== Bamboo ===
{{Sound table/Block/Bamboo}}

=== Bamboo Shoot ===
{{Sound table/Block/Bamboo shoot}}

== Data values ==
=== ID ===
{{edition|java}}:
{{ID table
|edition=java
|showblocktags=y
|showforms=y
|generatetranslationkeys=y
|displayname=Bamboo
|spritetype=block
|nameid=bamboo
|blocktags=bamboo_plantable_on}}
{{ID table
|displayname=Bamboo Shoot
|spritetype=block
|nameid=bamboo_sapling
|blocktags=bamboo_plantable_on
|form=block
|foot=1}}

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|shownumericids=y
|showforms=y
|generatetranslationkeys=y
|displayname=Bamboo
|spritetype=block
|nameid=bamboo
|id=418}}
{{ID table
|displayname=Bamboo Sapling
|spritetype=block
|nameid=bamboo_sapling
|id=419
|form=block
|translationkey=-
|foot=1}}

=== Block states ===
{{see also|Block states}}

{{/BS}}

== Achievements ==
{{load achievements|Zoologist}}

== History ==
{{History||September 29, 2018|link={{tweet|minecraft|1046096508570009602}}|Bamboo is announced at [[MINECON Earth 2018]].}}
{{History|java}}
{{History||1.14|snap=18w43a|[[File:Leafless Bamboo JE1 BE2.png|32px]] [[File:Small Leaves Bamboo JE1 BE2.png|32px]] [[File:Big Leaves Bamboo JE1 BE2.png|32px]] [[File:Leafless Old Bamboo JE1 BE2.png|32px]] [[File:Small Leaves Old Bamboo JE1 BE2.png|32px]] [[File:Big Leaves Old Bamboo JE1 BE2.png|32px]] [[File:Bamboo Shoot JE1 BE1.png|32px]] Added bamboo.
|[[File:Bamboo (item) JE1 BE1.png|32px]] Bamboo as an [[item]] can be [[drops|dropped]] by bamboo and planted to grow bamboo.
|Added [[bamboo jungle]]s, where bamboo naturally generates.}}
{{History||1.16|snap=20w06a|"Bamboo Sapling" has been renamed to "Bamboo Shoot".}}
{{History|||snap=20w13a|Bamboo has been moved from the Miscellaneous tab to the Decoration Blocks tab in the [[Creative inventory]].<ref name="misc decoration">https://bugs.mojang.com/browse/MC-174434</ref>}}
{{History||1.17|snap=21w13a|Bamboo can now be planted on rooted dirt.}}
{{History|||snap=21w16a|Bamboo can now be planted on moss blocks.}}
{{History||1.18|snap=21w39a|Bamboo no longer generates underground.<ref>{{bug|MC-145376}}</ref><ref>{{bug|MC-214894}}</ref>}}
{{History||1.19|snap=22w15a|Bamboo can now be planted on mud.}}
{{History||1.20<br>(Experimental)|link=1.19.3|snap=22w42a|Bamboo can now be used to craft [[bamboo planks]].}}
{{History|||snap=22w45a|Bamboo can no longer be used to craft bamboo planks.|Bamboo can now be used to craft a [[block of bamboo]].}}
{{History||1.20<br>(Experimental)|link=1.19.4|snap=23w07a|Bamboo can now be planted on [[suspicious sand]].}}
{{History||1.20|snap=23w14a|Bamboo can now be planted on [[suspicious gravel]].}}

{{History|bedrock}}
{{History||1.8.0|snap=beta 1.8.0.8|[[File:Leafless Bamboo BE1.png|32px]] [[File:Small Leaves Bamboo BE1.png|32px]] [[File:Big Leaves Bamboo BE1.png|32px]] [[File:Leafless Old Bamboo BE1.png|32px]] [[File:Small Leaves Old Bamboo BE1.png|32px]] [[File:Big Leaves Old Bamboo BE1.png|32px]] [[File:Bamboo Shoot JE1 BE1.png|32px]] Added bamboo.
|[[File:Bamboo (item) JE1 BE1.png|32px]] Bamboo as an [[item]] can be [[drops|dropped]] by bamboo and planted to grow bamboo.}}
{{History||1.9.0|snap=beta 1.9.0.0|Bamboo can now generate in [[jungle]] [[biome]]s in single shoots.
|Added [[bamboo jungle]]s, where bamboo naturally generates.}}
{{History||1.12.0|snap=beta 1.12.0.3|[[File:Leafless Bamboo JE1 BE2.png|32px]] [[File:Small Leaves Bamboo JE1 BE2.png|32px]] [[File:Big Leaves Bamboo JE1 BE2.png|32px]] [[File:Leafless Old Bamboo JE1 BE2.png|32px]] [[File:Small Leaves Old Bamboo JE1 BE2.png|32px]] [[File:Big Leaves Old Bamboo JE1 BE2.png|32px]] The bamboo texture brightness has been updated to match {{el|je}}.<ref>{{bug|MCPE-42635}}</ref>}}
{{History||1.17.30|snap=beta 1.17.20.20|Swords now break bamboo instantly to match ''Java Edition''.<ref>{{bug|MCPE-64013}}</ref>}}
{{History||1.20.0|link=Bedrock Edition 1.20.0|snap=beta 1.19.50.21|Bamboo can now be used to craft [[bamboo planks]].}}
{{History|||snap=beta 1.19.60.20|Bamboo can no longer be used to craft bamboo planks.|Bamboo can now be used to craft a [[block of bamboo]].}}

{{History|console}}
{{History||xbox=none|xbone=none|ps=1.83|wiiu=none|switch=none|[[File:Leafless Bamboo JE1 BE2.png|32px]] [[File:Small Leaves Bamboo JE1 BE2.png|32px]] [[File:Big Leaves Bamboo JE1 BE2.png|32px]] [[File:Leafless Old Bamboo JE1 BE2.png|32px]] [[File:Small Leaves Old Bamboo JE1 BE2.png|32px]] [[File:Big Leaves Old Bamboo JE1 BE2.png|32px]] [[File:Bamboo Shoot JE1 BE1.png|32px]] Added bamboo.
|[[File:Bamboo (item) JE1 BE1.png|32px]] Bamboo as an [[item]] can be [[drops|dropped]] by bamboo and planted to grow bamboo.}}
{{History|foot}}

=== Bamboo shoot "item" ===
{{:Technical blocks/Bamboo Shoot}}

== Issues ==
{{Issue list}}

== Trivia ==
* Because bamboo grows quickly (on average 1 growth per 200 seconds), just 500 plants in an automatic farm produce more [[item]]s than a [[hopper]] can collect (2.5 items per second). A single hopper can move only enough items to keep 6.25 [[furnace]]s running.
* Bamboo is the fastest-growing plant in ''[[Minecraft]]'', which reflects its status as the fastest-growing plant known in real life.
* While bamboo cannot be composted in ''Minecraft'', it can be composted in real life.

== Gallery ==
<gallery>
File:PandaMinecon.png|The first image featuring bamboo, from [[MINECON Earth 2018]].
File:PandasEatingMinecon.jpg|A group of [[Panda|pandas]] eating bamboo, shown at [[MINECON Earth 2018]].
File:Growing bamboo BE.png|Planted bamboo growing.
File:Bamboo in tree.png|A bamboo shoot growing through a [[tree]].
File:Bamboo Jungle.png|Bamboo seen in a [[jungle]] [[biome]] variant.
File:Bamboo Jungle in Amplified world.png|Bamboo Jungle in an [[Amplified]] world in 1.19-rc2.
File:Naturalbamboo.png|Multiple naturally generated bamboo stems growing by a river.
File:Tall Bamboo.png|Grown Bamboo with three parts
File:Zuri Chopping Bamboo Pixel Art.png|[[Zuri]] chopping down bamboo for a baby panda.
File:Bamboo Wallpaper.png|Smartphone wallpaper of the aforementioned artwork, showing more of the treetops and bamboo.
File:Panda Packaging.jpg|Packing for the ''Diamond Level Panda'', modeled after bamboo.
</gallery>

==References==
{{Reflist}}

{{Blocks|vegetation}}

{{Items}}

[[Category:Plants]]
[[Category:Food]]
[[Category:Natural blocks]]
[[Category:Non-solid blocks]]
[[Category:Flammable blocks]]

[[cs:Bambus]]
[[de:Bambus]]
[[es:Bambú]]
[[fr:Bambou]]
[[it:Bambù]]
[[ja:竹]]
[[ko:대나무]]
[[pl:Bambus]]
[[pt:Bambu]]
[[ru:Бамбук]]
[[th:ไม้ไผ่]]
[[zh:竹子]]</li></ul>
12w34aAdded the death message "<player> withered away".
12w41aAdded the death message "<player> was squashed by a falling anvil".
12w42aAdded the death message "<player> was squashed by a falling block".
1.4.6
{{Extension DPL}}<ul><li>[[Tropical Fish (item)|Tropical Fish (item)]]<br/>{{Item
| title = Tropical Fish
| image = Tropical Fish.png
| renewable = Yes
| heals = {{hunger|1}}
| stackable = Yes (64)
}}
'''Tropical fish''' is a [[food]] item that cannot be cooked.

== Obtaining ==

=== Fishing ===

Tropical fish can be obtained from [[fishing]]. The wait time of one being caught is decreased with the [[Lure]] enchantment and the chance of one being caught is slightly decreased with the [[Luck of the Sea]] enchantment (named as such because it increases treasure, not fish).

Tropical fish cannot be caught when fishing in [[jungle]] biome and variants.{{only|bedrock}}
<!--1-6 exp-->

=== Mob drops ===

[[Guardian]]s and [[elder guardian]]s have a 2.5% chance of dropping a random fish upon death. This has a 2% chance of being tropical fish. The chance of getting the fish drop can be increased by 1% per level of [[Looting]], but the type of fish is not affected.

[[Tropical fish]] always drop 1 tropical fish in its item form when killed. This drop is not affected by Looting.<ref>{{bug|MC-212795||Salmon & Fish mobs are not affected by Looting}}</ref>

== Usage ==

=== Food ===

Tropical fish restores {{hunger|1}} [[hunger]] and 0.2 [[Hunger#Mechanics|saturation]].

=== Trading ===

Expert-level fisherman [[villager]]s have a {{frac|1|7}} chance to buy a single tropical fish for one [[emerald]].{{only|bedrock}}

Expert-level fisherman villagers always offer to buy 6 tropical fish for an emerald.{{only|java}}

=== Wolves ===
{{IN|Bedrock}}, tropical fish can be used to feed [[wolves]], healing them by {{hp|1|mob=1}}. However, unlike other wolf food, tropical fish cannot be used to breed or speed up the growth of baby wolves. Tropical fish can be fed only to a wolf that is not at full health.

==Sounds==
{{Sound table/Entity/Food}}

== Data values ==
=== ID ===
{{edition|java}}:
{{ID table
|edition=java
|showitemtags=y
|showforms=y
|generatetranslationkeys=y
|displayname=Tropical Fish
|spritetype=item
|nameid=tropical_fish
|itemtags=fishes, axolotl_tempt_items
|form=item
|foot=1}}

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|shownumericids=y
|showaliasids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Tropical Fish
|spritetype=item
|nameid=tropical_fish
|aliasid=clownfish
|id=266
|form=item
|translationkey=tile.clownfish.name
|foot=1}}

== Achievements ==

{{load achievements|Lion Hunter}}

== Advancements ==
{{load advancements|Husbandry;A Balanced Diet;Fishy Business}}

== History ==
{{History|java}}
{{History||1.7.2|snap=13w36a|[[File:Tropical Fish JE1 BE1.png|32px]] Added clownfish.}}
{{History||1.8|snap=14w25a|Clownfish are now obtainable as a rare [[drops|drop]] from [[guardian]]s and [[elder guardians]].}}
{{History||1.13|snap=17w47a|The different data values for the <code>fish</code> ID have been split up into their own IDs.
|Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 349.}}
{{History|||snap=18w08b|[[Tropical fish]] have been added as [[mob]]s, which [[drops|drop]] clownfish as their [[item]] form when killed.
|[[File:Tropical Fish JE2 BE2.png|32px]] The texture of clownfish has been changed.}}
{{History|||snap=18w19a|"Clownfish" has been renamed to "Tropical Fish".}}
{{History|||snap=pre5|The [[item]] ID has now been changed to <code>tropical_fish</code>.}}
{{History||1.14|snap=19w11a|Fisherman [[villager]]s now [[trading|buy]] tropical fish.}}
{{History||1.17|snap=20w51a|Tropical fish can be used to [[breeding|breed]] the new [[axolotl]]s.
|Tropical fish can be used to make axolotls attack drowned and guardians.}}
{{History|||snap=21w20a|Axolotls can no longer be bred using tropical fish, but instead can only be bred with [[Bucket of aquatic mob|buckets of tropical fish]].}}

{{History|pocket alpha}}
{{History||v0.11.0|snap=build 1|[[File:Tropical Fish JE1 BE1.png|32px]] Added clownfish.}}
{{History||v0.12.1|snap=build 1|Clownfish now restore [[hunger]] instead of [[health]].}}
{{History||v0.16.0|snap=build 1|Clownfish can now be [[drops|dropped]] by [[guardian]]s and [[elder guardian]]s.}}
{{History|bedrock}}
{{History||1.4.0|snap=beta 1.2.14.2|"Clownfish" has been renamed to "Tropical Fish".
|[[Tropical fish]] have been added as [[mob]]s, which [[drops|drop]] tropical fish as their [[item]] form when killed.
|[[File:Tropical Fish JE2 BE2.png|32px]] The texture of tropical fish has been changed.}}
{{History||1.8.0|snap=beta 1.8.0.8|Tropical fish can now be used to fed [[ocelot]] to gain their trust.}}
{{History||1.11.0|snap=beta 1.11.0.4|Tropical fish can now be [[trading|sold]] to fisherman [[villager]]s.}}

{{History|console}}
{{History||xbox=TU31|xbone=CU19|ps=1.22|wiiu=Patch 3|switch=1.0.1|[[File:Tropical Fish JE1 BE1.png|32px]] Added clownfish.}}
{{History||xbox=TU69|xbone=none|ps=1.76|wiiu=Patch 38|switch=none|"Clownfish" has been renamed to "Tropical Fish".
|[[File:Tropical Fish JE2 BE2.png|32px]] The texture of tropical fish has been changed.}}

{{History|new 3ds}}
{{History||0.1.0|[[File:Tropical Fish JE1 BE1.png|32px]] Added clownfish.}}
{{History|foot}}

== Issues ==

{{issue list}}

== See also ==

* [[Fishing]]

== References ==
{{reflist}}

{{items}}

[[de:Tropenfisch (Nahrung)]]
[[es:Pez tropical (objeto)]]
[[ja:熱帯魚 (アイテム)]]
[[ko:열대어 (아이템)]]
[[it:Pesce tropicale (oggetto)]]
[[ru:Тропическая_рыба_(предмет)]]
[[zh:热带鱼(物品)]]
[[Category:Renewable resources]]
[[Category:Food]]</li><li>[[Bottle of Entity|Bottle of Entity]]<br/>{{joke feature}}
{{exclusive|java}}
{{WIP}}
{{see also|Potion|Splash Potion}}
{{Item
|image=Bottle of Entity.png
|image2=Splash Bottle of Entity.png
|image3=Bottle of Void.png
|stackable= No
}}

'''Bottles of entity''' are items that transform players into the respective mobs when drunk.

'''Splash bottle of entity''' are a variation of bottles of mob that can be thrown.

'''Bottle of void''' is a special bottle to transform back to the original player. Right clicking with it on a transformed player will remove the transformation and convert the bottle into a bottle of entity of that transformation.

A transformation into an entity will sometimes lead to special effects. For example, transforming into a chicken will allow the player to glide slowly to the ground. The chicken will however take fall damage upon landing, killing it and transforming the player back to themselves.
Transforming into an enderman will cause the player to be teleported randomly when a projectile it aimed at it or when they're being looked at by other players. Transforming into any mob capable of flight (for example, a bat) will allow the player to fly in survival mode as if they were in creative mode.

== Sounds ==<!--No sounds when thrown from a player or dispenser-->
Splash bottles of entities use the Friendly Creatures sound category for entity-dependent sound events.
{{Sound table
|sound=Bottle fill water1.ogg
|sound2=Bottle fill water2.ogg
|sound3=Bottle fill water3.ogg
|sound4=Bottle fill water4.ogg
|subtitle=Bottle fills
|source=neutral
|description=When an entity is collected using a bottle of void
|id=item.bottle.fill
|translationkey=subtitles.item.bottle.fill
|volume=1.0
|pitch=1.0
|distance=16}}
{{Sound table
|sound=Drink.ogg
|subtitle=Sipping
|source=player
|description=While a player is drinking a bottle of entity
|id=entity.generic.drink
|translationkey=subtitles.entity.generic.drink
|volume=0.5
|pitch=0.9-1.0
|distance=16}}
{{Sound table
|sound=Glass dig1.ogg
|sound2=Glass dig2.ogg
|sound3=Glass dig3.ogg
|subtitle=Bottle smashes
|source=neutral
|description=When a splash bottle of entity impacts something <ref group=sound>This sound is played six times simultaneously</ref>
|id=entity.splash_potion.break
|translationkey=subtitles.entity.potion.splash
|volume=1.0
|pitch=0.9-1.0
|distance=16
|foot=1}}

== Data values ==
=== ID ===
{{ID table
|edition=java
|showforms=y
|generatetranslationkeys=y
|displayname=Bottle of Entity
|spritetype=item
|nameid=bottle_of_entity
|form=item
|translationkey=item.minecraft.bottle_of_entity,item.minecraft.bottle_of_entity.specific}}
{{ID table
|showforms=y
|generatetranslationkeys=y
|displayname=Splash Bottle of Entity
|spritetype=item
|nameid=splash_bottle_of_entity
|form=item
|translationkey=item.minecraft.splash_bottle_of_entity,item.minecraft.splash_bottle_of_entity.specific}}
{{ID table
|showforms=y
|generatetranslationkeys=y
|displayname=Bottle of Void
|spritetype=item
|nameid=bottle_of_void
|form=item
|translationkey=item.minecraft.bottle_of_void
|foot=1}}

== History ==
{{History|java}}
{{History||23w13a_or_b|[[File:Bottle of Entity.png|32px]] [[File:Splash Bottle of Entity.png|32px]] [[File:Bottle of Void.png|32px]] Added bottle of entity, splash bottle of entity, and bottle of void.}}
{{History|foot}}

{{items}}
{{Jokes}}

[[ja:Bottle of Entity]]
[[pt:Frasco de entidade]]
[[Category:Joke items]]</li></ul>
12w50aAdded the death message "<player> was killed trying to hurt <player/mob>".
1.5
{{Extension DPL}}<ul><li>[[Gray Dye|Gray Dye]]<br/>{{Item
| image = Gray Dye.png
| renewable = Yes
| stackable = Yes (64)
}}
'''Gray dye'''{{fn|Known as '''Grey Dye''' in British, Canadian, Australian, and New Zealand English variants.}} is a [[Dyeing#Secondary colors|secondary color]] dye.

== Obtaining ==

=== Crafting ===

{{Crafting
  |Black Dye
  |White Dye
  |Output=Gray Dye,2
  |type=Material
  |head=1
  |showdescription=1
  |showname=0
}}
{{Crafting
  |Ink Sac;Black Dye;Ink Sac
  |Bone Meal;Bone Meal;White Dye
  |Output=Gray Dye,2
  |type=Material
  |description={{only|bedrock|education}}
  |foot=1
}}

=== Trading ===

[[Wandering trader]]s sell 3 gray dye for an [[emerald]].{{only|bedrock}}

== Usage ==

{{dye usage}}

=== Crafting ingredient ===

{{crafting usage|ignore=Banner|continue=1}}
{{banner crafting usage}}

=== Loom ingredient ===
{{Banner loom usage|Gray Dye}}

=== Trading ===
Journeyman-level villagers have a 20% chance to buy 12 gray dye for an emerald.

== Data values ==
=== ID ===
{{edition|java}}:
{{ID table
|edition=java
|showforms=y
|generatetranslationkeys=y
|displayname=Gray Dye
|spritetype=item
|nameid=gray_dye
|form=item
|foot=1}}

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|showaliasids=y
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Gray Dye
|spritetype=item
|nameid=gray_dye
|aliasid=dye / 8
|id=403
|form=item
|translationkey=item.dye.gray.name
|foot=1}}

== Video ==
{{yt|wGalHy0_fj0}}

== History ==

{{History|java beta}}
{{History||1.2|[[File:Gray Dye JE1 BE1.png|32px]] Added gray dye.}}
{{History|java}}
{{History||1.4.2|snap=12w34a|Added the ability to [[Armor#Dyeing|dye]] leather [[armor]] and [[wolf]] collars.}}
{{History||1.4.6|snap=12w49a|Gray dye can be now [[crafting|crafted]] with [[gunpowder]] to create a [[firework star]].}} 
{{History||1.6.1|snap=13w19a|[[Stained clay]] can now be crafted.}}
{{history||1.7.2|snap=13w36a|With the addition of new [[flower]]s, many secondary and tertiary dyes are now primary [[dye]]s.}}
{{History|||snap=13w41a|[[Stained glass]] can now be crafted.}}
{{History||1.8|snap=14w30a|Added [[banner]]s, which can be dyed.}}
{{History||1.11|snap=16w39a|Added the ability to dye [[shulker box]]es.}}
{{History||1.12|snap=17w15a|Added the ability to dye [[bed]]s.}}
{{History||1.13|snap=17w47a|The different data values for the <code>dye</code> ID have now been split up into their own IDs.
|Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 351.}}
{{History||1.14|snap=18w43a|Gray dye is now [[crafting|crafted]] using [[black dye|black]] and [[white dye]]s, instead of [[ink sac]] and [[bone meal]].
|[[File:Gray Dye JE2 BE2.png|32px]] The texture of gray dye has now been changed.}}
{{History|||snap=18w44a|Gray dye can now change the text color on the [[sign]]s to gray.}}
{{History|||snap=19w05a|Added the [[wandering trader]], which sell gray dyes.}}
{{History|||snap=19w11a|Gray dye can now be [[trading|bought]] by shepherd villagers.}}
{{History||1.17|snap=20w45a|Gray dye can now used to craft [[gray candle]]s.}}
{{History|||snap=21w19a|Gray dye can no longer be used to craft gray candles.}}
{{History|||snap=Pre-release 1|Gray dye can once again be used to craft gray candles.}}
{{History||1.20<br>(Experimental)|link=1.19.3|snap=22w42a|Gray dye can now change the text color on [[hanging sign]]s to gray.}}

{{History|pocket alpha}}
{{History||v0.3.0|[[File:Gray Dye JE1 BE1.png|32px]] Added gray dye. It is currently unobtainable and serves no purpose.}}
{{History||v0.8.0|snap=build 1|Gray dye can be [[craft]]ed with [[bone meal]] and an [[ink sac]], despite there being no way of obtaining ink sacs at the time.}}
{{History|||snap=build 3|Gray dye is now available in [[creative]] mode.}}
{{History||v0.9.0|snap=build 3|Gray dye can now be obtained in [[survival]] mode.}}
{{History|||snap=build 11|Gray dye can now be used to craft colored [[terracotta]].}}
{{History||v0.11.0|snap=build 1|Gray dye can now be used to dye tamed [[wolf]] collars.}}
{{History||v0.14.0|snap=build 1|Gray dye can now be used to dye [[water]] in [[cauldron]]s.}}
{{History|pocket}}
{{History||1.0.0|snap=alpha 0.17.0.1|Gray dye can now be used to dye [[shulker]]s.}}
{{History||1.1.0|snap=alpha 1.1.0.0|Gray dye can now be used to craft [[concrete powder]], colored [[bed]]s and dyed [[shulker box]]es.}}
{{History|bedrock}}
{{History||1.2.0|snap=beta 1.2.0.2|Gray dye can now be used to craft [[firework star]]s, [[stained glass]] and patterns on [[banner]]s.}}
{{History||1.4.0|snap=beta 1.2.20.1|Gray dye can now be used to craft [[balloon]]s and [[glow stick]]s.}}
{{History||1.8.0|snap=beta 1.8.0.8|Gray dye can now be used to dye tamed [[cat]] collars.}}
{{History||1.10.0|snap=beta 1.10.0.3|Gray dye is now [[trading|sold]] by [[wandering trader]]s.
|Gray dye can now be used to dye white [[carpet]]s and undyed [[glass pane]]s.
|[[File:Gray Dye JE2 BE2.png|32px]] The texture of gray dye has now been changed.}}
{{History||1.11.0|snap=beta 1.11.0.1|Gray dye can now be [[trading|sold]] to shepherd [[villager]]s.}}
{{History||1.16.100|snap=beta 1.16.100.56|The ID of gray dye has been changed from <code>dye/8</code> to <code>gray_dye</code>.}}

{{History|console}}
{{History||xbox=TU1|xbone=CU1|ps=1.00|switch=1.0.1|wiiu=Patch 1|[[File:Gray Dye JE1 BE1.png|32px]] Added gray dye.}}
{{History|PS4}}
{{History||1.90|[[File:Gray Dye JE2 BE2.png|32px]] The texture of gray dye has now been changed.}}

{{History|new 3ds}}
{{History||0.1.0|[[File:Gray Dye JE1 BE1.png|32px]] Added gray dye.}}
{{History|foot}}

== Issues ==
{{Issue list}}

== Notes ==
{{fnlist}}

== References ==
{{Reflist}}

{{Items}}

[[Category:Dyes]]
[[Category:Renewable resources]]

[[cs:Šedé barvivo]]
[[de:Grauer Farbstoff]]
[[es:Tinte gris]]
[[fr:Teinture grise]]
[[hu:Szürke festék]]
[[ja:灰色の染料]]
[[ko:회색 염료]]
[[nl:Grijze kleurstof]]
[[pl:Szary barwnik]]
[[pt:Corante cinza]]
[[ru:Серый краситель]]
[[zh:灰色染料]]</li><li>[[:Category:Invalid data value items|Category:Invalid data value items]]<br/>[[Category:Items]]</li></ul>
13w01aAdded the death message "<player> was slain by <player> using <item>".
13w02aThe entire translation string system for death messages has been rewritten.
Death messages for fall damage are now shown based on a system that results in 352 (416 in en_US.lang) death messages.
Added the following death messages:
  • <player> walked into fire whilst fighting <player/mob>
  • <player> was burnt to a crisp whilst fighting <player/mob>
  • <player> tried to swim in lava to escape <player/mob>
  • <player> drowned whilst trying to escape <player/mob>
  • <player> walked into a cactus whilst trying to escape <player/mob>
  • <player> was blown up by <player/mob>
  • <player> was shot by <player/mob> using <item>
  • <player> was fireballed by <player/mob> using <item>
  • <player> was pummeled by <player/mob> using <item>
  • <player> was killed by <player/mob> using <item>
The "<player> was killed by <player/mob>" death message has been changed to "<player> was killed by <player/mob> using magic".
13w05aThe system for fall damage death messages has been removed due to internationalization issues.[4]
Added the following death messages, which existed already, but were part of the system removed in this snapshot:
  • <player> fell from a high place
  • <player> fell off a ladder
  • <player> fell off some vines
Added the death message "<player> fell out of the water", which existed as part of the system removed in this snapshot, and which can only appear theoretically, not practically.
Added the following death messages:
  • <player> was doomed to fall by <player/mob>
  • <player> was doomed to fall by <player/mob> using <item>
  • Added the following unused death messages:
  • <player> was doomed to fall
  • <player> was fell too far and was finished by <player/mob>
  • <player> was fell too far and was finished by <player/mob> using <item>
  • 1.6.1
    {{Extension DPL}}<ul><li>[[Saddle|Saddle]]<br/>{{about|normal saddles|the removed horse saddle|Horse Saddle}}
    {{item
    | image = <gallery>
    Saddle (Pig).png | Pig
    Saddle (Horse).png | Horse
    Saddle (Strider).png | Strider
    </gallery>
    | invimage = Saddle
    | renewable = Yes
    | stackable = No
    }}
    
    A '''saddle''' is an [[item]] required to ride [[Pig|pigs]] and [[Strider|striders]] or control ridden [[camel]]s, [[Horse|horses]], [[Donkey|donkeys]] and [[Mule|mules]].
    
    == Obtaining ==
    === Chest loot ===
    {{LootChestItem|saddle}}
    
    === Fishing ===
    Saddles can be obtained as a "treasure" item from [[fishing]] with a base chance (without fishing rod enchantments) of 0.8%.
    
    === Trading ===
    Master-level [[Trading#Leatherworker|leatherworker]] [[villager]]s have a 50% chance to sell a saddle for 6 [[Emerald|emeralds]] as their trade.{{only|bedrock}} This trade is always offered in ''Java Edition''.
    
    === Mob loot ===
    Any mob that the player equips with a saddle drops the saddle upon death.
    
    A [[strider]] may spawn being ridden by a [[zombified piglin]], which causes it to spawn wearing a saddle. This saddle always drops when the strider is killed.
    
    A [[ravager]] always spawns with a saddle and always drops the saddle upon death. Looting does not affect the drop.
    
    == Usage ==
    [[File:SaddledHorse.png|thumb|right|A [[horse]] equipped with a saddle.]]
    While [[camel]]s, [[horse]]s, [[donkey]]s, [[mule]]s and [[Skeleton Horse|skeleton horse]]s{{Only|Java}} can always be ridden, a saddle is required to control them. These mobs (only after being tamed, in the case of equine mobs) can be equipped with a saddle by placing it in their inventory, which can be opened by pressing {{control|use}} while holding a saddle or {{control|sneaking}}. The saddle can be unequipped by removing it from {{SlotSprite|Saddle}} the specific inventory slot. 
    
    Saddles are required to ride [[Pig|pigs]] and [[Strider|striders]], but even with a saddle their movement cannot be controlled like other mobs. A [[Carrot on a Stick|carrot on a stick]] (for pigs) or a [[Warped Fungus on a Stick|warped fungus on a stick]] (for striders) is required to direct these mobs. {{control|Using}} a saddle on one of these mobs equips them with the saddle, and, since they have no inventory, there is no way to retrieve the saddle without killing the mob.
    
    Animals can also be equipped with saddles by a [[dispenser]].
    
    Although [[ravager]]s are equipped with saddles and sometimes ridden by other mobs, the [[player]] is unable to ride ravagers.
    
    == Sounds ==
    {{edition|java}}:
    {{Sound table
    |rowspan=4
    |sound=Saddle equip.ogg
    |source=neutral
    |subtitle=Saddle equips
    |description=When a saddle is equipped to a camel
    |id=entity.camel.saddle
    |translationkey=subtitles.entity.horse.saddle
    |volume=0.5
    |pitch=0.8
    |distance=16}}
    {{Sound table
    |subtitle=MC-184399
    |source=neutral
    |description=When a saddle is equipped to a strider
    |id=entity.strider.saddle
    |translationkey=-
    |volume=0.5
    |pitch=1.0
    |distance=16}}
    {{Sound table
    |subtitle=Saddle equips
    |source=neutral
    |description=When a saddle is equipped to a horse, donkey, mule, skeleton horse, or zombie horse
    |id=entity.horse.saddle
    |translationkey=subtitles.entity.horse.saddle
    |volume=0.5
    |pitch=1.0
    |distance=16}}
    {{Sound table
    |subtitle=Saddle equips 
    |source=neutral
    |description=When a saddle is equipped to a pig
    |id=entity.pig.saddle
    |translationkey=subtitles.entity.pig.saddle
    |volume=0.5
    |pitch=1.0
    |distance=16
    |foot=1}}
    
    {{edition|bedrock}}:
    {{Sound table
    |type=bedrock
    |rowspan=3
    |sound=Saddle equip.ogg
    |source=neutral
    |description=When a saddle is equipped to a camel
    |id=mob.horse.leather
    |volume=1.0
    |pitch=1.0}}
    {{Sound table
    |source=neutral
    |description=When a saddle is equipped to a horse, mule, skeleton horse, or zombie horse
    |id=mob.horse.leather
    |volume=0.6
    |pitch=1.0}}
    {{Sound table
    |source=neutral
    |description=When a saddle is equipped to a donkey
    |id=mob.horse.leather
    |volume=0.5
    |pitch=1.0
    |foot=1}}
    
    == Data values ==
    === ID ===
    {{edition|java}}:
    {{ID table
    |edition=java
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Saddle
    |spritetype=item
    |nameid=saddle
    |form=item
    |foot=1}}
    
    {{edition|bedrock}}:
    {{ID table
    |edition=bedrock
    |shownumericids=y
    |showforms=y
    |notshowbeitemforms=y
    |generatetranslationkeys=y
    |displayname=Saddle
    |spritetype=item
    |nameid=saddle
    |id=371
    |form=item
    |foot=1}}
    
    == Achievements ==
    {{load achievements|When Pigs Fly}}
    
    == Advancements ==
    {{load advancements|This Boat Has Legs}}
    
    == History ==
    {{needs render|type=old|isolated saddles in 1.13 dev|section=11}}
    {{History|java infdev}}
    {{History||20100625-2|[[File:Saddle (Pig) JE1 BE1.png|32px]] [[File:Saddle JE1 BE1.png|32px]] Added saddles.
    |Saddles do not [[drops|drop]] from saddled [[pig]]s.
    |Saddles can be found in the new [[dungeon]] [[chest]]s.}}
    {{History|java}}
    {{History||1.2.4|snap=release|When baby animals were introduced, baby [[pig]]s could be ridden just like adult pigs. After this version, baby pigs can no longer be saddled.}}
    {{History||1.3.1|snap=12w21a|Saddles can now be [[trading|bought]] from butcher [[villager]]s for 6–7 [[emerald]]s each, and thus have become [[renewable resource|renewable]].}}
    {{History||1.4.2|snap=12w36a|Saddles now [[drops|drop]] from killing saddled [[pig]]s.
    |Added [[Carrot on a Stick|carrot on a stick]] to direct saddled pigs, effectively controlling them.}}
    {{History|||snap=12w37a|Pigs can now jump when being ridden.}}
    {{History||1.6.1|snap=13w18a|Regular saddles can now be used to ride [[horse]]s, while previously they required [[Horse Saddle|horse saddle]]s.
    |Added saddles to the loot tables of [[mineshaft]] minecarts, [[stronghold]] altar chests, [[village]] blacksmith chests, as well as [[Desert pyramid|desert]] and [[jungle pyramid]]s.
    |Added chests to [[Nether Fortress|nether fortresses]], where saddles can be found.}}
    {{History||1.7.2|snap=13w36a|Saddles can now be [[fishing|fished]] with [[Fishing Rod|fishing rod]]s and are described as treasure.}}
    {{History||1.8|snap=14w02a|[[Trading]] has been changed: leatherworker [[villager]]s now [[trading|sell]] saddles for 8–10 [[emerald]]s each, and butchers no longer [[trading|trade]] saddles.}}
    {{History||1.9|snap=15w31a|Saddles can now be found in [[End City|end city]] [[chest]]s.}}
    {{History|||snap=15w43a|The average yield of saddles in [[Nether Fortress|nether fortress]] chests has been slightly decreased.}}
    {{History|||snap=15w44a|Saddles have been removed from [[mineshaft]] chests.
    |The average yield of saddles in [[dungeon]] chests has been decreased.
    |The average yield of saddles in [[desert pyramid|desert temple]] chests has been increased.}}
    {{History||1.13|snap=17w45a|[[File:White Horse (Saddle) 17w45a.png|50px]] The models of the horse's saddle has been changed.}}
    {{History|||snap=17w46a|[[File:White Horse (Saddle) 17w46a.png|50px]] The models of the horse's saddle has been changed once again.}}
    {{History|||snap=17w47a|Prior to [[Java Edition 1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 329.}}
    {{History|||snap=18w03a|[[File:White Horse (Saddle) 18w03a.png|50px]] The models of the horse's saddle has been changed once again.}}
    {{History|||snap=pre2|[[File:White Horse (Saddle) 1.13pre2.png|50px]] The models of the horse's saddle has been changed once again. The reins bit has now been rendered. Also, the lines of the reins are no longer rendered except when riding.}}
    {{History||1.14|snap=18w43a|Added [[ravager|illager beast]]s, which [[drops|drop]] saddles.
    |[[File:Saddle (Pig) JE2 BE2.png|32px]] [[File:Saddle (Horse) JE2 BE2.png|32px]] <br>[[File:Saddle JE2 BE2.png|32px]] The textures of saddles have been changed.}}
    {{History|||snap=18w48a|Saddles can now be found in [[chest]]s in [[village]] tanneries.}}
    {{History|||snap=18w49a|Saddles can now be found in chests in [[savanna]] village houses.}}
    {{History||1.16|snap=20w13a|[[File:Saddle (Strider) JE1 BE1.png|32px]] Added [[strider]]s, which can be ridden with saddles.}}
    {{History|||snap=20w15a|Saddles placed in a [[dispenser]] can now saddle pigs, striders, and tamed horses, donkeys and mules.}}
    {{History|||snap=20w16a|Saddles now generate in [[Bastion Remnant|bastion remnant]] chests.}}
    {{History|||snap=20w17a|[[File:Saddle (Strider) JE2.png|32px]] The texture of the strider saddles has been changed. The front and back orientation of the saddle has been corrected.<ref>{{bug|MC-176116}}</ref>}}
    {{History||1.19|snap=22w13a|Saddles may now be found in [[ancient city]] [[chest]]s.}}
    {{History||1.20<br>(Experimental)|link=1.19.3|snap=22w42a|Saddles can be used to ride [[camel]]s with the use of a built-in experimental data pack.}}
    
    {{History|pocket alpha}}
    {{History||v0.7.0|[[File:Saddle JE1 BE1.png|32px]] Added saddles. They are currently unobtainable and have no practical usage since they cannot be equipped on any mobs.}}
    {{History||v0.9.0|snap=build 1|Saddles can now be obtained from [[village]] blacksmith [[chest]]s.}}
    {{History||v0.11.0|snap=build 1|Saddles can now be [[fishing|fished]] with [[fishing rod]]s and are described as treasure.}}
    {{History||v0.12.1|snap=build 1|Saddles can now be found in [[nether fortress]]es.}}
    {{History||v0.13.0|snap=build 1|Saddles can now be found in [[desert temple]]s.}} 
    {{History||v0.15.0|snap=build 1|[[File:Saddle (Pig) JE1 BE1.png|32px]] [[File:Saddle (Horse) JE1 BE1.png|32px]] Saddles can now be used for riding [[horse]]s and [[pig]]s.|Saddles can now be found inside [[jungle temple]]s.}}
    {{History||snap=?||Added saddles to the [[Creative inventory]].{{info needed}}}}
    {{History|pocket}}
    {{History||1.0.0|snap=alpha 0.17.0.1|Saddles can now be found in [[end cities]].}}
    {{History||1.0.4|snap=alpha 1.0.4.0|Saddles are now [[trading|sold]] by leatherworker [[villager]]s for 8-10 [[emerald]]s as their only third tiers [[trading|trades]].}}
    {{History|bedrock}}
    {{History||1.10.0|snap=beta 1.10.0.3|Saddles can now be found in [[plains]] [[village]] tannery and weaponsmith [[chest]]s.
    |Added [[ravager]]s, which [[drops|drop]] a saddle upon death.
    |[[File:Saddle (Pig) JE2 BE2.png|32px]] [[File:Saddle (Horse) JE2 BE2.png|32px]] <br>[[File:Saddle JE2 BE2.png|32px]] The textures of saddles have been changed.}}
    {{History||1.11.0|snap=beta 1.11.0.1|Saddles can now be found in [[savanna]], [[snowy taiga]], [[taiga]] and [[snowy tundra]] village tannery [[chest]]s.
    |Saddles can now be found in savanna, taiga, snowy taiga, and [[desert]] village weaponsmith chests.
    |Saddles can now be found in savanna [[village]] house chests.}}
    {{History|||snap=beta 1.11.0.4|[[Trading]] has been changed. Leatherworker [[villager]]s now have 50% chance to [[trading|sell]] saddles for 10 [[emerald]]s as part of their last tier [[trading|trade]].}}
    {{History||1.12.0|snap=beta 1.12.0.3|The trading price of saddles has been lowered to 6 emeralds.}}
    {{History||1.16.0|snap=beta 1.16.0.57|[[File:Saddle (Strider) JE1 BE1.png|32px]] Added [[strider]]s, which can be ridden with saddles.|Saddles now generate in [[Bastion Remnant|bastion remnant]] chests.}}
    {{History||1.20.0<br>(Experimental)|link=Bedrock Edition 1.19.50|snap=beta 1.19.50.21|Saddles can now be used to ride [[camel]]s with the use of the "[[Bedrock Edition 1.20|Next Major Update]]" [[experimental]] toggle.}}
    
    {{History|console}}
    {{History||xbox=TU1|xbone=CU1|ps=1.0|wiiu=Patch 1|switch=1.0.1|[[File:Saddle (Pig) JE1 BE1.png|32px]] <br>[[File:Saddle JE1 BE1.png|32px]] Added saddles.}}
    {{History||xbox=none|xbone=none|ps=1.90|wiiu=none|switch=none|[[File:Saddle (Pig) JE2 BE2.png|32px]] [[File:Saddle (Horse) JE2 BE2.png|32px]] <br>[[File:Saddle JE2 BE2.png|32px]] The textures of saddles have been changed.}}
    
    {{History|3ds}}
    {{History||0.1.0|[[File:Saddle (Pig) JE1 BE1.png|32px]] <br>[[File:Saddle JE1 BE1.png|32px]] Added saddles.}}
    {{History|foot}}
    
    == Issues ==
    {{issue list}}
    
    == Trivia ==
    * A saddle is considered "armor" by the game, but the value of protection to the animal is zero.
    * A saddle on a pig can still be seen if the pig is afflicted with [[Invisibility]].
    * When riding a saddled mob, the hunger bar is replaced by hearts (representing the mounted mob's health) resembling the look of the saddle.
    
    == Gallery ==
    <gallery>
    File:Pig saddle.png|A [[player]] riding a [[pig]] (before [[Java Edition Beta 1.8|Beta 1.8]]).
    File:Horse saddle.png|A player riding a [[horse]].
    File:13w21a-new-HorseUI-inventory.png|The horse interface implemented in [[Java Edition 13w21a|13w21a]] that allows for the removal of saddles, but only on horses, [[donkey]]s or [[mule]]s.
    File:Saddled Mule (picture).png|Mule equipped with both a saddle and a [[chest]].
    File:GodSpawner.png|A saddle found in a monster room chest, which coincidentally contains an [[enchanted golden apple]].
    </gallery>
    
    == See also ==
    * [[Transportation]]
    
    == References ==
    {{reflist}}
    
    {{items}}
    
    [[cs:Sedlo]]
    [[de:Sattel]]
    [[es:Montura]]
    [[fr:Selle]]
    [[hu:Nyereg]]
    [[it:Sella]]
    [[ja:鞍]]
    [[ko:안장]]
    [[nl:Zadel]]
    [[pl:Siodło]]
    [[pt:Sela]]
    [[ru:Седло]]
    [[zh:鞍]]
    [[Category:Renewable resources]]
    [[uk:Сідло]]</li><li>[[:Category:Education Edition items|Category:Education Edition items]]<br/>[[Category:Education Edition]]
    [[Category:Items]]</li></ul>
    13w21bThe following unused death messages have been changed:
    • "<player> was fell too far and was finished by <player/mob>" to "<player> fell too far and was finished by <player/mob>"
    • "<player> was fell too far and was finished by <player/mob> using <item>" to "<player> fell too far and was finished by <player/mob> using <item>"
    1.7.4
    {{Extension DPL}}<ul><li>[[Netherite Scrap|Netherite Scrap]]<br/>{{About|the unrefined material|the refined item|Netherite Ingot|other uses|Netherite}}
    {{Item
    | title = Netherite Scrap
    | image = Netherite Scrap.png
    | rarity = Common
    | renewable = No
    | stackable = Yes (64)
    }}
    
    '''Netherite scrap''' is a material [[smelt]]ed from [[ancient debris]], which is found in [[the Nether]]. It is used solely for crafting [[Netherite Ingot|netherite ingots]]. Like all netherite-related items, it is not flammable.
    
    == Obtaining ==
    
    === Smelting ===
    {{Smelting
    |Ancient Debris
    |Netherite Scrap
    |2
    }}
    
    === Chest loot ===
    {{LootChestItem|netherite-scrap}}
    
    == Usage ==
    === Crafting ingredient ===
    {{Crafting usage}}
    
    == Data values ==
    
    === ID ===
    {{edition|java}}:
    {{ID table
    |edition=java
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Netherite Scrap
    |spritetype=item
    |nameid=netherite_scrap
    |form=item
    |foot=1}}
    
    {{edition|bedrock}}:
    {{ID table
    |edition=bedrock
    |shownumericids=y
    |showforms=y
    |notshowbeitemforms=y
    |generatetranslationkeys=y
    |displayname=Netherite Scrap
    |spritetype=item
    |nameid=netherite_scrap
    |id=613
    |form=item
    |foot=1}}
    
    == History ==
    {{History|java}}
    {{History||1.16|snap=20w06a|[[File:Netherite Scrap JE1.png|32px]] Added netherite scrap.}}
    {{History|||snap=20w10a|[[File:Netherite Scrap JE2 BE1.png|32px]] The texture of netherite scrap has been changed.}}
    {{History|||snap=20w16a|Netherite scraps now generate in [[bastion remnant]] chests.}}
    {{History||1.16.2|snap=20w30a|The chance of finding netherite scraps in bastion remnant chests has been increased.}}
    
    {{History|bedrock}}
    {{History||1.16.0|snap=beta 1.16.0.51|[[File:Netherite Scrap JE2 BE1.png|32px]] Added netherite scrap.}}
    {{History|||snap=beta 1.16.0.57|Netherite scraps now generate in [[bastion remnants]] chests.}}
    {{History|foot}}
    
    == Issues ==
    {{Issue list}}
    
    == External Links ==
    *[https://www.minecraft.net/en-us/article/taking-inventory--netherite-scrap Taking Inventory: Netherite Scrap] – Minecraft.net on March 25, 2021
    
    {{Items}}
    
    [[Category:Non-renewable resources]]
    
    [[de:Netheritplatten]]
    [[fr:Fragments de Netherite]]
    [[it:Frammento di netherite]]
    [[ja:ネザライトの欠片]]
    [[ko:네더라이트 파편]]
    [[pl:Odłamek netherytu]]
    [[pt:Fragmentos de netherita]]
    [[ru:Незеритовый скрап]]
    [[th:เศษเนเธอไรต์]]
    [[uk:Незеритовий уламок]]
    [[zh:下界合金碎片]]</li><li>[[Chalkboard|Chalkboard]]<br/>{{Education feature}}
    {{unobtainable|edition=be}}{{Block
    |image=<gallery>
    Chalkboard Slate.png|Slate
    Chalkboard Poster.png|Poster
    Chalkboard Board.png|Board
    </gallery>
    |invimage=Slate
    |invimage2=Poster
    |invimage3=Board
    |transparent=Yes
    |renewable=No
    |light=No
    |tool=None
    |stackable=Yes (16)
    |flammable=No
    }}
    A '''chalkboard''' is a [[block]] that can display more text than a [[sign]].<ref>https://education.minecraft.net/support/knowledge-base/using-slates-posters-boards/</ref> Three sizes are available: 1×1 (slate), 2×1 (poster), and 3×2 (board).
    
    == Obtaining ==
    In ''[[Education Edition]]'', chalkboards can be obtained in the [[Creative inventory]] or through the {{cmd|give}} command.
    In ''[[Bedrock Edition]]'', chalkboards cannot be obtained by commands or the creative inventory, and can only be obtained by using glitches or inventory editors.
    
    == Usage ==
    A chalkboard can be used similarly to a [[sign]], to display text. Once placed, select the chalkboard and enter the desired text and click the "OK" button. The "×" in the upper right corner of the board closes the edit screen.
    
    === Placement ===
    Chalkboards may be placed on the top or side of other blocks (including non-solid blocks like [[fence]]s, [[glass]], [[rail]]s, and other chalkboards). To place a chalkboard, {{control|use}} a chalkboard item while pointing at the block the chalkboard should be attached to. To place a chalkboard on a block that can be interacted with by the {{control|use}} control (for example, [[chest]]s, [[note block]]s, etc.), {{control|sneak}} while placing the chalkboard.
    
    1×1 slates placed on the top of a block stand on a short post, facing in the direction of the player who placed it, in any of 16 different directions. 2×1 posters and 2×3 boards can be placed in any of 4 different directions. Chalkboards placed on the side of a block simply float there, even if the block doesn't make contact with the chalkboards.
    
    === Text ===
    When entering text, six lines of text are available for the slates and posters, while fifteen lines of text are available for the 2×3 boards. To switch between lines, the player can press Enter or the up/down arrow keys. The location of text currently selected has a flashing cursor.
    
    While editing, typing and backspacing can occur at any point in the line by moving the cursor using the left and right arrow keys. Once the end of the line has been reached, the word is hyphenated and is continued on the next line.
    
    After the editing window is closed, right-clicking on a chalkboard reopens the editing menu. Copy and paste can be performed, and no more than the basic/shifted keyboard characters may be entered.
    
    === Interaction ===
    Chalkboards act as though they have a {{control|use}} action, so {{control|sneaking}} is required to place blocks or use items while the cursor is pointed at them.
    
    Unlike signs, boards block a [[piston]] from moving.
    
    Boards have no collision box (they are completely non-solid), so [[item]]s and [[mob]]s can move through boards blocks. Other blocks (including other boards) can be placed on any edge of a board.
    
    [[Water]] and [[lava]] flow around boards. Lava can create [[fire]] in [[air]] blocks next to boards as if the boards were flammable, but the boards do not burn.
    
    == Sounds ==
    {{Sound table/Block/Stone/BE}}
    
    == Data values ==
    === ID ===
    {{ID table
    |edition=bedrock
    |shownumericids=y
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Block
    |spritename=chalkboard
    |spritetype=block
    |nameid=chalkboard
    |id=230
    |form=block
    |translationkey=tile.chalkboard.oneByOne.name, tile.chalkboard.twoByOne.name, tile.chalkboard.threeByTwo.name}}
    {{ID table
    |displayname=Item
    |spritename=board
    |spritetype=item
    |nameid=board
    |translationkey=tile.chalkboard.oneByOne.name, tile.chalkboard.twoByOne.name, tile.chalkboard.threeByTwo.name
    |id=454
    |form=item
    |foot=1}}
    
    === Metadata ===
    {{see also|Data values}}
    Chalkboards uses the following data values:
    
    *Slate: 1
    *Board: 2
    *Poster: 3
    <!--{{/DV}}-->
    
    === Block states ===
    {{see also|Block states}}
    {{info needed}}
    <!--{{/BS}}-->
    
    == History ==
    {{History|pocket alpha}}
    {{History||v0.16.0|snap=build 1|[[File:Chalkboard Slate.png|32px]] [[File:Chalkboard Poster.png|32px]] [[File:Chalkboard Board.png|32px]]<br>[[File:Chalkboard_Slate_(item)_BE1.png|32px]] [[File:Chalkboard_Poster_(item)_BE1.png|32px]] [[File:Chalkboard_Board_(item)_BE1.png|32px]] Added chalkboards, likely as an accidental addition.
    |Chalkboards can be obtained and placed using the {{cmd|give}} and {{cmd|setblock}} [[command]]s respectively. However, they serve no purpose.}}
    {{History|||snap=build 2|Chalkboards have now been removed. However, the textures still exist.}}
    {{History|bedrock}}
    {{History||1.11.0|snap=beta 1.11.0.1|Re-added chalkboards. They still exist as entities, but can't be spawned. The items can't be spawned either.}}
    {{h||1.17.30|snap=beta 1.17.30.20|Chalkboards can now be placed consistently.}} 
    
    {{History|education}}
    {{History||MinecraftEdu|link=MinecraftEdu|[[File:Oak Sign JE1 BE1.png|30px]] [[MinecraftEdu]], Education Edition's predecessor, had "[[Big Sign]]s", 3 block wide signs that served a similar purpose.}}
    {{History||1.0|[[File:Chalkboard Slate.png|32px]] [[File:Chalkboard Poster.png|32px]] [[File:Chalkboard Board.png|32px]]<br>[[File:Chalkboard_Slate_(item)_BE1.png|32px]] [[File:Chalkboard_Poster_(item)_BE1.png|32px]] [[File:Chalkboard_Board_(item)_BE1.png|32px]] Added chalkboards.}}
    {{History||1.0.2|The UI of chalkboards now has a locked option.
    |[[Player|Students]] now can place their own chalkboards even without a worldbuilder ability.}}
    {{History|foot}}
    
    == Gallery ==
    <gallery>
    Education Edition Exclusive Features.png|The chalkboard placed in a world along with other Education Edition features.
    Chalkboardsingamepe.png|The chalkboard in [[Pocket Edition v0.16.0 alpha build 1]].
    </gallery>
    
    == References ==
    {{Reflist}}
    
    {{Blocks|Utility}}
    {{Items}}
    {{Education Edition}}
    
    [[Category:Utility blocks]]
    [[Category:Block entities]]
    [[Category:Education Edition blocks]]
    [[Category:Education Edition items]]
    
    [[pt:Lousa]]
    [[de:Tafel]]
    [[fr:Ardoise]]
    [[ja:黒板]]
    [[pl:Tablica kredowa]]
    [[ru:Доска]]
    [[uk:Дошка]]
    [[zh:黑板]]</li></ul>
    13w47aThe following death messages are now unused:
    • <player> was doomed to fall by <player/mob>
    • <player> was doomed to fall by <player/mob> using <item>
    1.8
    {{Extension DPL}}<ul><li>[[Bamboo|Bamboo]]<br/>{{for|the plant feature|Bamboo (feature)}}
    {{Distinguish|text = [[Sugar Cane]], which was colloquially known as Bamboo}}
    {{Block
    | image = <gallery>
    Leafless Bamboo.png|Leafless
    Small Leaves Bamboo.png|Small
    Big Leaves Bamboo.png|Big
    Leafless Old Bamboo.png|Leafless Old
    Small Leaves Old Bamboo.png|Small Old
    Big Leaves Old Bamboo.png|Big Old
    </gallery>
    | image2 = Bamboo Shoot.png<!--different infobox for this later down the line, like with pistons?-->
    | image3 = Bamboo (item) JE1 BE1.png
    | transparent = Yes
    | light = No
    | tool = Sword
    | tool2 = Axe
    | renewable = Yes
    | stackable = Yes (64)
    | flammable = '''Bamboo''': Yes (60)<br>'''Shoot''': No
    | lavasusceptible = Yes
    }}
    '''Bamboo''' is a versatile, fast-growing, [[Bone Meal|bonemealable]] [[plant]] found primarily in [[jungle]]s, which is used for [[crafting]] (particularly [[scaffolding]] and [[Block of Bamboo|bamboo wood]]), [[smelting]] and [[breeding]] [[Panda|pandas]]. 
    
    A '''bamboo shoot''' is the initial non-solid sapling form of planted bamboo.
    
    == Obtaining ==
    Bamboo shoots cannot be obtained through vanilla means. {{IN|bedrock}}, they can be obtained through [[add-on]]s or inventory editing. {{IN|java}}, they are completely unobtainable.
    
    === Breaking ===
    Bamboo can be mined with any [[tool]], but a [[sword]] breaks the block [[instant mining|instantly]], even with [[Mining Fatigue]]. Flowing [[water]] also breaks bamboo shoots, but not mature bamboo stalks.
    
    {{breaking row|Bamboo|Sword|sword=1|horizontal=1}}
    {{notelist}}
    === Natural generation ===
    Bamboo generates in widely scattered single shoots within [[jungle]] [[biome]]s. Bamboo generates much more densely in the [[bamboo jungle|bamboo variant]]s of jungles, covering large areas of the landscape. Bamboo does ''not'' generate in [[sparse jungle]]s.<ref>{{bug|MC-156638|||WAI}}</ref>
    
    === Mob loot ===
    {{IN|java}}, a [[panda]] drops 1 bamboo when killed. [[Looting]] does not affect the drop rate.<ref>{{bug|MC-160006}}</ref>
    
    {{IN|bedrock}}, a panda drops 0-2 bamboo when killed. Looting increases the drop by 1 per level.
    
    === Fishing ===
    Bamboo can be found while [[fishing]] in [[jungle]] [[biome]]s as a junk [[item]].
    
    === Chest loot ===
    {{LootChestItem|bamboo}}
    
    == Usage ==
    When broken, any bamboo [[block]] placed or grown above it is also broken. A bamboo block drops itself as an [[item]] if a [[piston]] pushes it or moves a block into its space. When bamboo is first placed as a shoot it's not solid and can be destroyed by water flowing into it. After growing at least one block taller it becomes solid and can't be destroyed by water. To transform a bamboo shoot into a solid bamboo block place another bamboo on top of it.
    
    Unlike most plants, bamboo cannot be [[Composter#Composting|composted]].<ref>{{bug|MC-142452|||WAI}}</ref>
    
    === Farming ===
    Bamboo can be planted on [[moss block]]s{{only|java|short=1}}, [[grass block]]s, [[dirt]], [[coarse dirt]], [[rooted dirt]], [[gravel]], [[mycelium]], [[podzol]], [[sand]], [[red sand]], [[suspicious sand]], [[suspicious gravel]], [[mud]], bamboo shoot, or on itself. At default random tick speed (3), each plant grows on average every {{convert|4096|ticks|seconds}}. When [[bone meal]] is {{control|used}} on it, it grows by 1–2 [[blocks]]. Bamboo can grow up to 12–16 blocks tall. The top of a bamboo plant requires a [[light]] level of 9 or above to grow.
    
    Because bamboo breaks in almost the same way as [[sugar cane]]s, [[Tutorials/Sugar cane farming|a sugar cane farm]] can be easily adapted to this use. While water is not needed with such a farm, some spacing is recommended if the harvest is done manually as mature stalks are solid.
    
    === Pandas ===
    Bamboo [[item]]s are eaten by [[panda]]s and can be used to speed up the growth of baby pandas. Bamboo can also be used to breed pandas when at least 8 [[block]]s of bamboo are within 5 blocks of the pandas, making the panda the only animal in the game to have extra breeding requirements. At this point, the [[player]] can feed them bamboo and they [[breeding|mate]] to have a baby.
    
    === Fuel ===
    Bamboo can be used as fuel for [[smelting]]. Each bamboo item smelts 0.25 [[item]]s. Crafting two bamboo into a [[stick]] and using that as fuel is equivalent, smelting 0.5 items. 
    
    Bamboo can be crafted into other items to increase its fuel efficiency.
    * By crafting 9 bamboo into 2 [[bamboo planks]], 3 items can be smelted instead of 2.25, a 33.3% increase in efficiency.
    ** {{IN|bedrock}}, the fuel efficiency can be further doubled by crafting the bamboo planks into twice the amount of [[slab]]s.<ref>{{bug|MCPE-94368||Wooden slabs last for the same amount of time as planks in a furnace}}</ref>
    * {{IN|java}}, by crafting 14 bamboo into 3 [[ladder]]s, 4.5 items can be smelted instead of 3.5, a 28.6% increase in efficiency.
    
    === Flower pots ===
    Bamboo can be placed in a [[flower pot]], where it retains the design it has in its item form.
    
    === Crafting ingredient ===
    {{crafting usage}}
    
    == Appearance ==
    [[File:Bamboo stages.png|thumb|The different stages of bamboo growth.]]
    
    The appearance of bamboo changes as it grows. When first placed, it takes the form of a small shoot, which has no [[hitbox]]. When it grows one [[block]] taller it grows to 2 pixels in length and width and the top block has leaves coming off it. At 3 blocks, the top 2 blocks have leaves and at 4 blocks the bamboo expands to 3×3 pixels. At 5 blocks tall, the top 3 blocks have leaves on them. As the bamboo grows, the leaves move up and stay at the top 3 blocks. Destroying a block of bamboo does not change the appearance of the blocks below it. Bamboo is oriented at a random position in the block that it is in.
    
    == Sounds ==
    === Bamboo ===
    {{Sound table/Block/Bamboo}}
    
    === Bamboo Shoot ===
    {{Sound table/Block/Bamboo shoot}}
    
    == Data values ==
    === ID ===
    {{edition|java}}:
    {{ID table
    |edition=java
    |showblocktags=y
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Bamboo
    |spritetype=block
    |nameid=bamboo
    |blocktags=bamboo_plantable_on}}
    {{ID table
    |displayname=Bamboo Shoot
    |spritetype=block
    |nameid=bamboo_sapling
    |blocktags=bamboo_plantable_on
    |form=block
    |foot=1}}
    
    {{edition|bedrock}}:
    {{ID table
    |edition=bedrock
    |shownumericids=y
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Bamboo
    |spritetype=block
    |nameid=bamboo
    |id=418}}
    {{ID table
    |displayname=Bamboo Sapling
    |spritetype=block
    |nameid=bamboo_sapling
    |id=419
    |form=block
    |translationkey=-
    |foot=1}}
    
    === Block states ===
    {{see also|Block states}}
    
    {{/BS}}
    
    == Achievements ==
    {{load achievements|Zoologist}}
    
    == History ==
    {{History||September 29, 2018|link={{tweet|minecraft|1046096508570009602}}|Bamboo is announced at [[MINECON Earth 2018]].}}
    {{History|java}}
    {{History||1.14|snap=18w43a|[[File:Leafless Bamboo JE1 BE2.png|32px]] [[File:Small Leaves Bamboo JE1 BE2.png|32px]] [[File:Big Leaves Bamboo JE1 BE2.png|32px]] [[File:Leafless Old Bamboo JE1 BE2.png|32px]] [[File:Small Leaves Old Bamboo JE1 BE2.png|32px]] [[File:Big Leaves Old Bamboo JE1 BE2.png|32px]] [[File:Bamboo Shoot JE1 BE1.png|32px]] Added bamboo.
    |[[File:Bamboo (item) JE1 BE1.png|32px]] Bamboo as an [[item]] can be [[drops|dropped]] by bamboo and planted to grow bamboo.
    |Added [[bamboo jungle]]s, where bamboo naturally generates.}}
    {{History||1.16|snap=20w06a|"Bamboo Sapling" has been renamed to "Bamboo Shoot".}}
    {{History|||snap=20w13a|Bamboo has been moved from the Miscellaneous tab to the Decoration Blocks tab in the [[Creative inventory]].<ref name="misc decoration">https://bugs.mojang.com/browse/MC-174434</ref>}}
    {{History||1.17|snap=21w13a|Bamboo can now be planted on rooted dirt.}}
    {{History|||snap=21w16a|Bamboo can now be planted on moss blocks.}}
    {{History||1.18|snap=21w39a|Bamboo no longer generates underground.<ref>{{bug|MC-145376}}</ref><ref>{{bug|MC-214894}}</ref>}}
    {{History||1.19|snap=22w15a|Bamboo can now be planted on mud.}}
    {{History||1.20<br>(Experimental)|link=1.19.3|snap=22w42a|Bamboo can now be used to craft [[bamboo planks]].}}
    {{History|||snap=22w45a|Bamboo can no longer be used to craft bamboo planks.|Bamboo can now be used to craft a [[block of bamboo]].}}
    {{History||1.20<br>(Experimental)|link=1.19.4|snap=23w07a|Bamboo can now be planted on [[suspicious sand]].}}
    {{History||1.20|snap=23w14a|Bamboo can now be planted on [[suspicious gravel]].}}
    
    {{History|bedrock}}
    {{History||1.8.0|snap=beta 1.8.0.8|[[File:Leafless Bamboo BE1.png|32px]] [[File:Small Leaves Bamboo BE1.png|32px]] [[File:Big Leaves Bamboo BE1.png|32px]] [[File:Leafless Old Bamboo BE1.png|32px]] [[File:Small Leaves Old Bamboo BE1.png|32px]] [[File:Big Leaves Old Bamboo BE1.png|32px]] [[File:Bamboo Shoot JE1 BE1.png|32px]] Added bamboo.
    |[[File:Bamboo (item) JE1 BE1.png|32px]] Bamboo as an [[item]] can be [[drops|dropped]] by bamboo and planted to grow bamboo.}}
    {{History||1.9.0|snap=beta 1.9.0.0|Bamboo can now generate in [[jungle]] [[biome]]s in single shoots.
    |Added [[bamboo jungle]]s, where bamboo naturally generates.}}
    {{History||1.12.0|snap=beta 1.12.0.3|[[File:Leafless Bamboo JE1 BE2.png|32px]] [[File:Small Leaves Bamboo JE1 BE2.png|32px]] [[File:Big Leaves Bamboo JE1 BE2.png|32px]] [[File:Leafless Old Bamboo JE1 BE2.png|32px]] [[File:Small Leaves Old Bamboo JE1 BE2.png|32px]] [[File:Big Leaves Old Bamboo JE1 BE2.png|32px]] The bamboo texture brightness has been updated to match {{el|je}}.<ref>{{bug|MCPE-42635}}</ref>}}
    {{History||1.17.30|snap=beta 1.17.20.20|Swords now break bamboo instantly to match ''Java Edition''.<ref>{{bug|MCPE-64013}}</ref>}}
    {{History||1.20.0|link=Bedrock Edition 1.20.0|snap=beta 1.19.50.21|Bamboo can now be used to craft [[bamboo planks]].}}
    {{History|||snap=beta 1.19.60.20|Bamboo can no longer be used to craft bamboo planks.|Bamboo can now be used to craft a [[block of bamboo]].}}
    
    {{History|console}}
    {{History||xbox=none|xbone=none|ps=1.83|wiiu=none|switch=none|[[File:Leafless Bamboo JE1 BE2.png|32px]] [[File:Small Leaves Bamboo JE1 BE2.png|32px]] [[File:Big Leaves Bamboo JE1 BE2.png|32px]] [[File:Leafless Old Bamboo JE1 BE2.png|32px]] [[File:Small Leaves Old Bamboo JE1 BE2.png|32px]] [[File:Big Leaves Old Bamboo JE1 BE2.png|32px]] [[File:Bamboo Shoot JE1 BE1.png|32px]] Added bamboo.
    |[[File:Bamboo (item) JE1 BE1.png|32px]] Bamboo as an [[item]] can be [[drops|dropped]] by bamboo and planted to grow bamboo.}}
    {{History|foot}}
    
    === Bamboo shoot "item" ===
    {{:Technical blocks/Bamboo Shoot}}
    
    == Issues ==
    {{Issue list}}
    
    == Trivia ==
    * Because bamboo grows quickly (on average 1 growth per 200 seconds), just 500 plants in an automatic farm produce more [[item]]s than a [[hopper]] can collect (2.5 items per second). A single hopper can move only enough items to keep 6.25 [[furnace]]s running.
    * Bamboo is the fastest-growing plant in ''[[Minecraft]]'', which reflects its status as the fastest-growing plant known in real life.
    * While bamboo cannot be composted in ''Minecraft'', it can be composted in real life.
    
    == Gallery ==
    <gallery>
    File:PandaMinecon.png|The first image featuring bamboo, from [[MINECON Earth 2018]].
    File:PandasEatingMinecon.jpg|A group of [[Panda|pandas]] eating bamboo, shown at [[MINECON Earth 2018]].
    File:Growing bamboo BE.png|Planted bamboo growing.
    File:Bamboo in tree.png|A bamboo shoot growing through a [[tree]].
    File:Bamboo Jungle.png|Bamboo seen in a [[jungle]] [[biome]] variant.
    File:Bamboo Jungle in Amplified world.png|Bamboo Jungle in an [[Amplified]] world in 1.19-rc2.
    File:Naturalbamboo.png|Multiple naturally generated bamboo stems growing by a river.
    File:Tall Bamboo.png|Grown Bamboo with three parts
    File:Zuri Chopping Bamboo Pixel Art.png|[[Zuri]] chopping down bamboo for a baby panda.
    File:Bamboo Wallpaper.png|Smartphone wallpaper of the aforementioned artwork, showing more of the treetops and bamboo.
    File:Panda Packaging.jpg|Packing for the ''Diamond Level Panda'', modeled after bamboo.
    </gallery>
    
    ==References==
    {{Reflist}}
    
    {{Blocks|vegetation}}
    
    {{Items}}
    
    [[Category:Plants]]
    [[Category:Food]]
    [[Category:Natural blocks]]
    [[Category:Non-solid blocks]]
    [[Category:Flammable blocks]]
    
    [[cs:Bambus]]
    [[de:Bambus]]
    [[es:Bambú]]
    [[fr:Bambou]]
    [[it:Bambù]]
    [[ja:竹]]
    [[ko:대나무]]
    [[pl:Bambus]]
    [[pt:Bambu]]
    [[ru:Бамбук]]
    [[th:ไม้ไผ่]]
    [[zh:竹子]]</li><li>[[Le Tricolore|Le Tricolore]]<br/>{{Exclusive|Java}}
    {{Joke feature}}
    {{Item
    | image = 
    | renewable = Yes
    | stackable = Yes (64)
    }}
    
    '''Le Tricolore''' (French for ''The Tricolour'') is a joke item from [[Java Edition 23w13a_or_b]].
    
    == Obtaining ==
    One le tricolore and one [[la baguette]] is given to all players when [[French mode]] gets activated. Deactivating the mode will remove le tricolore from the player's inventory (but not la baguette; [[container]]s such as [[chest]]s are not affected).
    
    Le Tricolore is not available in the creative inventory, but can be obtained by using the {{cmd|give}} command.
    
    == Data values ==
    
    === ID ===
    {{ID table
    |showforms=y
    |generatetranslationkeys=java
    |displayname=Le Tricolore
    |spritetype=item
    |nameid=le_tricolore
    |form=item
    |foot=1}}
    
    == History ==
    {{History|java}}
    {{History||23w13a or b|[[File:Le Tricolore.png|32px]] Added Le Tricolore.}}
    {{History|foot}}
    
    {{Items}}
    {{Jokes}}
    
    [[Category:Joke items]]
    
    [[ja:Le Tricolore]]
    [[pt:Le Tricolore]]</li></ul>
    14w32aAdded the death message "<player> was struck by lightning".
    1.9
    {{Extension DPL}}<ul><li>[[Flint|Flint]]<br/>{{Item
    | image = Flint.png
    |type=
    | renewable = Yes
    | stackable = Yes (64)
    }}
    
    '''Flint''' is a mineral obtained from [[gravel]].
    
    == Obtaining ==
    === Mining ===
    When a block of [[gravel]] is mined, there is a 10% chance for a single piece of flint to drop instead of the [[gravel]] block. When mined with a [[Fortune]]-enchanted tool, this chance increases to 16% at Fortune I, 25% at Fortune II, and 100% at Fortune III. Gravel mined using a tool with [[Silk Touch]] or gravel that fell on a non-solid block never produces flint.
    
    === Trading ===
    Novice-level [[Trading#Fletcher|fletcher]] [[villager]]s have a 50%{{only|bedrock}} or {{frac|2|3}}{{only|java}} chance to offer 10 pieces of flint for 10 blocks of gravel and an [[emerald]].
    
    === Chest loot ===
    
    {{LootChestItem|flint}}
    
    == Usage ==
    === Crafting ingredient ===
    
    {{crafting usage}}
    
    === Trading ===
    Apprentice-level fletcher villagers buy 26 flint for an emerald.
    
    Apprentice-level leatherworker villagers have a {{frac|2|3}} chance to buy 26 flint for an emerald {{in|java}}, and always offer the trade {{in|bedrock}}.
    
    Journeyman-level toolsmith villagers have a {{frac|2|5}} chance to buy 30 flint for one emerald in ''Java Edition'', and always offer the trade in Bedrock Edition.
    
    Journeyman-level weaponsmith villagers buy 24 flint for an emerald.
    
    == Data values ==
    === ID ===
    {{edition|java}}:
    {{ID table
    |edition=java
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Flint
    |spritetype=item
    |nameid=flint
    |form=item
    |foot=1}}
    
    {{edition|bedrock}}:
    {{ID table
    |edition=bedrock
    |shownumericids=y
    |showforms=y
    |notshowbeitemforms=y
    |generatetranslationkeys=y
    |displayname=Flint
    |spritetype=item
    |nameid=flint
    |id=356
    |form=item
    |foot=1}}
    
    == History ==
    {{History|java indev}} 
    {{History||20100219|[[File:Flint JE1 BE1.png|32px]] Added flint.
    |Flint is now used to craft [[flint and steel]].}}
    {{History|java alpha}}
    {{History||v1.0.14|Crafting [[arrow]]s now requires flint, rather than [[iron ingot]]s.}}
    {{History|java}}
    {{History||1.3.1|snap=12w21a|Farmer [[villager]]s now [[trading|sell]] 4–5 flint for 1 [[emerald]] and 10 [[gravel]].}}
    {{History|||snap=1.3|[[File:Flint JE2 BE2.png|32px]] The texture of flint has been slightly changed.}}
    {{History||1.8|snap=14w02a|Fletcher [[villager]]s now sell 6–10 flint for 1 emerald and 10 gravel.}}
    {{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 318.}}
    {{History||1.14|snap=18w43a|[[File:Flint JE3 BE3.png|32px]] The texture of flint has been changed.}}
    {{History|||snap=18w50a|Flint can now be found in [[chest]]s in [[village]] fletcher houses.}}
    {{History|||snap=19w11a|Fletcher, leatherworker, toolsmith and weaponsmith [[villager]]s now [[trading|buy]] flint.}}
    {{History||1.16|snap=20w07a|Flint has a {{frac|10|109}} (~9.17%) chance of being given by the new [[piglin]]s when [[bartering]], in a stack size of 3–8, making it renewable.}}
    {{History|||snap=20w09a|Flint can no longer be obtained by bartering with piglins. However, they are still renewable as piglins offer [[gravel]].}}
    {{History|||snap=20w16a|Flint now generates in [[ruined portal]] chests.}}
    
    {{History|pocket alpha}}
    {{History||v0.3.3|[[File:Flint JE1 BE1.png|32px]] Added flint. 
    |Flint can be used to craft [[arrow]]s.}}
    {{History||v0.4.0|Flint can now be used to make [[flint and steel]].}}
    {{History||v0.8.0|snap=build 1|[[File:Flint JE2 BE2.png|32px]] The texture of flint has been changed.}}
    {{History|pocket}}
    {{History||1.0.4|snap=alpha 1.0.4.0|Fletcher [[villager]]s now [[trading|sell]] 6–10 flint for 1 [[emerald]] and 10 [[gravel]].}}
    {{History|bedrock}}
    {{History||1.10.0|snap=beta 1.10.0.3|[[File:Flint JE3 BE3.png|32px]] The texture of flint has been changed.}}
    {{History||1.11.0|snap=beta 1.11.0.1|Flint can now be found in [[village]] fletcher [[chest]]s.}}
    {{History|||snap=beta 1.11.0.4|[[Trading]] has been changed, fletcher [[villager]]s now have a 50% chance to [[trading|sell]] 10 flint for 10 [[gravel]] and one [[emerald]] as part of their first tier trade.
    |Flint can now be [[trading|sold]] to toolsmith, weaponsmith, fletcher, and leatherworker villagers.}}
    
    {{History|console}}
    {{History||xbox=TU1|xbone=CU1|ps=1.0|wiiu=Patch 1|switch=1.0.1|[[File:Flint JE1 BE1.png|32px]] Added flint.}}
    {{History||?|[[File:Flint JE2 BE2.png|32px]] The texture of flint has been changed.}}
    {{History||xbox=none|xbone=none|ps=1.90|wiiu=none|switch=none|[[File:Flint JE3 BE3.png|32px]] The texture of flint has been changed.}}
    {{History|foot}}
    
    == Issues ==
    {{issue list}}
    
    == Gallery ==
    <gallery>
    File:GodPortal.png|A piece of flint found in a [[ruined portal]] chest, together with an [[enchanted golden apple]].
    </gallery>
    
    == References ==
    {{reflist}}
    
    == External Links ==
    *[https://www.minecraft.net/en-us/article/taking-inventory--flint Taking Inventory: Flint] – Minecraft.net on October 31, 2019
    
    {{Items}}
    
    [[Category:Renewable resources]]
    
    [[cs:Pazourek]]
    [[de:Feuerstein]]
    [[es:Pedernal]]
    [[fr:Silex]]
    [[hu:Kovakő]]
    [[it:Selce]]
    [[ja:火打石]]
    [[ko:부싯돌]]
    [[nl:Vuursteen]]
    [[pl:Krzemień]]
    [[pt:Sílex]]
    [[ru:Кремень]]
    [[th:หินเหล็กไฟ]]
    [[uk:Кремінь]]
    [[zh:燧石]]</li><li>[[Bundle|Bundle]]<br/>{{Experimental feature|bundle}}
    {{planned|BE}}
    {{Item
    | image = Bundle.png
    | image2 = Bundle Filled.png
    | rarity = Common
    | renewable = No
    | stackable = No
    }}
    
    A '''bundle''' is an [[item]] that can store up to a stack's worth of mixed [[item]] types within itself in a single [[inventory]] slot. Items that stack to 16 occupy more space within the bundle, and items that do not stack occupy the entire bundle without allowing space for any other items.
    
    == Obtaining ==
    
    === Crafting ===
    {{Crafting
      |showdescription=1
      |A1=String      |B1=Rabbit Hide |C1=String 
      |A2=Rabbit Hide                 |C2=Rabbit Hide
      |A3=Rabbit Hide |B3=Rabbit Hide |C3=Rabbit Hide
      |Output=Bundle
      |type=Tool
      |description={{OnlyExperimental|bundle}}
    }}
    
    == Usage ==
    <!--The tooltip does not reflect the current bundle "tooltip"-->
    {{FakeImage|style=max-width:250px;
    |1={{Slot|Stick,64}}{{Slot|Ender Pearl,16}}{{Slot|Iron Sword}}<br>{{Slot|Stick,1}}{{Slot|Ender Pearl,4}}{{Slot|Iron Sword,64}}<br>{{Slot|Filled Bundle[Stick x32/Ender Pearl x8]| title = Bundle|link=none}}
    |2=Item stack sizes (top row) and the number of bundle slots they take up (middle row). Sticks stack to 64, so they take up one bundle slot; ender pearls stack to 16, so they take up four; and swords do not stack, so they take up the whole bundle. So, for instance, a bundle may have 32 sticks and 8 ender pearls inside (bottom), which take up a total of {{Tooltip|(32×1)|32 Sticks}}+{{Tooltip|(8×4)|8 Ender Pearls}}=64 bundle slots.
    }}
    Bundles are used to store different [[item|item type]]s in the same [[inventory]] slot. This does not, however, increase the total capacity of the slot: each bundle has 64 "bundle slots" and each item placed in the bundle takes up these slots similar to how they take up space in a normal inventory slot: items that stack to 64 take up 1 bundle slot, items that stack to 16 (for example, [[egg]]s) take up 4, and items that do not stack (such as tools/weapons/armor) take up the whole bundle, all 64 slots.
    
    Although bundles themselves cannot be stacked, a bundle can be placed inside another (nested): the inner bundle itself uses 4 slots plus the number of slots already occupied by the items in that bundle.<ref>{{bug|MC-203567||Bundles can be placed inside of bundles|WAI}}</ref>  
    
    To place items inside a bundle, either (1) pick up the bundle in the inventory and right-click on the item(s) to be placed inside or (2) pick up the item(s) and right-click on the bundle. When placing bundles inside another bundle, the interface uses the first method: picking up Bundle A and right clicking on Bundle B attempts to store Bundle B inside A.  
    
    Bundles can be {{ctrl|used}} inside the inventory to take out the last item put in. In this way, items are accessible LIFO (last in, first out). When {{ctrl|used}} outside the inventory, it dumps all the items out into the world.
    
    Hovering over the bundle shows its contained items in its inventory slots. The number of bundle slots used is displayed as ''<fullness>''/64 in the tooltip. If the bundle is full, then the empty slots are greyed out with an <span class="invslot">{{SlotSprite|Bundle full}}</span>.
    
    [[Shulker box]]es cannot be placed inside of bundles.
    
    [[File:MinecraftBundle.jpg|thumb|Hovering the mouse over a bundle filled with mob loot, nearly full, with 61 items.]]
    
    == Sounds ==
    {{Sound table
    |sound=Bundle drop contents1.ogg
    |sound2=Bundle drop contents2.ogg
    |sound3=Bundle drop contents3.ogg
    |subtitle=Bundle empties
    |source=player
    |description=When a bundle's items are thrown onto the ground
    |id=item.bundle.drop_contents
    |translationkey=subtitles.item.bundle.drop_contents
    |volume=0.8
    |pitch=''varies'' <ref group=sound>Can be 0.8-1.2 or 0.76-1.14 for each sound</ref>
    |distance=16}}
    {{Sound table
    |sound=Bundle insert1.ogg
    |sound2=Bundle insert2.ogg
    |sound3=Bundle insert3.ogg
    |subtitle=Item packed
    |source=player
    |description=When items are placed into a bundle
    |id=item.bundle.insert
    |translationkey=subtitles.item.bundle.insert
    |volume=0.8
    |pitch=''varies'' <ref group=sound>Can be 0.8-1.2, 0.76-1.14, or 0.84-1.26 for each sound</ref>
    |distance=16}}
    {{Sound table
    |sound=Bundle remove one1.ogg
    |sound2=Bundle remove one2.ogg
    |sound3=Bundle remove one3.ogg
    |subtitle=Item unpacked
    |source=player
    |description=When items are removed from a bundle
    |id=item.bundle.remove_one
    |translationkey=subtitles.item.bundle.remove_one
    |volume=0.8
    |pitch=''varies' <ref group=sound>Can be 0.8-1.2, 0.84-1.26, or 0.88-1.32 for each sound</ref>
    |distance=16
    |foot=1}}
    
    == Data values ==
    === ID ===
    {{JE}}:
    {{ID table
    |edition=java
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Bundle
    |spritetype=item
    |nameid=bundle
    |form=item
    |foot=1}}
    
    === Item data ===
    
    <div class="treeview" style="margin-top: 0;">
    * {{nbt|compound|tag}}: The '''tag''' tag.
    {{:Player.dat_format/Bundle}}
    </div>
    == History ==
    {{History||October 3, 2020|link={{ytl|DBvZ2Iqmm3M|t=1846s}}|[[File:Bundle JE1.png|32px]][[File:Bundle Filled JE1.png|32px]] Bundles are revealed at [[Minecraft Live 2020]]. Hovering over them shows all items inside scattered around a large area, and incomplete bundles have the empty texture.}}
    {{History||October 16, 2021|link=https://clips.twitch.tv/AffluentEncouragingOryxPeteZaroll-cd8pIapkfD4PRHxO|Ulraf, a game developer on ''Minecraft'', states that bundles will not be included in [[Caves & Cliffs]].}}
    {{History||November 17, 2021|link=https://www.minecraft.net/en-us/article/caves---cliffs-update-part-ii-coming|Bundles are announced to be added after [[The Wild Update]].}}
    {{History|java}}
    {{History||1.17|snap=20w45a|[[File:Bundle JE1.png|32px]][[File:Bundle Filled JE1.png|32px]] Added bundles. Hovering over them shows some of the items contained and their quantities, much like the tooltip of a [[shulker box]]. Incomplete bundles have the full texture.}}
    {{History|||snap=20w46a|[[File:Bundle JE2.png|32px]][[File:Bundle Filled JE2.png|32px]] The textures of bundles have been changed.
    |Hovering over bundles now shows its contained items in special slots, similar to slots in the [[inventory]]. If the bundle is not full, it also has an empty slot with a plus on it.}}
    {{History|||snap=20w48a|Bundles now show fullness as a number when [[advanced tooltips]] are enabled.
    |{{ctrl|Using}} a bundle in the inventory now empties one item from the bundle instead of emptying all the contents out to the [[inventory]].
    |{{ctrl|Using}} a bundle now throws out its entire content into the world.}}
    {{History|||snap=20w49a|Bundle fullness is now always shown.
    |Full bundles now show the blue bar instead of hiding it, to distinguish from empty bundles.}}
    {{History|||snap=20w51a|Bundles now drop its contents when destroyed as an [[Item (entity)|item entity]].
    |Bundle fullness has been changed from <code>Fullness: ''<fullness>'' / 64</code> to <code>''<fullness>''/64</code>
    |The slots in the tooltip when hovering over bundles have changed to have a border, and rows of slot have a thicker edge between them.
    |When the bundle is not full, it instead shows empty slots instead of one slot with a plus. When it is full, those empty slots become greyed out with an X.}}
    {{History|||snap=21w05a|The player now receives a tutorial when first having a bundle in the inventory.}}
    {{History|||snap=21w19a|Bundles are now accessible only through commands.}}
    {{History||1.18|snap=Experimental Snapshot 1|Bundles are now available in the creative inventory and can be crafted once again.}}
    {{History|||snap=21w37a|Bundles are once again accessible only through commands.}}
    {{History||1.19.3|snap=22w42a|Bundles have been made available once again, and have been moved behind their own datapack.}}
    {{h|bedrock}} 
    {{h||1.19.50|snap=beta 1.19.50.21|Added bundle GUI textures in the Vanilla Packs.}} 
    {{History|foot}}
    
    == Issues ==
    {{Issue list}}
    
    == Gallery ==
    <gallery>
    JE 1.17 Development Bundle.png|The original bundle UI
    Bundle in Inventory.jpg|A bundle inventory in the inventory
    </gallery>
    
    == References ==
    {{Reflist}}
    
    {{Items}}
    
    [[Category:Storage]]
    [[Category:Tools]]
    [[Category:Renewable resources]]
    
    [[de:Bündel]]
    [[es:Saco]]
    [[fr:Sac]]
    [[ja:バンドル]]
    [[pl:Sakwa]]
    [[pt:Trouxa]]
    [[ru:Мешок]]
    [[zh:收纳袋]]</li></ul>
    15w31aDeath messages are now displayed on the death screen as well as in the chat.
    15w31cAdded the death message "<player> was roasted in dragon breath".
    15w32aThe death message "<player> was roasted in dragon breath" can no longer practically appear, only theoretically.
    15w42aAdded the death message "<player> experienced kinetic energy".
    1.10
    {{Extension DPL}}<ul><li>[[Door|Door]]<br/>{{About|the block|the music track|Minecraft - Volume Alpha}}
    {{See also|Trapdoor}}
    {{Block
    | image = <gallery>
    Iron Door.png|Java Edition
    Iron Door BE.png|Bedrock Edition
    </gallery>
    | extratext = View [[#Gallery|all renders]]
    | transparent = Partial
    | light = No
    | tntres = {{Blast resistance values|Wooden Door}} <small>(Wood)</small><br>{{Blast resistance values|Iron Door}}<small> (Iron)</small>
    | hardness = {{Hardness values|Wooden Door}} <small>(Wood)</small><br>{{Hardness values|Iron Door}}<small> (Iron)</small>
    | tool = axe
    | tool2 = wooden pickaxe
    | renewable = Yes
    | stackable = Yes (64)
    | flammable = No
    | lavasusceptible = '''Overworld wood''': Yes<br>'''Nether wood''','''iron''': No
    }}
    A '''door''' is a block that can be used as a barrier that can be opened by hand or with [[redstone]].
    
    == Obtaining ==
    Doors can be found in any Overworld biome, and can also be crafted from any type of [[wood]] as well as materials found in [[the Nether]]. Some have built-in openings that are useful for determining the time of day.
    
    === Breaking ===
    Wooden doors can be broken with anything, but [[axe]]s are fastest. An iron door can be broken with anything if the top half of the door is broken.<ref>{{bug|MC-189739}}</ref><ref>{{bug|MCPE-126620}}</ref> All doors drop themselves if they no longer have a block beneath them that can support them.
    {{breaking row
    |Oak Door, Spruce Door, Birch Door, Jungle Door, Acacia Door, Dark Oak Door, Mangrove Door, Cherry Door, Bamboo Door, Crimson Door, Warped Door; Iron Door
    |textTrim=Door
    |Axe;Pickaxe
    |;
    |item=1;1
    |link=none;none
    }}
    
    A door is removed and drops itself as an item:
    
    * if the block beneath the door is moved, removed, or destroyed
    * if a [[piston]] tries to push the door (trying to pull a door does nothing) or moves a block into its space
    
    === Natural generation ===
    Doors generate in some generated structures, forming the entrances to the majority of buildings. Doors do not generate in [[zombie village]]s.
    
    ;{{BlockSprite|Oak Door|text=Oak}}
    
    Oak doors generate as part of:
    
    * Plains [[village]]s
    * [[Stronghold]]s
    * Right-side-up [[shipwreck]]s
    
    ;{{BlockSprite|Spruce Door|text=Spruce}}
    
    Spruce doors generate as part of:
    
    * Taiga, snowy tundra and snowy taiga [[village]]s
    * Right-side-up [[shipwreck]]s
    
    ;{{BlockSprite|Jungle Door|text=Jungle}}
    
    Jungle doors generate as part of:
    
    * Desert [[village]]s
    * Right-side-up [[shipwreck]]s
    
    ;{{BlockSprite|Acacia Door|text=Acacia}}
    
    Acacia doors generate as part of:
    
    * Savanna [[village]]s
    <!-- * Right-side-up [[shipwreck]]s{{only|BE}}{{need testing}} -->
    
    ;{{BlockSprite|Dark Oak Door|text=Dark oak}}
    
    Dark oak doors generate as part of:
    
    * Master bedroom closets in [[woodland mansion]]s
    * Right-side-up [[shipwreck]]s
    
    ;{{BlockSprite|Iron Door|text=Iron}}
    
    Iron doors generate as part of:
    
    * Prison rooms in [[woodland mansion]]s
    * [[Stronghold]]s with a stone [[button]] to open{{only|JE}}
    
    === Crafting ===
    {{Crafting
    |head=1
    |name=[[Wood Door]]
    |A1= Matching Planks
    |B1= Matching Planks
    |A2= Matching Planks
    |B2= Matching Planks
    |A3= Matching Planks
    |B3= Matching Planks
    |Output= Matching wood Door,3
    |type= Redstone
    }}
    {{Crafting
    |A1= Iron Ingot
    |B1= Iron Ingot
    |A2= Iron Ingot
    |B2= Iron Ingot
    |A3= Iron Ingot
    |B3= Iron Ingot
    |Output= Iron Door,3
    |type= Redstone
    |foot=1
    }}
    
    == Usage ==
    Wooden doors can be opened and closed by players, [[villager]]s, [[wandering trader]]s{{only|bedrock|short=1}}<!--Wandering traders cannot open doors in java edition. -->, [[vindicator]]s{{only|java|short=1}}, and [[piglin]]s. Wooden doors can be broken by all variants of [[zombie]]s (except [[drowned]]) and [[vindicator]]s in Hard difficulty.
    
    Iron doors can be opened only with redstone power.
    
    === Placement ===
    Doors must be "attached" to a block beneath them. To place a door, {{control|use}} a door item while pointing at the top of the block it should be attached to. A door can be attached to:
    * the '''top''' of any full solid [[opaque]] block ([[stone]], [[dirt]], [[blocks of gold]], etc.)
    * the '''top''' of an upside-down [[slab]] or upside-down [[stairs]]
    * the '''top''' of a [[slime block]] or downward-facing [[piston]]
    
    More information about placement on transparent blocks can be found at [[Opacity/Placement]].
    
    When placed, a door occupies the side of the block facing the player, or behind a player if placed in the player's own space.
    
    By default, a door's "hinge" appears on the side of the half of the block that the player pointed at when placing and its "handle" on the opposite side{{only|java}}, but the hinge is forced to other side by:
    * Placing a door besides another door (creating a double door where both doors open away from each other)
    * Placing a door between a full solid and any opaque block (top or bottom), making the hinge appear to attach to the solid block.
    
    === Behavior ===
    [[Water]] and [[lava]] flow around doors. Lava can create [[fire]] in air blocks next to wooden doors as if the wooden doors were flammable, but the doors do not burn (and cannot be burned by other methods either, except throwing them into lava).
    
    [[Mob]]s can spawn in a space occupied by a door.
    
    The sound of opening and closing of a door can be heard up to 16 blocks away, like most mob sounds.
    
    When placed using the {{cmd|setblock}} command, only one half of a door is placed, because doors are actually two separate blocks. The lower half still works, but with graphical bugs, and the upper half does not. Redstone cannot be used because it updates the half, breaking it. The upper half does not drop anything when broken, the lower half drops a normal door. This implies that the upper half is dependent on the lower.
    
    === Barrier ===
    A door can be used as a switchable barrier to entity movement. Although primarily used to block movement by mobs and players, a door can also be used to control the movement of boats (for example, a door placed in a two-wide water flow stops a boat when perpendicular to the flow, but allow it to move again when parallel), items and minecarts (a door can stop a falling item or minecart, then allow it to drop again when the door moves), etc.
    
    {{IN|Java}}, doors provide a breathable space if placed underwater. {{IN|bedrock}}, doors in water source blocks are [[waterlogging|waterlogged]] and do not displace water source blocks.
    
    Doors are 0.1875 ({{frac|3|16}}) blocks thick (0.1825 {{in|bedrock}}). The rest of a door's space can be moved through freely. A door occupies two block spaces and both halves normally act as a single barrier, although doors can be opened or closed with a player or mob occupying the bottom block of the door,<ref>{{bug|MC-54255}} – "You can stand on the bottom block of a door, allowing you to climb it like a ladder" resolved as "Won't Fix"</ref> in which case the player can jump up to land on the bottom half of the door and then again to land on top of the door.
    
    To open or close a wooden door, use the {{control|use|text=Use Item/Place Block}} [[control]]. When a door opens or closes, it immediately changes its orientation without affecting anything in the space it "swings through". Moving doors do not push entities the way that pistons do.
    
    [[Villager]]s, [[wandering trader]]s,{{only|bedrock|short=1}} [[vindicator]]s{{only|java|short=1}}, [[piglin]]s and [[piglin brute]]s can open and close wooden doors when pathfinding.
    
    Some [[zombie]]s can break wooden doors in [[Hard]] [[difficulty]]. Zombies have a 5% chance to spawn with the ability to break doors. Vindicators spawned from a [[raid]] in [[Normal]] and Hard difficulty can also break wooden doors, but they do so only to reach targeted players, villagers, or wandering traders. Some vindicators may sometimes open a wooden door instead of breaking it.{{only|java}} Both zombies and vindicators attempt to break wooden doors only when in their "closed" state, even if a door is placed so that its "open" state blocks access (for example, by facing sideways when placing a door so that it allows passage when closed and blocks passage when open).
    
    Iron doors can be opened only with redstone power (a [[button]], a [[redstone circuit]], etc.). Any mob can activate an iron door by stepping on a pressure plate or by triggering a tripwire.
    
    === Redstone component ===
    {{see also|Redstone circuit}}
    
    Both wood and iron doors can be controlled with redstone power.
    
    A door is a redstone [[mechanism component]] and can be activated by:
    * an adjacent active '''[[power component]]''', including above or below: for example, a [[redstone torch]], a [[block of redstone]], a [[daylight sensor]], etc.
    * an adjacent '''powered block''' (for example, a block with an active redstone torch under it), including above or below
    * a powered '''[[redstone comparator]]''' or '''[[redstone repeater]]''' facing the door
    * powered '''[[redstone dust]]''' configured to point at the door or a directionless "dot" next to it; a door is ''not'' activated by adjacent powered redstone dust that is configured to point in another direction.
    
    All methods of activating a door can be applied to either the top or bottom parts of a door.
    
    When activated, a door immediately rotates around its hinge side to its open state. When deactivated, a door immediately returns to its closed state.
    
    An activated wood door can still be closed by a player or villager and does not re-open until it receives a new activation signal (if a door has been closed "by hand", it still needs to be deactivated and then reactivated to open by redstone).
    
    === Fuel ===
    Overworld wooden doors can be used as a [[Smelting#Fuel|fuel]] in [[furnace]]s, smelting 1 item per door.
    
    === Note blocks ===
    Wooden doors can be placed under [[note block]]s to produce "bass" sound.
    
    == Sounds ==
    === Generic ===
    ==== Iron ====
    {{Sound table/Block/Metal}}
    
    ==== Normal wood ====
    {{Sound table/Block/Wood}}
    
    ==== Cherry wood ====
    {{Sound table/Block/Cherry wood}}
    
    ==== Bamboo wood ====
    {{Sound table/Block/Bamboo wood}}
    
    ==== Nether wood ====
    {{Sound table/Block/Nether wood}}
    
    === Unique ===
    {{el|java}}:
    {{Sound table
    |sound=Iron Door open1.ogg
    |sound2=Iron Door open2.ogg
    |sound3=Iron Door open3.ogg
    |sound4=Iron Door open4.ogg
    |subtitle=Door creaks
    |source=block
    |description=When an iron door opens
    |id=block.iron_door.open
    |translationkey=subtitles.block.door.toggle
    |volume=0.9
    |pitch=0.9-1.0
    |distance=16}}
    {{Sound table
    |sound=Iron Door close1.ogg
    |sound2=Iron Door close2.ogg
    |sound3=Iron Door close3.ogg
    |sound4=Iron Door close4.ogg
    |subtitle=Door creaks
    |source=block
    |description=When an iron door closes
    |id=block.iron_door.close
    |translationkey=subtitles.block.door.toggle
    |volume=0.9
    |pitch=0.9-1.0
    |distance=16}}
    {{Sound table
    |sound=Wooden Door open3.ogg
    |sound2=Wooden Door open4.ogg
    |subtitle=Door creaks
    |source=block
    |description=When a wooden door opens
    |id=block.wooden_door.open
    |translationkey=subtitles.block.door.toggle
    |volume=0.9
    |pitch=0.9-1.0
    |distance=16}}
    {{Sound table
    |sound=Wooden Door close2.ogg
    |sound2=Wooden Door close5.ogg
    |sound3=Wooden Door close6.ogg
    |subtitle=Door creaks
    |source=block
    |description=When a wooden door closes
    |id=block.wooden_door.close
    |translationkey=subtitles.block.door.toggle
    |volume=0.9
    |pitch=0.9-1.0
    |distance=16}}
    {{Sound table
    |rowspan=2
    |sound=Cherry door toggle1.ogg
    |sound2=Cherry door toggle2.ogg
    |sound3=Cherry door toggle3.ogg
    |sound4=Cherry door toggle4.ogg
    |subtitle=Door creaks
    |source=block
    |description=When a cherry wood door opens
    |id=block.cherry_wood_door.open
    |translationkey=subtitles.block.door.toggle
    |volume=0.9
    |pitch=0.9-1.0
    |distance=16}}
    {{Sound table
    |subtitle=Door creaks
    |source=block
    |description=When a cherry wood door closes
    |id=block.cherry_wood_door.close
    |translationkey=subtitles.block.door.toggle
    |volume=0.9
    |pitch=0.9-1.0
    |distance=16}}
    {{Sound table
    |rowspan=2
    |sound=Bamboo Door toggle1.ogg
    |sound2=Bamboo Door toggle2.ogg
    |sound3=Bamboo Door toggle3.ogg
    |sound4=Bamboo Door toggle4.ogg
    |subtitle=Door creaks
    |source=block
    |description=When a bamboo wood door opens
    |id=block.bamboo_wood_door.open
    |translationkey=subtitles.block.door.toggle
    |volume=0.9
    |pitch=0.9-1.0
    |distance=16}}
    {{Sound table
    |subtitle=Door creaks
    |source=block
    |description=When a bamboo wood door closes
    |id=block.bamboo_wood_door.close
    |translationkey=subtitles.block.door.toggle
    |volume=0.9
    |pitch=0.9-1.0
    |distance=16}}
    {{Sound table
    |rowspan=2
    |sound=Nether Door toggle1.ogg
    |sound2=Nether Door toggle2.ogg
    |sound3=Nether Door toggle3.ogg
    |sound4=Nether Door toggle4.ogg
    |subtitle=Door creaks
    |source=block
    |description=When a Nether wood door opens
    |id=block.nether_wood_door.open
    |translationkey=subtitles.block.door.toggle
    |volume=1.0
    |pitch=0.9-1.0
    |distance=16}}
    {{Sound table
    |subtitle=Door creaks
    |source=block
    |description=When a Nether wood door closes
    |id=block.nether_wood_door.close
    |translationkey=subtitles.block.door.toggle
    |volume=1.0
    |pitch=0.9-1.0
    |distance=16}}
    {{Sound table
    |sound=Zombie hit wood1.ogg
    |sound2=Zombie hit wood2.ogg
    |sound3=Zombie hit wood3.ogg
    |sound4=Zombie hit wood4.ogg
    |subtitle=Door shakes
    |source=hostile
    |description=When a [[zombie]] attacks a door
    |id=entity.zombie.attack_wooden_door
    |translationkey=subtitles.entity.zombie.attack_wooden_door
    |volume=2.0
    |pitch=0.8-1.2
    |distance=16}}
    {{Sound table
    |sound=Zombie hit metal1.ogg
    |sound2=Zombie hit metal2.ogg
    |sound3=Zombie hit metal3.ogg
    |subtitle=Block broken <ref group=sound name=ironsubtitle>{{Bug|MC-226770}}</ref>
    |source=None
    |description=''Unused sound event''<ref group=sound>{{bug|MC-218122}}</ref>
    |id=entity.zombie.attack_iron_door
    |translationkey=subtitles.block.generic.break|translationkeynote=<ref group=sound name=ironsubtitle/>
    |volume=''None''
    |pitch=''None''
    |distance=''None''}}
    {{Sound table
    |sound=Zombie breaks door.ogg
    |subtitle=Door breaks
    |source=hostile
    |description=When a zombie breaks a door
    |id=entity.zombie.break_wooden_door
    |translationkey=subtitles.entity.zombie.break_wooden_door
    |volume=2.0
    |pitch=0.8-1.2
    |distance=16
    |foot=1}}
    
    {{el|bedrock}}:
    {{Sound table
    |type=bedrock
    |sound=Iron Door open1.ogg
    |sound2=Iron Door open2.ogg
    |sound3=Iron Door open3.ogg
    |sound4=Iron Door open4.ogg
    |source=block
    |description=When an iron door opens
    |id=open.iron_door
    |volume=0.9
    |pitch=0.9-1.0}}
    {{Sound table
    |sound=Iron Door close1.ogg
    |sound2=Iron Door close2.ogg
    |sound3=Iron Door close3.ogg
    |sound4=Iron Door close4.ogg
    |source=block
    |description=When an iron door closes
    |id=close.iron_door
    |volume=0.9
    |pitch=0.9-1.0}}
    {{Sound table
    |sound=Wooden Door open3.ogg
    |sound2=Wooden Door open4.ogg
    |source=block
    |description=When a wooden door opens
    |id=open.wooden_door
    |volume=0.9
    |pitch=0.9-1.0}}
    {{Sound table
    |sound=Wooden Door close2.ogg
    |sound2=Wooden Door close5.ogg
    |sound3=Wooden Door close6.ogg
    |source=block
    |description=When a wooden door closes
    |id=close.wooden_door
    |volume=0.9
    |pitch=0.9-1.0}}
    {{Sound table
    |rowspan=2
    |sound=Cherry door toggle1.ogg
    |sound2=Cherry door toggle2.ogg
    |sound3=Cherry door toggle3.ogg
    |sound4=Cherry door toggle4.ogg
    |source=block
    |description=When a cherry wood door opens
    |id=open.cherry_wood_door
    |volume=1.0
    |pitch=0.9-1.0}}
    {{Sound table
    |source=block
    |description=When a cherry wood door closes
    |id=close.cherry_wood_door
    |volume=1.0
    |pitch=0.9-1.0}}
    {{Sound table
    |rowspan=2
    |sound=Bamboo Door toggle1.ogg
    |sound2=Bamboo Door toggle2.ogg
    |sound3=Bamboo Door toggle3.ogg
    |sound4=Bamboo Door toggle4.ogg
    |source=block
    |description=When a bamboo wood door opens
    |id=open.bamboo_wood_door
    |volume=0.9
    |pitch=0.9-1.0}}
    {{Sound table
    |source=block
    |description=When a bamboo wood door closes
    |id=close.bamboo_wood_door
    |volume=0.9
    |pitch=0.9-1.0}}
    {{Sound table
    |rowspan=2
    |sound=Nether Door toggle1.ogg
    |sound2=Nether Door toggle2.ogg
    |sound3=Nether Door toggle3.ogg
    |sound4=Nether Door toggle4.ogg
    |source=block
    |description=When a Nether wood door opens
    |id=open.nether_wood_door
    |volume=1.0
    |pitch=0.9-1.0}}
    {{Sound table
    |source=block
    |description=When a Nether wood door closes
    |id=close.nether_wood_door
    |volume=1.0
    |pitch=0.9-1.0}}
    {{Sound table
    |sound=Zombie hit wood1.ogg
    |sound2=Zombie hit wood2.ogg
    |sound3=Zombie hit wood3.ogg
    |sound4=Zombie hit wood4.ogg
    |source=hostile
    |description=While a zombie is breaking a wooden door
    |id=mob.zombie.wood
    |volume=1.0
    |pitch=1.0}}
    {{Sound table
    |sound=Zombie breaks door.ogg
    |source=hostile
    |description=When a zombie breaks a wooden door
    |id=mob.zombie.woodbreak
    |volume=1.0
    |pitch=1.0
    |foot=1}}
    
    == Data values ==
    === ID ===
    {{edition|java}}:
    {{ID table
    |edition=java
    |showblocktags=y
    |showitemtags=y
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Iron Door
    |spritetype=block
    |nameid=iron_door
    |blocktags=doors
    |itemtags=doors}}
    {{ID table
    |displayname=Oak Door
    |spritetype=block
    |nameid=oak_door
    |blocktags=doors, wooden_doors
    |itemtags=doors, wooden_doors}}
    {{ID table
    |displayname=Spruce Door
    |spritetype=block
    |nameid=spruce_door
    |blocktags=doors, wooden_doors
    |itemtags=doors, wooden_doors}}
    {{ID table
    |displayname=Birch Door
    |spritetype=block
    |nameid=birch_door
    |blocktags=doors, wooden_doors
    |itemtags=doors, wooden_doors}}
    {{ID table
    |displayname=Jungle Door
    |spritetype=block
    |nameid=jungle_door
    |blocktags=doors, wooden_doors
    |itemtags=doors, wooden_doors}}
    {{ID table
    |displayname=Acacia Door
    |spritetype=block
    |nameid=acacia_door
    |blocktags=doors, wooden_doors
    |itemtags=doors, wooden_doors}}
    {{ID table
    |displayname=Dark Oak Door
    |spritetype=block
    |nameid=dark_oak_door
    |blocktags=doors, wooden_doors
    |itemtags=doors, wooden_doors}}
    {{ID table
    |displayname=Mangrove Door
    |spritetype=block
    |nameid=mangrove_door
    |blocktags=doors, wooden_doors
    |itemtags=doors, wooden_doors}}
    {{ID table
    |displayname=Cherry Door
    |spritetype=block
    |nameid=cherry_door
    |blocktags=doors, wooden_doors
    |itemtags=doors, wooden_doors}}
    {{ID table
    |displayname=Bamboo Door
    |spritetype=block
    |nameid=bamboo_door
    |blocktags=doors, wooden_doors
    |itemtags=doors, wooden_doors}}
    {{ID table
    |displayname=Crimson Door
    |spritetype=block
    |nameid=crimson_door
    |blocktags=doors, non_flammable_wood, wooden_doors
    |itemtags=doors, non_flammable_wood, wooden_doors}}
    {{ID table
    |displayname=Warped Door
    |spritetype=block
    |nameid=warped_door
    |blocktags=doors, non_flammable_wood, wooden_doors
    |itemtags=doors, non_flammable_wood, wooden_doors
    |foot=1}}
    
    {{edition|bedrock}}:
    {{ID table
    |edition=bedrock
    |showitemtags=y
    |firstcolumnname=Door
    |shownumericids=y
    |showforms=y
    |generatetranslationkeys=y
    |spritename=iron-door
    |displayname=Iron block
    |spritetype=block
    |nameid=iron_door
    |id=71
    |form=block
    |itemform=item.iron_door}}
    {{ID table
    |spritename=oak-door
    |displayname=Oak block
    |spritetype=block
    |nameid=wooden_door
    |id=64
    |form=block
    |itemform=item.wooden_door
    |translationkey=-}}
    {{ID table
    |spritename=spruce-door
    |displayname=Spruce block
    |spritetype=block
    |nameid=spruce_door
    |id=193
    |form=block
    |itemform=item.spruce_door
    |translationkey=-}}
    {{ID table
    |spritename=birch-door
    |displayname=Birch block
    |spritetype=block
    |nameid=birch_door
    |id=194
    |form=block
    |itemform=item.birch_door
    |translationkey=-}}
    {{ID table
    |spritename=jungle-door
    |displayname=Jungle block
    |spritetype=block
    |nameid=jungle_door
    |id=195
    |form=block
    |itemform=item.jungle_door
    |translationkey=-}}
    {{ID table
    |spritename=acacia-door
    |displayname=Acacia block
    |spritetype=block
    |nameid=acacia_door
    |id=196
    |form=block
    |itemform=item.acacia_door
    |translationkey=-}}
    {{ID table
    |spritename=dark-oak-door
    |displayname=Dark Oak block
    |spritetype=block
    |nameid=dark_oak_door
    |id=197
    |form=block
    |itemform=item.dark_oak_door
    |translationkey=-}}
    {{ID table
    |spritename=mangrove-door
    |displayname=Mangrove block
    |spritetype=block
    |nameid=mangrove_door
    |id=-493
    |form=block
    |itemform=item.mangrove_door
    |translationkey=-}}
    {{ID table
    |displayname=Cherry Door
    |spritetype=block
    |nameid=cherry_door
    |id=-531
    |itemtags=minecraft:door
    |translationkey=item.cherry_door.name}}
    {{ID table
    |displayname=Bamboo Door
    |spritetype=block
    |nameid=bamboo_door
    |id=-517
    |itemtags=minecraft:door
    |translationkey=item.bamboo_door.name}}
    {{ID table
    |spritename=crimson-door
    |displayname=Crimson block
    |spritetype=block
    |nameid=crimson_door
    |id=499
    |form=block
    |itemform=item.crimson_door}}
    {{ID table
    |spritename=warped-door
    |displayname=Warped block
    |spritetype=block
    |nameid=warped_door
    |id=500
    |form=block
    |itemform=item.warped_door}}
    {{ID table
    |spritename=iron-door
    |displayname=Iron item
    |spritetype=item
    |nameid=iron_door
    |id=372
    |form=item
    |itemtags=minecraft:door}}
    {{ID table
    |spritename=oak-door
    |displayname=Oak item
    |spritetype=item
    |nameid=wooden_door
    |id=359
    |form=item
    |itemtags=minecraft:door}}
    {{ID table
    |spritename=spruce-door
    |displayname=Spruce item
    |spritetype=item
    |nameid=spruce_door
    |id=553
    |form=item
    |itemtags=minecraft:door}}
    {{ID table
    |spritename=birch-door
    |displayname=Birch item
    |spritetype=item
    |nameid=birch_door
    |id=554
    |form=item
    |itemtags=minecraft:door}}
    {{ID table
    |spritename=jungle-door
    |displayname=Jungle item
    |spritetype=item
    |nameid=jungle_door
    |id=555
    |form=item
    |itemtags=minecraft:door}}
    {{ID table
    |spritename=acacia-door
    |displayname=Acacia item
    |spritetype=item
    |nameid=acacia_door
    |id=556
    |form=item
    |itemtags=minecraft:door}}
    {{ID table
    |spritename=dark-oak-door
    |displayname=Dark Oak item
    |spritetype=item
    |nameid=dark_oak_door
    |id=557
    |form=item
    |itemtags=minecraft:door}}
    {{ID table
    |spritename=mangrove-door
    |displayname=Mangrove item
    |spritetype=item
    |nameid=mangrove_door
    |id=641
    |form=item
    |itemtags=minecraft:door}}
    {{ID table
    |spritename=crimson-door
    |displayname=Crimson item
    |spritetype=item
    |nameid=crimson_door
    |id=616
    |form=item
    |itemtags=minecraft:door}}
    {{ID table
    |spritename=warped-door
    |displayname=Warped item
    |spritetype=item
    |nameid=warped_door
    |id=617
    |form=item
    |itemtags=minecraft:door
    |foot=1}}
    
    === Block states ===
    {{see also|Block states}}
    
    {{/BS}}
    
    == Video ==
    Note: The videos do not mention or state Crimson, Warped, Bamboo, or Cherry doors, since the videos were uploaded before 1.16.
    <div style="text-align:center">
    <span style="display:inline-block">{{yt|7jlIQcbHFts}}</span>
    <span style="display:inline-block">{{yt|CC6ujEdvzQY}}</span>
    </div>
    
    == History ==
    ''For a history of changes to textures and models for each block state, see [[/Asset history]]''
    {{History||3 June 2010|link=https://notch.tumblr.com/post/659506746/asynchronous-saving-and-loading-and-slightly-more|Notch states plans to implement doors.}}
    {{History|java infdev}}{{History||20100607|[[File:Oak Door JE1.png|32px]] [[File:Oak Door (Right) JE1.png|32px]] [[File:Oak Door (item) JE1.png|32px]] Added wooden doors.}}
    {{History||20100608|Doors have been given smarter rotation logic.}}
    {{History||20100611|[[File:Oak Door JE2.png|32px]] [[File:Oak Door (Right) JE2.png|32px]] The models of doors have been changed to use door bottom half texture on sides instead of the wooden [[planks]] texture.}}
    {{History||20100618|[[File:Oak Door JE3 BE1.png|32px]] [[File:Oak Door (Right) JE3.png|32px]] The textures of doors have been changed.}}
    {{History||20100624|[[File:Oak Door (Right) JE4 BE1.png|32px]] The model of door with right hinge has been changed to mirror and use textures of door with left hinge.}}
    {{History|java alpha}}
    {{History||v1.0.1|[[File:Iron Door JE1 BE1.png|32px]] [[File:Iron Door (Right) JE1 BE1.png|32px]] [[File:Iron Door (item) JE1 BE1.png|32px]] Added iron doors.
    |[[File:Oak Door (item) JE2 BE1.png|32px]] The texture of wooden doors in [[item]] form has been changed.
    |Doors can now be controlled by redstone power.}}
    {{History|java beta}}
    {{History||1.7|Punching the back face of a left-hinge oak or iron door or the front face of a right-hinge door, as well as destroying a door, would [[Java Edition placeholder texture uses|create]] particles using the [[Placeholder texture#Texture atlas blank spaces|block placeholder texture]].}}
    {{History||1.7.3|Doors no longer produce placeholder texture particles.}}
    {{History||1.8|snap=Pre-release|Doors now occur naturally in [[village]]s and [[stronghold]]s.}}
    {{History|java}}
    {{History||1.0.0|snap=Beta 1.9 Prerelease 6|Wooden doors are now broken faster using an [[axe]].
    |Iron doors are broken much faster using a [[pickaxe]], and the [[mining]] speed is now [[tier]] dependent.}}
    {{History|||snap=RC1|The opening and closing [[sound]]s for doors have been changed.}}
    {{History||1.1|snap=11w47a|Double doors now open correctly.}}
    {{History||1.2.1|snap=12w05b|[[Villager]]s can now open and close doors.}}
    {{History|||snap=12w06a|[[File:Oak Door JE4 BE3.png|32px]] [[File:Iron Door JE2 BE5.png|32px]] Changed top model of door.
    |[[Zombie]]s can now break wooden doors.
    |Doors have been changed to properly detect if they are open or closed. Placing two [[pressure plate]]s directly in front of doors and stepping on them now opens them correctly.}}
    {{History|||snap=12w07a|Zombies can no longer break iron doors.}}
    {{History||1.4.2|snap=12w40a|Wooden doors can no longer be opened by attacking (left-click).}}
    {{History||1.8|snap=December 13, 2013|slink=https://twitter.com/jeb_/status/411425952338808832|[[Jens Bergensten|Jeb]] tweeted an image showing that the crafting recipes for doors are changed so that 3 doors are crafted at once. Doors are also stackable to 64.}}
    {{History|||snap=14w02a|Doors are now stackable to 64.
    |The [[crafting]] recipes of doors now yield 3 doors instead of 1.}}
    {{History|||snap=14w10a|[[File:Oak Door JE5.png|32px]] [[File:Iron Door JE3.png|32px]] The models of doors have been changed.}}
    {{History|||snap=August 8, 2014|slink=https://twitter.com/TheMogMiner/status/497751889102905344|[[Ryan Holtz|TheMogMiner]] tweeted an image showing new types of [[wood]] doors.}}
    {{History|||snap=14w32d|[[File:Spruce Door JE1 BE1.png|32px]] [[File:Birch Door JE1 BE1.png|32px]] [[File:Jungle Door JE1.png|32px]] [[File:Acacia Door JE1.png|32px]] [[File:Dark Oak Door JE1 BE1.png|32px]] [[File:Spruce Door (item) JE1.png|32px]] [[File:Birch Door (item) JE1.png|32px]] [[File:Jungle Door (item) JE1.png|32px]] [[File:Acacia Door (item) JE1.png|32px]] [[File:Dark Oak Door (item) JE1.png|32px]] New types of wood doors have been added: spruce, birch, jungle, acacia and dark oak.}}
    {{History|||snap=14w33a|[[File:Jungle Door JE2 BE1.png|32px]] [[File:Acacia Door JE2 BE1.png|32px]] The models of jungle and acacia doors no longer have inner faces in the holes in their models.
    |[[File:Spruce Door (item) JE2.png|32px]] [[File:Birch Door (item) JE2.png|32px]] [[File:Jungle Door (item) JE2.png|32px]] [[File:Acacia Door (item) JE2.png|32px]] [[File:Dark Oak Door (item) JE2.png|32px]] [[Item]] textures of new doors have been changed to match the dimensions of oak and iron doors.
    |The wooden door (''Door'') has been renamed to ''Oak Door''.}}
    {{History|||snap=14w33b|[[File:Oak Door (item) JE3 BE2.png|32px]] [[File:Spruce Door (item) JE3 BE1.png|32px]] [[File:Birch Door (item) JE3 BE1.png|32px]] [[File:Jungle Door (item) JE3 BE1.png|32px]] [[File:Acacia Door (item) JE3 BE1.png|32px]] [[File:Dark Oak Door (item) JE3 BE1.png|32px]][[File:Iron Door (item) JE2 BE2.png|32px]] All [[item]] textures for all doors have been changed. Doors now have hinges on the left and handles on the right, existing wooden doors & iron doors have a slight item textures change as well.}}
    {{History||1.9|snap=15w31a|[[File:Birch Door JE2.png|32px]] [[File:Jungle Door JE3.png|32px]] [[File:Acacia Door JE3.png|32px]] [[File:Dark Oak Door JE2.png|32px]] Shading on the [[block]] textures of birch, jungle, acacia, and dark oak doors have been changed, so that the shadow is in the upper left and the highlight is in the lower right.}}
    {{History|||snap=15w43a|Iron doors now have different [[sound]]s than wooden doors.
    |Doors now have [[sound]]s for placing and different sounds for opening and closing - see sounds section.}}
    {{History|||snap=15w47a|Doors now make [[sound]]s when placed,<ref>{{bug|MC-2844}} – "Doors have no placement sound." resolved as "Fixed"</ref> despite these apparently already being added in 15w43a.}}
    {{History|||snap=15w49a|Doors are now placed facing left/right depending on which half of the [[block]] the [[player]] clicks on, unless neighboring doors or solid/opaque blocks cause them to place a certain way.}}
    {{History||1.10|snap=16w20a|Acacia and spruce doors now generate in [[savanna]] and [[taiga]] [[villages]].}}
    {{History||1.11|snap=16w33a|Wooden doors can now be used to fuel [[furnace]]s.|Iron doors no longer have a right-click action - previously they would result in the hand swinging, and would override other valid right click actions such as snowball throwing.}}
    {{History|||snap=16w39a|Dark oak doors and iron doors now generate in [[woodland mansion]]s.}}
    {{History||July 19, 2017|link=https://twitter.com/jeb_/status/887599625045250048|[[Jeb]] tweets image of a new jungle [[wood planks]], jungle doors, [[cauldron]], and [[dandelion]] textures.}}
    {{History||1.13|snap=17w47a|The oak door ID has been changed from <code>wooden_door</code> to <code>oak_door</code>.
    |Prior to [[1.13/Flattening|''The Flattening'']], these [[block]]s' numeral IDs were 64, 71, 193, 194, 195, 196 and 197, and the [[item]]s' 324, 330, 427, 428, 429, 430 and 431.}}
    {{History|||snap=18w11a|Doors now generate as part of the newly added [[shipwreck]]s.}}
    {{History||1.14|snap=18w43a|[[File:Oak Door JE6.png|32px]] [[File:Spruce Door JE2.png|32px]] [[File:Birch Door JE3.png|32px]] [[File:Jungle Door JE4.png|32px]] [[File:Acacia Door JE4.png|32px]] [[File:Dark Oak Door JE3.png|32px]] [[File:Iron Door JE4.png|32px]] The textures of all doors have been changed.
    |[[Vindicator]]s can now break doors.}}
    {{History|||snap=18w47b|[[File:Spruce Door JE3.png|32px]] The textures of spruce doors have been changed.}}
    {{History|||snap=18w49a|Added [[snowy tundra]] villages, which generate with spruce doors.}}
    {{History|||snap=18w50a|The updated [[desert]] villages now generate with jungle doors instead of oak doors.}}
    {{History|||snap=19w08a|[[File:Oak Door JE7.png|32px]] The texture of oak doors has been changed.}}
    {{History|||snap=19w12b|Doors can now be placed on glass, ice, glowstone and sea lanterns.}}
    {{History|||snap=19w13a|[[Evoker]]s and [[pillager]]s can now open doors during [[raid]]s.}}
    {{History|||snap=19w14a|Pillagers can no longer open doors.}}
    {{History||1.15|snap=19w39a|Iron doors must now be mined with a [[pickaxe]] for it to be dropped as an [[item]].}}
    {{History||1.16|snap=20w06a|[[File:Crimson Door JE1.png|32px]] [[File:Warped Door JE1.png|32px]] [[File:Crimson Door (item) JE1 BE1.png|32px]] [[File:Warped Door (item) JE1 BE1.png|32px]] Added crimson and warped doors.}}
    {{History|||snap=20w07a|Added [[piglin]]s, which can open and close doors.}}
    {{History|||snap=20w19a|[[File:Crimson Door JE2.png|32px]] [[File:Warped Door JE2.png|32px]] [[File:Crimson Door (item) JE2 BE2.png|32px]] [[File:Warped Door (item) JE2 BE2.png|32px]] The textures of crimson and warped doors have been changed.}}
    {{History||1.17|snap=21w11a|[[File:Jungle Door (item) JE4 BE2.png|32px]] Changed the texture of the jungle door item.}}
    {{History||1.18|snap=21w41a|[[File:Oak Door (item) JE4 BE3.png|32px]] [[File:Spruce Door (item) JE4 BE2.png|32px]] [[File:Birch Door (item) JE4 BE2.png|32px]] [[File:Jungle Door (item) JE5 BE3.png|32px]] [[File:Acacia Door (item) JE4 BE2.png|32px]] [[File:Dark Oak Door (item) JE4 BE2.png|32px]][[File:Iron Door (item) JE3 BE3.png|32px]] All [[item]] textures for all doors except crimson and warped have been changed.}}
    {{History|||snap=Pre-release 5|[[File:Oak Door JE8.png|32px]] [[File:Spruce Door JE4.png|32px]] [[File:Birch Door JE4.png|32px]] [[File:Jungle Door JE5.png|32px]] [[File:Acacia Door JE5.png|32px]] [[File:Dark Oak Door JE4.png|32px]] [[File:Crimson Door JE3.png|32px]] [[File:Warped Door JE3.png|32px]] [[File:Iron Door JE5.png|32px]] Changed top and bottom models of door. Changed oak and iron doors textures.}}
    {{History||1.19|snap=22w11a|[[File:Mangrove Door JE1.png|32px]][[File:Mangrove Door (item) JE1 BE1.png|32px]] Added mangrove door.}}
    {{History|||snap=22w14a|Due to the addition of the [[mangrove tree]] and [[mangrove swamp]], mangrove doors are now obtainable and renewable.}}
    {{History||October 15, 2022|link={{ytl|https://youtu.be/iM9KtHaDcUg?t=5659}}|[[File:Bamboo Door JE1.png|32px]] Bamboo doors were shown on [[Minecraft Live 2022]].}}
    {{History||1.20<br>(Experimental)|link=1.19.3|snap=22w42a|[[File:Bamboo Door JE1.png|32px]] [[File:Bamboo Door (item) JE1 BE1.png|32px]] Added bamboo doors behind the [[Java Edition 1.20|Update 1.20 experimental datapack]].}}
    {{History||1.20<br>(Experimental)|link=1.19.4|snap=23w07a|[[File:Cherry Door JE1.png|32px]] [[File:Cherry Door (item) JE1.png|32px]] Added cherry doors behind the [[Java Edition 1.20|Update 1.20 experimental datapack]].}}
    {{History|||snap=1.19.4-pre2|[[File:Cherry Door JE2.png|32px]] [[File:Cherry Door (item) JE2.png|32px]] Changed the texture of cherry doors.}}
    {{History||1.20|snap=23w12a|Bamboo and cherry doors are now available without using the "Update 1.20" experimental datapack.}}
    
    {{History|pocket alpha}}
    {{History||v0.1.0|[[File:Oak Door JE3 BE1.png|32px]] [[File:Iron Door JE1 BE1.png|32px]] Added doors.
    [[File:Oak Door (bottom texture) JE2 BE1.png|32px]] [[File:Iron Door (bottom texture) JE1 BE1.png|32px]] These are the textures defined for the door blocks in <samp>[[gui_blocks.png]]</samp>. The door items exist, but due to a bug in the code that renders items in the hotbar, they cannot be used.}}
    {{History||v0.1.3|[[File:Oak Door BE2.png|32px]] [[File:Iron Door BE2.png|32px]] The models of doors have been changed to not display transparency on upper half.}}
    {{History||v0.2.0|[[File:Oak Door (item) JE2 BE1.png|32px]] [[File:Iron Door (item) JE1 BE1.png|32px]] Added door inventory icons.
    |[[File:Oak Door JE3 BE1.png|32px]] [[File:Iron Door JE1 BE1.png|32px]] The models of doors have been changed to display transparency on upper half.
    |Wooden doors are now available in the inventory, including in [[Creative]].}}
    {{History||v0.2.1 alpha2|link=Pocket Edition v0.2.1 alpha2|[[File:Iron Door BE3.png|32px]] The textures of iron doors have been changed.}}
    {{History||v0.3.0|A crafting recipe for wooden doors has been added.
    |Survival players no longer start out with an infinite stack of wooden doors in the inventory.}}
    {{History||v0.3.2|Wooden doors now drop their item form when broken.}}
    {{History||v0.5.0|[[File:Oak Door JE4 BE3.png|32px]] [[File:Iron Door BE4.png|32px]] The models of doors have been changed.
    |Wooden doors can now be obtained after activating the [[nether reactor]].}}
    {{History||v0.8.0|snap=build 2|[[File:Iron Door JE2 BE5.png|32px]] The textures of iron doors have been changed to before v0.2.1 alpha2.}}
    {{History||v0.11.0|snap=build 1|''Door'' has been now renamed to ''Oak Door''.}}
    {{History||v0.12.1|snap=build 1|Doors are now stackable to 64.
    |The [[crafting]] recipes of doors now yield 3 doors instead of 1.
    |[[Zombie]]s can now break down wooden doors.
    |Oak doors can now be opened by [[villager]]s.
    |Oak doors are no longer available from the [[nether reactor]].}}
    {{History||v0.13.0|snap=build 1|[[File:Spruce Door JE1 BE1.png|32px]] [[File:Birch Door JE1 BE1.png|32px]] [[File:Jungle Door JE2 BE1.png|32px]] [[File:Acacia Door JE2 BE1.png|32px]] [[File:Dark Oak Door JE1 BE1.png|32px]] [[File:Spruce Door (item) JE3 BE1.png|32px]] [[File:Birch Door (item) JE3 BE1.png|32px]] [[File:Jungle Door (item) JE3 BE1.png|32px]] [[File:Acacia Door (item) JE3 BE1.png|32px]] [[File:Dark Oak Door (item) JE3 BE1.png|32px]] Added spruce, birch, jungle, acacia and dark oak doors.
    |Iron doors are now available in the [[Creative]] [[inventory]].
    |A [[crafting]] recipe for iron doors has been added.
    |Redstone mechanics added, making iron doors able to function normally.}}
    {{History|||snap=build 2|Spruce, birch, jungle, acacia, and dark oak doors can now be opened by [[villager]]s.}}
    {{History|||snap=build 4|[[File:Oak Door (item) JE3 BE2.png|32px]] [[File:Iron Door (item) JE2 BE2.png|32px]] The [[item]] textures of oak and iron door has been changed.}}
    {{History||v0.15.0|snap=build 1|Acacia doors now generate in [[savanna]] [[village]]s.
    |Spruce doors now generate in [[taiga]] and [[snowy tundra]] villages.}}
    {{History|pocket}}
    {{History||1.1.0|snap=alpha 1.1.0.0|Dark oak doors and iron doors now generate in [[woodland mansion]]s.
    |Doors now have [[sound]]s when placed.<ref>{{bug|MCPE-10079}} – "Doors don't have a placement sound" resolved as "Fixed"</ref>}}
    {{History|bedrock}}
    {{History||1.4.0|snap=beta 1.2.14.2|Various wooden doors now generate in [[shipwreck]]s.}}
    {{History||1.10.0|snap=beta 1.10.0.3|[[File:Oak Door BE4.png|32px]] [[File:Spruce Door BE2.png|32px]] [[File:Birch Door BE2.png|32px]] [[File:Jungle Door BE2.png|32px]] [[File:Acacia Door BE2.png|32px]] [[File:Dark Oak Door BE2.png|32px]] [[File:Iron Door BE6.png|32px]] The textures of all doors have been changed.
    |Jungle doors now generate in the new [[desert]] [[village]]s.
    |Added [[wandering trader]]s, which can open and close wooden doors.}}
    {{History||1.11.0|snap=beta 1.11.0.7|[[Vindicator]]s can now break doors during [[raid]]s.}}
    {{History||1.16.0|snap=beta 1.15.0.51|Zombies can no longer break iron doors.<ref>{{bug|MCPE-43725}}</ref>}}
    {{History|||snap=beta 1.16.0.51|[[File:Crimson Door BE1.png|32px]] [[File:Warped Door BE1.png|32px]] [[File:Crimson Door (item) JE1 BE1.png|32px]] [[File:Warped Door (item) JE1 BE1.png|32px]] Added crimson and warped doors.
    |Added [[piglin]]s, which can open and close doors.}}
    {{History|||snap=beta 1.16.0.63|[[File:Crimson Door BE2.png|32px]] [[File:Warped Door BE2.png|32px]] [[File:Crimson Door (item) JE2 BE2.png|32px]] [[File:Warped Door (item) JE2 BE2.png|32px]] The textures of crimson and warped doors have been changed.}}
    {{History||1.17.0|snap=beta 1.17.0.50|[[File:Jungle Door (item) JE4 BE2.png|32px]] Changed the texture of the jungle door item.}}
    {{History||1.18.10|snap=beta 1.18.10.20|[[File:Oak Door (item) JE4 BE3.png|32px]] [[File:Spruce Door (item) JE4 BE2.png|32px]] [[File:Birch Door (item) JE4 BE2.png|32px]] [[File:Jungle Door (item) JE5 BE3.png|32px]] [[File:Acacia Door (item) JE4 BE2.png|32px]] [[File:Dark Oak Door (item) JE4 BE2.png|32px]][[File:Iron Door (item) JE3 BE3.png|32px]] All [[item]] textures for all doors except crimson and warped have been changed.}}
    {{History||1.19.0|snap=beta 1.19.0.20|[[File:Mangrove Door BE1.png|32px]] [[File:Mangrove Door (item) JE1 BE1.png|32px]] Added mangrove doors.}}
    {{History||Next Major Update<br>(Experimental)|link=Bedrock Edition 1.19.50|snap=beta 1.19.50.21|[[File:Bamboo Door BE1.png|32px]] [[File:Bamboo Door (item) JE1 BE1.png|32px]] Added bamboo doors behind the "[[Bedrock Edition 1.20|Next Major Update]]" [[experimental]] toggle.
    |The doors now use the same opening and closing [[sound]] effects as ''[[Java Edition]]''.}}
    {{History||Next Major Update<br>(Experimental)|link=Bedrock Edition 1.19.80|snap=beta 1.19.80.20|[[File:Cherry Door JE2.png|32px]] [[File:Cherry Door (item) JE2.png|32px]] Added cherry doors behind the "[[Bedrock Edition 1.20|Next Major Update]]" [[experimental]] toggle.}}
    {{History||1.20.0|snap=beta 1.20.0.21|Bamboo and cherry doors are now available without using the "Next Major Update" experimental toggle.}}
    
    {{History|console}}
    {{History||xbox=TU1|xbone=CU1|ps=1.0|wiiu=Patch 1|switch=1.0.1|[[File:Oak Door JE3 BE1.png|32px]] [[File:Iron Door JE1 BE1.png|32px]] [[File:Oak Door (item) JE2 BE1.png|32px]] [[File:Iron Door (item) JE1 BE1.png|32px]] Added doors.}}
    {{History||xbox=TU5|Doors can be found in the Redstone & Transportation tab in the [[Creative inventory]].}}
    {{History||xbox=TU14|ps=1.04|Doors being broken by [[zombie]]s now show [[damage]].
    |Moved doors to the Building Blocks tab in the Creative inventory.}}
    {{History||xbox=TU25|xbone=CU14|ps=1.17|[[File:Spruce Door JE1 BE1.png|32px]] [[File:Birch Door JE1 BE1.png|32px]] [[File:Jungle Door JE2 BE1.png|32px]] [[File:Spruce Door (item) JE3 BE1.png|32px]] [[File:Birch Door (item) JE3 BE1.png|32px]] [[File:Jungle Door (item) JE3 BE1.png|32px]] Added spruce, birch, and jungle door variants.
    |The [[crafting]] recipes of doors now yield 3 doors instead of 1.
    |The original wooden door (''Door'') has been renamed to ''Oak Door''.}}
    {{History||xbox=TU27|xbone=CU15|ps=1.18|[[File:Acacia Door JE2 BE1.png|32px]] [[File:Dark Oak Door JE1 BE1.png|32px]] [[File:Acacia Door (item) JE3 BE1.png|32px]] [[File:Dark Oak Door (item) JE3 BE1.png|32px]] Acacia and dark oak doors have been added to the [[Creative]] [[inventory]].}}
    {{History||xbox=TU31|xbone=CU19|ps=1.22|wiiu=Patch 3|Acacia doors and dark oak doors are now obtainable in [[survival]] mode.}}
    {{History||?| [[File:Oak Door (item) JE3 BE2.png|32px]] [[File:Iron Door (item) JE2 BE2.png|32px]] Oak and iron door's inventory textures have been changed to match Java Edition}}
    {{History||xbox=none|xbone=none|ps=1.90|wiiu=none|switch=none|[[File:Oak Door BE4.png|32px]] [[File:Spruce Door BE2.png|32px]] [[File:Birch Door BE2.png|32px]] [[File:Jungle Door BE2.png|32px]] [[File:Acacia Door BE2.png|32px]] [[File:Dark Oak Door BE2.png|32px]] [[File:Iron Door BE6.png|32px]] The textures of all doors have been changed.}}
    
    {{History|new 3ds}}
    {{History||0.1.0|[[File:Oak Door JE2.png|32px]] [[File:Spruce Door JE1 BE1.png|32px]] [[File:Birch Door JE1 BE1.png|32px]] [[File:Jungle Door JE2 BE1.png|32px]] [[File:Acacia Door JE2 BE1.png|32px]] [[File:Dark Oak Door JE1 BE1.png|32px]] [[File:Iron Door JE2 BE5.png|32px]] [[File:Oak Door (item) JE3 BE2.png|32px]] [[File:Spruce Door (item) JE3 BE1.png|32px]] [[File:Birch Door (item) JE3 BE1.png|32px]] [[File:Jungle Door (item) JE3 BE1.png|32px]] [[File:Acacia Door (item) JE3 BE1.png|32px]] [[File:Dark Oak Door (item) JE3 BE1.png|32px]] [[File:Iron Door (item) JE1 BE1.png|32px]] Added doors.}}
    {{History|foot}}
    
    <gallery>
    Beta 1.7 punching oak door.png|From [[Java Edition Beta 1.7]] to Beta 1.7.2, doors produced [[placeholder texture]] particles when broken or punched on some sides.
    </gallery>
    
    Historical sounds:
    {| class="wikitable"
    ! Sound
    ! From
    ! to
    ! Pitch
    |-
    | {{sound||Door closing old.ogg|Door opening old.ogg}}
    | ?
    | Sound Update
    | ?
    |-
    | {{sound||Door open.ogg|Door close.ogg}}
    | Sound Update
    | 15w43a
    | ?
    |}
    
    === Door "items" ===
    {{:Technical blocks/Doors}}
    
    == Issues ==
    {{Issue list}}
    
    == Trivia ==
    
    * Door models have an extra hinge on the opposite side of the actual functional hinge.<ref>{{bug|MC-106697|||WAI}}</ref>
    
    == Gallery ==
    <gallery>
    Oak Door.png|Oak Door
    Spruce Door.png|Spruce Door
    Birch Door.png|Birch Door
    Jungle Door.png|Jungle Door
    Acacia Door.png|Acacia Door
    Dark Oak Door.png|Dark Oak Door
    Mangrove Door.png|Mangrove Door
    Cherry Door.png|Cherry Door
    Bamboo Door.png|Bamboo Door
    Crimson Door.png|Crimson Door
    Warped Door.png|Warped Door
    Iron Door.png|Iron Door
    Oak Door (item) JE4 BE3.png|Oak Door (item)
    Spruce Door (item) JE4 BE2.png|Spruce Door (item)
    Birch Door (item) JE4 BE2.png|Birch Door (item)
    Jungle Door (item) JE5 BE3.png|Jungle Door (item)
    Acacia Door (item) JE4 BE2.png|Acacia Door (item)
    Dark Oak Door (item) JE4 BE2.png|Dark Oak Door (item)
    Mangrove Door (item) JE1 BE1.png|Mangrove Door (item)
    Cherry Door (item) JE2.png|Cherry Door (item)
    Bamboo Door (item) JE1 BE1.png|Bamboo Door (item)
    Crimson Door (item) JE2 BE2.png|Crimson Door (item)
    Warped Door (item) JE2 BE2.png|Warped Door (item)
    Iron Door (item) JE3 BE3.png|Iron Door (item)
    </gallery>
    
    === Screenshots ===
    <gallery>
    Iron Door in Stronghold.png|Naturally occurring iron door in a [[stronghold]].
    Wooden Doors 1.8.png|First picture of brand-new 1.8 variants of doors.
    Door Creeper.png|A creeper behind some dark oak doors.
    Doortypes.png|All types of doors with their respective trapdoors.
    FloatingDoorArrows.jpg|Arrows shot into a door that was opened, causing a floating bug.
    Jeb Crafting Doors.png|First image of three doors being crafted at once.
    Jappa Closet.jpg|A closet made from oak doors.
    </gallery>
    
    === Concept Art ===
    <gallery>
    Bamboo Wood and Door Concept Art.png|Bamboo door concept art.
    Bamboo Door Prototype Textures.png|Bamboo door prototype textures.
    </gallery>
    
    == References ==
    {{Reflist}}
    
    == External Links ==
    *[https://www.minecraft.net/en-us/article/taking-inventory--door Taking Inventory: Door] – Minecraft.net on September 29, 2022
    
    {{Redstone}}
    {{Blocks|Utility}}
    {{Items}}
    
    [[Category:Manufactured blocks]]
    [[Category:Generated structure blocks]]
    [[Category:Utility blocks]]
    [[Category:Mechanics]]
    [[Category:Redstone mechanics]]
    [[Category:Mechanisms]]
    
    [[cs:Dveře]]
    [[de:Tür]]
    [[el:Door]]
    [[es:Puerta]]
    [[fr:Porte]]
    [[hu:Ajtók]]
    [[it:Porta]]
    [[ja:ドア]]
    [[ko:문]]
    [[nl:Deur]]
    [[pl:Drzwi]]
    [[pt:Porta]]
    [[ru:Дверь]]
    [[th:ประตู]]
    [[uk:Двері]]
    [[zh:门]]</li><li>[[Suspicious Stew|Suspicious Stew]]<br/>{{For|the block|Suspicious Sand}}
    {{Item
    | title = Suspicious Stew
    | heals = {{hunger|6}}
    | renewable = Yes 
    | stackable = No
    |effects=See {{slink||Food}}
    }}
    '''Suspicious stew''' is a [[food]] item that can give the [[player]] a [[effect|status effect]] that depends on the [[flower]] used to craft it.
    
    == Obtaining ==
    {{IN|Bedrock}}, suspicious stew is the only food item in the game that can be obtained from the [[Creative]] inventory only by searching. However, it can be crafted and can also be found in [[shipwreck]] chests. Suspicious stew can be given with [[commands]] like {{cmd|give}}, but {{in|java}}, unless NBT data like that listed in the data values section is included, consuming it has no effect and still restores the same hunger points as a normal suspicious stew. In [[Bedrock Edition]], giving the player a suspicious stew through commands causes the stew to choose an allowable status effect at random.
    
    === Harvesting ===
    Suspicious stew can be obtained by "milking" a brown [[mooshroom]] with a [[bowl]] after using a small flower on it. When a small flower is used on a brown mooshroom, the brown mooshrom produces a suspicious stew related to that small flower the next time it is milked with a bowl. Red mooshrooms do not produce suspicious stew. The brown mooshroom returns to producing [[mushroom stew]] until fed another small flower.
    
    === Crafting ===
    {{Crafting
    |Red Mushroom
    |Brown Mushroom
    |Bowl
    |Any Flower
    |Output=Suspicious Stew
    |shapeless=true
    |type=Foodstuff
    }}
    Suspicious stew is not listed in the recipe book. However, it can be quickly assembled by clicking the [[Mushroom Stew|mushroom stew]] recipe and adding one small flower to it.
    
    === Chest loot ===
    {{LootChestItem|suspicious-stew}}
    
    === Mob loot ===
    After being given a flower, a brown [[mooshroom]] can be "milked" for suspicious stew by {{control|using}} a [[bowl]] on it. The flower type determines the stew's effect using the same rule as a crafted stew. Milking a red mooshroom after feeding it a flower does not yield a suspicious stew specific to that flower.
    
    === Trading ===
    {{IN|java}}, expert-level farmer [[villager]]s can offer either 1 or 2 suspicious stew trades, each stew for one [[emerald]].
    
    {{IN|bedrock}}, expert-level farmer villager offers to sell suspicious stew for one emerald as well.
    
    The [[trading]] interface does not indicate the type of suspicious stew being sold, but each trade entry consistently yields the same type of stew, so the player can remember or make a note of the types offered by a given villager, such as "this villager's first stew gives [[blindness]], and their second entry gives saturation".
    
    == Usage ==
    === Food ===
    {{see also|Tutorials/Hunger management}}
    To eat suspicious stew, press and hold {{control|use}} while it is selected in the hotbar. Eating one restores {{hunger|6}} hunger and 7.2 hunger [[Hunger#Mechanics|saturation]] and gives a few seconds of a [[effect|status effect]] that varies depending on which flower was used to craft it. The effect is not displayed in the tooltip, texture, etc., meaning that the player cannot know in advance what the effect is without knowing which flower was used.
    
    {{/Effects}}
    The [[bowl]] is emptied and returned to the player after the suspicious stew has been eaten, and can be re-used to craft more stews. Unlike most foods, suspicious stew can be eaten even if the player's hunger bar is full.
    
    The Saturation effect effectively makes those two stews a superfood: In those 6 or 7 ticks it can restore up to 6(7) hunger and 12(14) saturation points ''on top of'' their food value, for a total of at least {{hunger|12}} hunger, and effectively maximizing saturation. This is the largest amount of hunger and saturation the player can get from a single food item. Regeneration can restore up to {{Health|3}} health, and Poison or Wither can inflict up to {{Health|4}} damage.
    
    Consuming suspicious stew is the only way to obtain the Saturation and Blindness effects in vanilla ''Minecraft'' without the use of commands.
    
    == Sounds ==
    === Generic ===
    {{Sound table/Entity/Food}}
    
    === Unique ===
    {{edition|java}}:
    {{Sound table
    |sound=Mooshroom eat1.ogg
    |sound2=Mooshroom eat2.ogg
    |sound3=Mooshroom eat3.ogg
    |sound4=Mooshroom eat4.ogg
    |subtitle=Mooshroom eats 
    |source=neutral
    |description=Plays when a brown mooshroom is fed a flower.
    |id=entity.mooshroom.eat
    |translationkey=subtitles.entity.mooshroom.eat
    |volume=2.0
    |pitch=''varies'' <ref group=sound>Can be 1.0, 0.95, or 1.05 for each sound</ref>
    |distance=16}}
    {{Sound table
    |sound=Mooshroom milk1.ogg
    |sound2=Mooshroom milk2.ogg
    |sound3=Mooshroom milk3.ogg
    |subtitle=Mooshroom gets milked suspiciously
    |source=neutral
    |description=Plays when a brown mooshroom is milked with a bowl after being fed a flower.
    |id=entity.mooshroom.suspicious_milk
    |translationkey=subtitles.entity.mooshroom.suspicious_milk
    |volume=1.0
    |pitch=''varies'' <ref group=sound>Can be 1.0, 0.9, or 1.1 for each sound</ref>
    |distance=16
    |foot=1}}
    
    {{edition|bedrock}}:
    {{Sound table
    |type=bedrock
    |sound=Mooshroom eat1.ogg
    |sound2=Mooshroom eat2.ogg
    |sound3=Mooshroom eat3.ogg
    |sound4=Mooshroom eat4.ogg
    |subtitle=Mooshroom eats 
    |source=Friendly Creatures
    |description=When a brown mooshroom is fed a flower
    |id=mob.mooshroom.eat
    |volume=1.0/0.95/1.05
    |pitch=0.8-1.2}}
    {{Sound table
    |sound=Mooshroom milk1.ogg
    |sound2=Mooshroom milk2.ogg
    |sound3=Mooshroom milk3.ogg
    |subtitle=Mooshroom gets milked 
    |source=Friendly Creatures
    |description=When a mooshroom is milked with a bowl
    |id=mob.mooshroom.suspicious_milk
    |volume=1.0/0.9/1.1
    |pitch=1.0
    |foot=1}}
    
    == Data values ==
    === ID ===
    {{edition|java}}:
    {{ID table
    |edition=java
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Suspicious Stew
    |spritetype=item
    |nameid=suspicious_stew
    |form=item
    |foot=1}}
    
    {{edition|bedrock}}:
    {{ID table
    |edition=bedrock
    |shownumericids=y
    |showforms=y
    |notshowbeitemforms=y
    |generatetranslationkeys=y
    |displayname=Suspicious Stew
    |spritetype=item
    |nameid=suspicious_stew
    |id=590
    |form=item
    |foot=1}}
    
    === Item data ===
    
    {{IN|je}}, suspicious stew uses the following NBT data:
    <div class="treeview">
    * {{nbt|compound|tag}}: The item's '''tag''' tag.
    {{:Player.dat format/Suspicious Stew}}
    </div>
    
    === Metadata ===
    {{IN|be}}, suspicious stew uses the following data values:
    {{dvt|spritetype=item|sprite=suspicious-stew|{{EffectLink|Night Vision}} from {{BlockLink|Poppy}}}}
    {{dvt|sprite=suspicious-stew|{{EffectLink|Jump Boost}}}}
    {{dvt|sprite=suspicious-stew|{{EffectLink|Weakness}}}}
    {{dvt|sprite=suspicious-stew|{{EffectLink|Blindness}}}}
    {{dvt|sprite=suspicious-stew|{{EffectLink|Poison}}}}
    {{dvt|sprite=suspicious-stew|{{EffectLink|Saturation}} from {{BlockLink|Dandelion}}}}
    {{dvt|sprite=suspicious-stew|{{EffectLink|Saturation}} from {{BlockLink|Blue Orchid}}}}
    {{dvt|spritetype=item|sprite=suspicious-stew|{{EffectLink|Fire Resistance}}}}
    {{dvt|sprite=suspicious-stew|{{EffectLink|Regeneration}}}}
    {{dvt|sprite=suspicious-stew|{{EffectLink|Wither}}}}
    {{dvt|sprite=suspicious-stew|{{EffectLink|Night Vision}} from {{BlockLink|Torchflower}}|foot=1}}
    
    == Achievements ==
    {{load achievements|Time for Stew}}
    
    == Advancements ==
    {{load advancements|A Furious Cocktail;How Did We Get Here;Husbandry;A Balanced Diet}}
    
    == History ==
    {{History|java}}
    {{History||1.14|snap=18w43a|[[File:Suspicious Stew JE1 BE1.png|32px]] Added suspicious stew.
    |Suspicious stew is not obtainable in the [[Creative inventory]].}}
    {{History|||snap=19w08a|Suspicious stew can be obtained by milking brown [[mooshroom]]s.}}
    {{History|||snap=19w11a|[[Trading]] has been changed, expert-level farmer villagers now sell suspicious stew for an [[emerald]].}}
    {{History||1.14.4|snap=Pre-Release 1|Suspicious stew made from [[poppies]] now gives [[Night Vision]] to the [[player]] instead of [[Speed]].}}
    {{History||1.16|snap=Pre-release 1|Mooshrooms can now be milked for suspicious stew in Creative mode.<ref>{{bug|MC-90969}}</ref>}}
    {{History||1.17|snap=21w13a|Suspicious stew can now be eaten even if the player is at full [[hunger]].}}
    {{History||1.19|snap=22w13a|Suspicious stew may now be found in [[ancient city]] [[chest]]s.}}
    {{History||1.19.3|snap=22w45a|Suspicious stew is now available in the [[Creative]] [[inventory]].}}
    {{History||1.20<br>(Experimental)|link=1.19.4|snap=23w07a|Suspicious stew now drops when brushing [[suspicious sand]] in [[desert well]]s.}}
    {{History|||snap=1.19.4-pre1|[[Torchflower]]s can now be used to make suspicious stew.}}
    {{History||1.20|snap=23w12a|The probability for the suspicious stew to generate in the [[suspicious sand]] in [[desert well]] has been changed from 1/7 to 1/8.}}
    
    {{History|bedrock}}
    {{History||1.13.0|snap=beta 1.13.0.9|[[File:Suspicious Stew JE1 BE1.png|32px]] Added suspicious stew.
    |Suspicious stew is not obtainable in the Creative inventory.}}
    {{History|||snap=beta 1.13.0.15|Master-level farmer [[villager]]s can now [[trading|sell]] suspicious stew.}}
    {{History||1.16.0|snap=beta 1.16.0.57|[[Trading]] has been changed, expert-level farmer villagers now sell suspicious stew for an [[emerald]].}}
    {{History||1.20.0<br>(Experimental)|link=Bedrock Edition 1.19.70|snap=beta 1.19.70.23|Suspicious stew now drops when brushing [[suspicious sand]] in [[desert well]]s.}}
    {{History||1.20.10|Added one type of suspicious stew to the Items tab in the Creative inventory.}}
    {{History||1.20.30|snap=beta 1.20.20.20|Suspicious stew can no longer be found in the Creative inventory.}}
    {{History|foot}}
    
    == Issues ==
    {{Issue list}}
    
    == Trivia ==
    * Suspicious stew was introduced because developers wanted a way of communicating that [[wikipedia:Lily_of_the_valley|lilies of the valley]] are poisonous.<ref>{{ytl|YUM7XiEX1DI|Items: Ten Things You Probably Didn't Know About Minecraft @ 3:32|Minecraft|November 29, 2019|t=212s}}</ref>
    
    == References ==
    {{Reflist}}
    <references group="loot"/>
    
    {{Items}}
    
    [[Category:Food]]
    
    [[de:Seltsame Suppe]]
    [[es:Estofado sospechoso]]
    [[fr:Soupe suspecte]]
    [[ja:怪しげなシチュー]]
    [[ko:수상한 스튜]]
    [[nl:Geheimzinnige stoofpot]]
    [[pl:Podejrzana potrawka]]
    [[pt:Ensopado suspeito]]
    [[ru:Подозрительный суп]]
    [[th:สตูว์พิศวง]]
    [[zh:迷之炖菜]]
    [[Category:Renewable resources]]</li></ul>
    16w20aAdded the following death messages:
    • <player> discovered floor was lava
    • <player> walked into danger zone due to <player/mob>
    1.11
    {{Extension DPL}}<ul><li>[[Cooked Mutton|Cooked Mutton]]<br/>{{Item
    | title = Cooked Mutton
    | heals = {{hunger|6}}
    | renewable = Yes
    | stackable = Yes (64)
    | rarity = Common}}
    {{redirect|Mutton|the raw version|Raw Mutton}}
    '''Cooked mutton''' is a [[food]] item obtained from cooking [[raw mutton]].
    
    == Obtaining ==
    
    === Mob loot ===
    
    ==== Sheep ====
    Adult [[sheep]] drop 1–2 cooked mutton if killed while on fire. The maximum amount is increased by 1 per level of [[looting]], for a maximum of 1-5 with Looting III.
    
    === Cooking ===
    Cooked mutton can be obtained by cooking raw mutton in a [[furnace]], [[smoker]], or [[campfire]].
    
    {{Smelting
      |showname=1
      |Raw Mutton
      |Cooked Mutton
      |0,35
    }}
    
    === Trading ===
    {{IN|bedrock}}, apprentice-level butcher [[villager]]s have a 25% chance to sell 4 cooked mutton for one [[emerald]] as part of their trades.
    
    {{IN|java}}, butcher villagers may give the players with the [[Hero of the Village]] effect cooked mutton.
    
    == Usage ==
    
    === Food ===
    To eat cooked mutton, press and hold {{control|use}} while it is selected in the hotbar. Eating one restores {{hunger|6}} [[hunger]] and 9.6 [[Hunger#Mechanics|saturation]], the same as [[cooked salmon]].
    
    === Wolves ===
    Cooked mutton can be used to [[breed]] and heal tamed [[wolves]], lead them around, and make baby tamed wolves grow up faster by 10% of the remaining time.
    
    ==Sounds==
    {{Sound table/Entity/Food}}
    
    == Data values ==
    === ID ===
    {{edition|java}}:
    {{ID table
    |edition=java
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Cooked Mutton
    |spritetype=item
    |nameid=cooked_mutton
    |form=item
    |foot=1}}
    
    {{edition|bedrock}}:
    {{ID table
    |edition=bedrock
    |showaliasids=y
    |shownumericids=y
    |showforms=y
    |notshowbeitemforms=y
    |generatetranslationkeys=y
    |displayname=Cooked Mutton
    |spritetype=item
    |nameid=cooked_mutton
    |aliasid=muttoncooked
    |id=551
    |form=item
    |translationkey=item.muttonCooked.name
    |foot=1}}
    
    == Advancements ==
    {{load advancements|Husbandry;A Balanced Diet}}
    
    == Video ==
    
    <div style="text-align:center">{{yt|PXlW-sZygTs}}</div>
    
    == History ==
    
    {{History|java}}
    {{History||1.8|snap=June 30, 2014|slink=https://twitter.com/TheMogMiner/status/483636993780232192|[[Ryan Holtz]] tweeted images of cooked mutton and some other new [[item]]s.}}
    {{History|||snap=14w27a|[[File:Cooked Mutton JE1.png|32px]] Added cooked mutton.}}
    {{History|||snap=14w33b|[[File:Cooked Mutton JE2 BE1.png|32px]] The texture of raw mutton has been changed. The new texture was created by [[wikipedia:Reddit|Reddit]] user [http://www.reddit.com/u/zeldahuman zeldahuman].<ref>{{reddit|2bjzes/a_reminder_of_the_blocks_and_items_added_in_18_so|cj69zie|context=3}}</ref>}}
    {{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 424.}}
    {{History||1.14|snap=18w43a|[[File:Cooked Mutton JE3 BE2.png|32px]] The texture of cooked mutton has been changed.}}
    {{History|||snap=19w13a|Butcher villagers now give cooked mutton to players under the [[Hero of the Village]] effect.}}
    
    {{History|pocket alpha}}
    {{History||v0.15.0|snap=build 1|[[File:Cooked Mutton JE2 BE1.png|32px]] Added cooked mutton.}}
    {{History|bedrock}}
    {{History||1.10.0|snap=beta 1.10.0.3|[[File:Cooked Mutton JE3 BE2.png|32px]] The texture of cooked mutton has been changed.}}
    {{History||1.11.0|snap=beta 1.11.0.4|Cooked mutton can now be [[trading|bought]] from butcher [[villager]]s.}}
    {{History||1.16.100|snap=beta 1.16.100.56|The ID of cooked mutton has been changed from <code>muttoncooked</code> to <code>cooked_mutton</code>.}}
    
    {{History|console}}
    {{History||xbox=TU31|xbone=CU19|ps=1.22|wiiu=Patch 3|[[File:Cooked Mutton JE2 BE1.png|32px]] Added cooked mutton.}}
    {{History|PS4}}
    {{History||1.90|[[File:Cooked Mutton JE3 BE2.png|32px]] The texture of cooked mutton has been changed.}}
    
    {{History|3ds}}
    {{History||0.1.0|[[File:Cooked Mutton JE2 BE1.png|32px]] Added cooked mutton.}}
    {{History|foot}}
    
    == Issues ==
    
    {{issue list}}
    
    == Gallery ==
    <gallery>
    File:Rabbit Items 3 Ryan Holtz.png|First image of the item by [[Ryan Holtz]].
    </gallery>
    
    == References ==
    
    {{reflist}}
    
    {{items}}
    
    [[Category:Food]]
    [[Category:Renewable resources]]
    
    [[de:Gebratenes Hammelfleisch]]
    [[es:Cordero asado]]
    [[fr:Mouton cuit]]
    [[it:Carne ovina cotta]]
    [[ja:焼き羊肉]]
    [[ko:익힌 양고기]]
    [[nl:Gebraden schapenvlees]]
    [[pl:Pieczona baranina]]
    [[pt:Carneiro assado]]
    [[ru:Жареная баранина]]
    [[zh:熟羊肉]]</li><li>[[Honey Bottle|Honey Bottle]]<br/>{{Item
    | title = Honey Bottle
    | image = Honey Bottle.png
    | renewable = Yes
    | heals = {{hunger|6}}
    |effects=Clears {{EffectLink|Poison}}
    | stackable = Yes (16)
    }}
    
    A '''honey bottle''' is a [[drinks|consumable drink]] item obtainable by using a [[glass bottle]] on a full [[beehive]].  Honey bottles remove [[poison]] when drunk and can be used to craft [[Honey Block|honey blocks]] and [[sugar]].
    
    == Obtaining ==
    {{See also|Tutorials/Honey farming}}
    
    === Harvesting ===
    A honey bottle can be obtained by using a [[glass bottle]] on either a [[beehive]] or [[beehive|bee nest]] with a honey level of 5. Doing this angers any [[bee]]s inside, causing them to attack the player, unless there is a [[campfire]] or another block on fire beneath the nest or hive.
    
    A [[dispenser]] with glass bottles can be used to collect the honey without angering the bees. The honey bottle appears as an item in the dispenser's inventory. If the dispenser is full, the honey bottle is shot out.
    
    === Crafting ===
    {{Crafting
    |Glass Bottle
    |Glass Bottle
    |Honey Block
    |Glass Bottle 
    |Glass Bottle
    |Output=Honey Bottle, 4
    |type= Foodstuff
    }}
    
    == Usage ==
    To drink a honey bottle, press and hold {{control|use}} while it is selected in the hotbar. Drinking one restores {{hunger|6}} [[hunger]] and 1.2 hunger [[Hunger#Mechanics|saturation]]. Consuming the item also has the benefit of removing any [[poison]] effect applied to the player. Unlike drinking [[Milk Bucket|milk]], other applied effects are not removed upon drinking a honey bottle.
    
    Honey bottles can be drunk even with a full hunger bar. Drinking a honey bottle takes 25% longer than eating other food - 2 seconds - and has a unique sound.
    
    === Crafting ingredient ===
    {{Crafting usage}}
    
    == Sounds ==
    {{edition|java}}:
    {{Sound table
    |sound=Drink honey1.ogg
    |sound2=Drink honey2.ogg
    |sound3=Drink honey3.ogg
    |sound4=Drink honey3.ogg
    |subtitle=Gulping
    |source=player
    |description=While a player is drinking a honey bottle
    |id=item.honey_bottle.drink
    |translationkey=subtitles.item.honey_bottle.drink
    |volume=0.5
    |pitch=''varies'' <ref group=sound>0.9-1.0 for <code>drink_honey1</code> and <code>drink_honey2</code>, 0.315-0.35 for <code>drink_honey3</code>, and 0.675-0.75 for the second copy of <code>drink_honey3</code></ref>
    |distance=16}}
    {{Sound table
    |sound=Bottle fill water1.ogg
    |sound2=Bottle fill water2.ogg
    |sound3=Bottle fill water3.ogg
    |sound4=Bottle fill water4.ogg
    |subtitle=Bottle fills
    |source=block
    |description=When a bottle is filled with honey
    |id=item.bottle.fill
    |translationkey = subtitles.item.bottle.fill
    |volume=1.0
    |pitch=1.0
    |distance=16
    |foot=1}}
    
    {{edition|bedrock}}:
    {{Sound table
    |type=bedrock
    |sound=Drink honey1.ogg
    |sound2=Drink honey2.ogg
    |sound3=Drink honey3.ogg
    |sound4=Drink honey3.ogg<!--This is duplicated intentionally, see below-->
    |source=player
    |description=While a player is drinking a honey bottle
    |id=random.drink_honey
    |volume=''varies''<ref group="sound" name="bevarieshoney">0.5 for <code>drink_honey1</code> and <code>drink_honey2</code>, but <code>drink_honey3</code> is 0.175 or 0.375</ref>
    |pitch=0.9-1.0}}
    {{Sound table
    |sound=Fill water bucket1.ogg
    |sound2=Fill water bucket2.ogg
    |sound3=Fill water bucket3.ogg
    |source=block
    |description=When a bottle is filled with honey<wbr><ref group=sound>{{Bug|MCPE-53881}}</ref>
    |id=bucket.fill_water
    |volume=1.0
    |pitch=1.0
    |foot=1}}
    
    == Data values ==
    === ID ===
    {{edition|java}}:
    {{ID table
    |edition=java
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Honey Bottle
    |spritetype=item
    |nameid=honey_bottle
    |form=item
    |foot=1}}
    
    {{edition|bedrock}}:
    {{ID table
    |edition=bedrock
    |shownumericids=y
    |showforms=y
    |notshowbeitemforms=y
    |generatetranslationkeys=y
    |displayname=Honey Bottle
    |spritetype=item
    |nameid=honey_bottle
    |id=592
    |form=item
    |foot=1}}
    
    == Achievements ==
    
    {{Load achievements|Bee Our Guest}}
    
    == Advancements ==
    {{Load advancements|Husbandry;A Balanced Diet;Bee Our Guest}}
    
    == History ==
    {{History|java}}
    {{History||1.15|snap=19w34a|[[File:Honey Bottle JE1.png|32px]] Added honey bottles.}}
    {{History|||snap=19w35a|Honey bottles now remove the [[Poison]] effect when consumed.
    |Honey bottles are now included in the "A Balanced Diet" [[advancement]].}}
    {{History|||snap=19w36a|Honey bottles are now less filling, restoring 1.2 [[Hunger#Mechanics|saturation]] instead of 9.6.}}
    {{History||1.15|snap=19w41a|Honey bottles can now be used to craft [[honey block]]s.}}
    {{History||1.15|snap=19w44a|Honey bottles can now be [[crafting|crafted]] with four [[glass bottle]]s and one [[honey block]].
    |Honey bottles are now stackable (up to 16).}}
    {{History|||snap=19w46a|Using [[glass bottle]]s to collect honey now unlocks the [[Bee Our Guest]] advancement.}}
    
    {{History|bedrock}}
    {{History||1.14.0|snap=beta 1.14.0.1|[[File:Honey Bottle BE1.png|32px]] Added honey bottles.}}
    {{History|||snap=beta 1.14.0.4|[[File:Honey Bottle BE2.png|32px]] The texture of honey bottles has been changed to match {{el|je}}'s.
    |Honey bottles can now be crafted with four [[glass bottle]]s and one [[honey block]].
    |Honey bottles are now stackable to 16.}}
    {{History|||snap=release|slink=Bedrock Edition 1.14.0|Using [[glass bottle]]s to collect honey now unlocks the [[Bee our guest]] achievement.}}
    {{History|foot}}
    
    == Issues ==
    {{issue list}}
    
    == Trivia ==
    
    * Honey bottles are the only drinkable [[item]]s that can stack. They have a maximum stack size of 16.
    * Honey bottles are the only drinkable items that can restore hunger.
    * Honey bottles are 4 pixels more full than [[water bottles]].
    
    {{Items}}
    
    [[cs:Lahvička medu]]
    [[de:Honigflasche]]
    [[es:Frasco con miel]]
    [[fr:Fiole de miel]]
    [[ja:ハチミツ入りの瓶]]
    [[ko:꿀이 든 병]]
    [[lzh:蜜瓶]]
    [[pl:Butelka miodu]]
    [[pt:Frasco de mel]]
    [[ru:Бутылочка мёда]]
    [[th:ขวดน้ำผึ้ง]]
    [[uk:Пляшечка меду]]
    [[zh:蜂蜜瓶]]
    [[Category:Food]]
    [[Category:Renewable resources]]</li></ul>
    16w43aAdded the death message "<player> was squished too much".
    1.11.1
    {{Extension DPL}}<ul><li>[[Cookie|Cookie]]<br/>{{Item
    | title = Cookie
    | image = Cookie.png
    | heals = {{hunger|2}}
    | renewable = Yes
    | stackable = Yes (64)
    }}
    '''Cookies''' are [[food]] items that can be obtained in large quantities, but do not restore hunger or saturation significantly.
    
    == Obtaining ==
    === Trading ===
    Journeyman-level farmer [[villager]]s sell 18 cookies for 3 [[emerald]]s as part of their trades.
    
    === Crafting ===
    {{Crafting
    |A2= Wheat
    |B2= Cocoa Beans
    |C2= Wheat
    |Output= Cookie,8
    |type= Foodstuff
    }}
    
    === Villager gifts ===
    {{in|java}}, if the [[player]] has the [[Hero of the Village]] effect, a farmer villager may gift them a cookie.
    
    == Usage ==
    === Food ===
    To eat a cookie, press and hold {{control|use}} while it is selected in the hotbar. Eating one restores {{hunger|2}} [[hunger]] and 0.4 hunger 
    [[Hunger#Mechanics|saturation]].
    
    === Parrots ===
    Feeding a cookie to a [[parrot]] kills the parrot instantly, and causes it to give off [[Poison]] [[particles]] as it dies due to chocolate being toxic to parrots.
    {{IN|Bedrock}}, feeding a cookie to a parrot inflicts the parrot with [[Fatal Poison]] for 1,000 seconds.
    
    === Composting ===
    Placing a cookie into a [[composter]] has an 85% chance of raising the compost level by 1.
    
    Considering the high yield of cookies (8 cookies from 1 cocoa bean and 2 wheats) and the higher chance to successfully compost a cookie (85%), it is more efficient to craft cookies to compost rather than using separate ingredients. For example, 100 wheats and 50 cocoa beans, which in total could yield only 13.92 bone meal on average, could be crafted into 400 cookies to yield 48.57 bone meal on average.
    
    == Sounds ==
    {{Sound table/Entity/Food}}
    
    == Advancements ==
    {{load advancements|Husbandry;A Balanced Diet}}
    
    == Data values ==
    === ID ===
    {{edition|java}}:
    {{ID table
    |edition=java
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Cookie
    |spritetype=item
    |nameid=cookie
    |form=item
    |foot=1}}
    
    {{edition|bedrock}}:
    {{ID table
    |edition=bedrock
    |shownumericids=y
    |showforms=y
    |notshowbeitemforms=y
    |generatetranslationkeys=y
    |displayname=Cookie
    |spritetype=item
    |nameid=cookie
    |id=271
    |form=item
    |foot=1}}
    
    == History ==
    
    {{History|java beta}}
    {{History||1.4|[[File:Cookie JE1 BE1.png|32px]] Added cookies. 
    |Cookies restore {{hp|1}} and are currently the only stackable [[food]], up to 8 cookies per stack.}}
    {{History||1.8|snap=Pre-release|Cookies can now be stacked to 64.
    |Cookies now restore {{hunger|1}}.}}
    {{History|java}}
    {{History||1.3.1|snap=12w18a|Cocoa beans have become farmable, making cookies [[renewable resource|renewable]] and ''much'' cheaper.}}
    {{History|||snap=12w19a|Cookies now restore {{hunger|2}} instead of {{hunger|1}}.}}
    {{History|||snap=12w21a|Farmer [[villager]]s now [[trading|sell]] 8–10 cookies for 1 [[emerald]].}}
    {{History||1.8|snap=14w02a|Farmer villagers now sell 6 cookies for 1 emerald.}}
    {{History||1.11|snap=16w33a|Farmer villagers now sell 6–10 cookies for 1 emerald.}}
    {{History||1.12|snap=17w13a|Cookies can now be used to tame [[parrot]]s.}}
    {{History|||snap=pre3|Cookies are no longer used to tame [[parrot]]s. Instead, a cookie now instantly kills a parrot.}}
    {{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 357.}}
    {{History||1.14|snap=18w43a|[[File:Cookie JE2 BE2.png|32px]] The texture of cookies has been changed.}}
    {{History|||snap=19w03a|Placing a cookie into the new [[composter]] has a 80% chance of raising the compost level by 1.}}
    {{History|||snap=19w05a|Cookies now have an 85% chance of increasing the compost level in a composter by 1.}}
    {{History|||snap=19w13a|Farmer villagers now give cookies to players under the [[Hero of the Village]] effect.}}
    
    {{History|pocket alpha}}
    {{History||v0.9.0|snap=build 1|[[File:Cookie JE1 BE1.png|32px]] Added cookies.}}
    {{History||v0.12.1|snap=build 1|Cookies now restore [[hunger]] instead of [[health]].}}
    {{History|pocket}}
    {{History||1.0.4|snap=alpha 1.0.4.0|Farmer [[villager]]s now [[trading|sell]] 6-10 cookies for 1 [[emerald]].}}
    {{History|bedrock}}
    {{History||1.2.0|snap=beta 1.2.0.2|Cookies can now be used to inflict a fatal [[Poison]] [[status effect]] to [[parrot]]s.}}
    {{History||1.10.0|snap=beta 1.10.0.3|[[File:Cookie JE2 BE2.png|32px]] The texture of cookies has been changed.}}
    {{History||1.11.0|snap=beta 1.11.0.1|Cookies can now be used to fill up [[composter]]s.}}
    {{History|||snap=beta 1.11.0.4|Farmer [[villager]]s now [[trading|sell]] 18 cookies for 3 [[emerald]]s as part of their third tier [[trading|trades]].}}
    
    {{History|console}}
    {{History||xbox=TU1|xbone=CU1|ps=1.0|wiiu=Patch 1|[[File:Cookie JE1 BE1.png|32px]] Added cookies.}}
    {{History||xbox=none|xbone=none|ps=1.90|wiiu=none|switch=none|[[File:Cookie JE2 BE2.png|32px]] The texture of cookies has been changed.}}
    
    {{History|new 3ds}}
    {{History||0.1.0|[[File:Cookie JE1 BE1.png|32px]] Added cookies.}}
    {{History|foot}}
    
    == Issues ==
    
    {{issue list}}
    
    == Gallery ==
    
    <gallery>
    File:12w21a CookiePurchase.png|Cookies being obtained by [[trading]] with a farmer [[villager]].
    File:Eating Steve.png|[[Steve]] eating a cookie.
    File:Eating Alex.png|Alex eating a cookie.
    </gallery>
    
    == References ==
    {{reflist}}
    
    == External Links ==
    *[https://www.minecraft.net/en-us/article/taking-inventory--cookie Taking Inventory: Cookie] – Minecraft.net on August 22, 2019
    
    {{Items}}
    
    [[Category:Food]]
    [[Category:Renewable resources]]
    
    [[cs:Sušenka]]
    [[de:Keks]]
    [[es:Galleta]]
    [[fr:Cookie]]
    [[hu:Csokis süti]]
    [[ja:クッキー]]
    [[ko:쿠키]]
    [[nl:Koekje]]
    [[pl:Ciastko]]
    [[pt:Biscoito]]
    [[ru:Печенье]]
    [[uk:Печиво]] 
    [[zh:曲奇]]</li><li>[[Reality Vision|Reality Vision]]<br/>{{Joke feature}}
    {{Item
    | title = Reality Vision
    | image = Reality Vision.png
    | renewable = No
    | stackable = Yes (64)
    }}
    
    The '''Reality vision''' was a joke [[helmet]].
    
    == Usage ==
    Reality vision was equipped via the [[helmet]] slot. When equipped, it showed a [[wikipedia:Mini-map|minimap]] in the bottom-center of the screen (which moved when the [[player]]'s camera moves). The minimap showed all [[chunk]]s that were currently rendered. The player's location was represented by a green [[beacon]] beam marker on the map.
    
    It displayed a vision overlay (similar to the [[pumpkin]] overlay). The overlay would change to a new overlay if the player went into third person (unlike the pumpkin overlay), which made the screen appear like an old [[wikipedia:Television|television]] screen. The overlay was called <code>cantseeshit<!-- Do not change this; this is that word that is actually used-->captain.png</code> in the assets folder. It activated a [[Shaders|shader]] when equipped (<code>scan_pincushion</code>).
    
    == Sounds ==
    
    {{Sound table
    |sound=Equipvr.ogg
    |subtitle=''None''
    |source=player
    |description=When equipped
    |id=item.reality_vision.use
    |translationkey=''None''
    |volume=1.0
    |pitch=1.0
    |distance=16
    |foot=1}}
    
    == Data values ==
    === ID ===
    {{ID table
    |edition=java
    |shownumericids=y
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Reality Vision
    |spritetype=item
    |nameid=reality_vision
    |id=500
    |form=item
    |translationkey=item.realityVision.name
    |foot=1}}
    
    == History ==
    {{History|java}}
    {{History||1.RV-Pre1|[[File:Reality_Vision_(item).png|32px]] [[File:Reality Vision.png|32px]] Added reality vision.}}
    {{History|foot}}
    
    == Issues ==
    Reality Vision is an unsupported item due to being an [[Wikipedia:April Fools' Day|April Fools']] joke, and therefore such issues relating to them will not be fixed.
    
    == Trivia ==
    * [[Sign]]s display the text "OBEY" while equipped, a reference to the movie [[wikipedia:They Live|''They Live'']].
    
    == Gallery ==
    
    <gallery>
    Sign2.png|The [[sign]] texture found in the game files.
    OBEY.png|OBEY seen in a sign.
    OBEY sign in 1.RV-Pre1..png|OBEY seen in a sign, but seen from a better perspective. 
    TechGear.png|A [[player]] wearing reality vision, featured in this [[wikipedia:April Fools' Day|April Fools']] joke version.
    </gallery>
    
    {{Items}}
    {{Jokes}}
    
    [[Category:Non-renewable resources]]
    [[Category:Joke items]]
    
    [[pt:Visão da realidade]]
    [[es:Reality Vision]]</li></ul>
    16w50aAdded the death message "<player> went off with a bang".
    1.13
    {{Extension DPL}}<ul><li>[[Cake|Cake]]<br/>{{Distinguish|Pumpkin Pie}}
    {{Block
    | title = Cake
    | image = <gallery>
    Cake.png|0 bites
    Cake (1 bite).png|1 bite
    Cake (2 bites).png|2 bites
    Cake (3 bites).png|3 bites
    Cake (4 bites).png|4 bites
    Cake (5 bites).png|5 bites
    Cake (6 bites).png|6 bites
    </gallery>
    |image2 = <gallery>
    Cake with Candle.png|Unlit
    Candle Cake (lit).png|Lit
    </gallery>
    | extratext = [[#Gallery|View all renders]]
    | transparent = Yes
    | light = '''Candle Cake''': Yes (3) when lit<br>'''Cake''': No
    | tool = any
    | renewable = Yes
    | stackable = Yes (64){{only|bedrock|short=1}}<br>No{{only|java|short=1}}
    | flammable = No
    | lavasusceptible = No
    }}
    
    '''Cake''' is a [[food]] and a block that can be eaten by the player.
    
    A '''cake with candle''' is a light-producing variation created when a [[candle]] is used on an uneaten cake.
    
    == Obtaining ==
    
    === Breaking ===
    
    Once the cake is placed, it cannot be recollected even with the use of [[Silk Touch]]. Candle cakes always drop their respective [[candle]] when broken.
    {{breaking row|horizontal=1|Cake|drop=0}}
    
    === Chest loot ===
    {{LootChestItem|cake}}
    
    === Crafting ===
    
    {{Crafting
    |A1=Milk Bucket
    |B1=Milk Bucket
    |C1=Milk Bucket
    |A2=Sugar
    |B2=Egg
    |C2=Sugar
    |A3=Wheat
    |B3=Wheat
    |C3=Wheat
    |Output=Cake
    |type=Foodstuff
    |showdescription=1
    |description= Empty [[bucket]]s remain in the crafting grid after crafting the cake.
    }}
    
    === Trading ===
    
    Expert-level farmer [[villager]]s can [[trading|sell]] cake for a single [[emerald]] each. The chance is {{frac|2|7}} {{in|je}}.
    
    == Usage ==
    
    {{see also|Tutorials/Hunger management}}
    
    Unlike most [[food]], the cake cannot be eaten as an [[item]] in the hotbar. Before being eaten, it must first be placed on top of a solid [[block]]. Placing the cake on a slab also works, as the slab acts like a solid block. The cake instead floats half a block on top of the slab.
    
    Each cake has seven "slices"; each use consumes one slice progressing inward from the west. A single slice restores {{hunger|2}} hunger and 0.4 hunger [[Hunger#Mechanics|saturation]]. Eating all seven slices of a cake restores {{hunger|14}} hunger and 2.8 hunger saturation.
    
    Since eating a cake comes with no animation, the cake can be eaten at a rate of one slice per [[tick]]. Multiple [[player]]s can eat from the same cake at the same time. {{IN|java}}, eating cake makes no [[sound]], unlike other foods.
    
    As a [[redstone]] component, when connected to a [[comparator]], a whole cake emits a signal strength of 14. The signal strength decreases two units with each slice.
    
    Cake destroys [[Entity#Falling Blocks|falling blocks]] if placed under them, similar to a [[torch]].
    
    === Pandas ===
    Some [[panda]]s move toward a dropped cake to pick up and eat it. Some may not, depending on the cake's location. 
    
    === Composting ===
    Placing a cake into a [[composter]] raises the compost level by 1.
    
    === Piston interactivity ===
    A cake is broken when pushed by a [[piston]], and it drops nothing.
    
    === Cakes with candles ===
    [[File:Cake with Candle.png|thumb|upright|A cake with candle created by placing a candle on an uneaten cake.]]
    {{control|Using}} a [[candle]] on an uneaten cake creates a candle cake of that color (including uncolored). Eating the cake causes the candle to drop. 
    
    {{control|Using}} [[flint and steel]], [[fire charge]], or any flaming projectile on an unlit candle cake lights its candle. Lit candle cakes emit light level of 3. Clicking on the lit candle (but not the cake) extinguishes it.
    
    == Sounds ==
    === Generic ===
    {{Sound table/Block/Wool}}
    
    === Unique ===
    {{edition|java}}:
    {{Sound table
    |sound=Cake add_candle1.ogg
    |sound2=Cake add_candle2.ogg
    |sound3=Cake add_candle3.ogg
    |subtitle=Cake squishes
    |source=Blocks
    |description=When a [[candle]] is placed on a cake
    |id=block.cake.add_candle
    |translationkey=subtitles.block.cake.add_candle
    |volume=1.0
    |pitch=1.0
    |distance=16
    |foot=1}}
    
    {{edition|bedrock}}:
    {{Sound table
    |type=bedrock
    |sound=Cake add_candle1.ogg
    |sound2=Cake add_candle2.ogg
    |sound3=Cake add_candle3.ogg
    |source=block
    |description=When a candle is placed on a cake
    |id=cake.add_candle
    |volume=1.0
    |pitch=1.0}}
    {{Sound table
    |sound=Burp.ogg
    |source=player
    |description=After a player eats a cake
    |id=random.burp
    |volume=0.5
    |pitch=0.9-1.0
    |foot=1}}
    
    == Data values ==
    === ID ===
    {{edition|java}}:
    {{ID table
    |edition=java
    |showblocktags=y
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Cake
    |spritetype=block
    |nameid=cake}}
    {{ID table
    |displayname=Cake with Candle
    |spritename=candle-cake
    |spritetype=block
    |nameid=candle_cake
    |blocktags=candle_cakes
    |form=block}}
    {{ID table
    |displayname=Cake with White Candle
    |spritename=white-candle-cake
    |spritetype=block
    |nameid=white_candle_cake
    |blocktags=candle_cakes
    |form=block}}
    {{ID table
    |displayname=Cake with Orange Candle
    |spritename=orange-candle-cake
    |spritetype=block
    |nameid=orange_candle_cake
    |blocktags=candle_cakes
    |form=block}}
    {{ID table
    |displayname=Cake with Magenta Candle
    |spritename=magenta-candle-cake
    |spritetype=block
    |nameid=magenta_candle_cake
    |blocktags=candle_cakes
    |form=block}}
    {{ID table
    |displayname=Cake with Light Blue Candle
    |spritename=light-blue-candle-cake
    |spritetype=block
    |nameid=light_blue_candle_cake
    |blocktags=candle_cakes
    |form=block}}
    {{ID table
    |displayname=Cake with Yellow Candle
    |spritename=yellow-candle-cake
    |spritetype=block
    |nameid=yellow_candle_cake
    |blocktags=candle_cakes
    |form=block}}
    {{ID table
    |displayname=Cake with Lime Candle
    |spritename=lime-candle-cake
    |spritetype=block
    |nameid=lime_candle_cake
    |blocktags=candle_cakes
    |form=block}}
    {{ID table
    |displayname=Cake with Pink Candle
    |spritename=pink-candle-cake
    |spritetype=block
    |nameid=pink_candle_cake
    |blocktags=candle_cakes
    |form=block}}
    {{ID table
    |displayname=Cake with Gray Candle
    |spritename=gray-candle-cake
    |spritetype=block
    |nameid=gray_candle_cake
    |blocktags=candle_cakes
    |form=block}}
    {{ID table
    |displayname=Cake with Light Gray Candle
    |spritename=light-gray-candle-cake
    |spritetype=block
    |nameid=light_gray_candle_cake
    |blocktags=candle_cakes
    |form=block}}
    {{ID table
    |displayname=Cake with Cyan Candle
    |spritename=cyan-candle-cake
    |spritetype=block
    |nameid=cyan_candle_cake
    |blocktags=candle_cakes
    |form=block}}
    {{ID table
    |displayname=Cake with Purple Candle
    |spritename=purple-candle-cake
    |spritetype=block
    |nameid=purple_candle_cake
    |blocktags=candle_cakes
    |form=block}}
    {{ID table
    |displayname=Cake with Blue Candle
    |spritename=blue-candle-cake
    |spritetype=block
    |nameid=blue_candle_cake
    |blocktags=candle_cakes
    |form=block}}
    {{ID table
    |displayname=Cake with Brown Candle
    |spritename=brown-candle-cake
    |spritetype=block
    |nameid=brown_candle_cake
    |blocktags=candle_cakes
    |form=block}}
    {{ID table
    |displayname=Cake with Green Candle
    |spritename=green-candle-cake
    |spritetype=block
    |nameid=green_candle_cake
    |blocktags=candle_cakes
    |form=block}}
    {{ID table
    |displayname=Cake with Red Candle
    |spritename=red-candle-cake
    |spritetype=block
    |nameid=red_candle_cake
    |blocktags=candle_cakes
    |form=block}}
    {{ID table
    |displayname=Cake with Black Candle
    |spritename=black-candle-cake
    |spritetype=block
    |nameid=black_candle_cake
    |blocktags=candle_cakes
    |form=block
    |foot=1}}
    
    {{edition|bedrock}}:
    {{ID table
    |edition=bedrock
    |firstcolumnname=Cake
    |shownumericids=y
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Block
    |spritename=cake
    |spritetype=block
    |nameid=cake
    |id=92
    |form=block
    |itemform=item.cake}}
    {{ID table
    |displayname=Item
    |spritename=cake
    |spritetype=item
    |nameid=cake
    |id=417
    |form=item}}
    {{ID table
    |displayname=Cake with Candle
    |spritename=candle-cake
    |spritetype=block
    |nameid=candle_cake
    |blocktags=candle_cakes
    |form=block
    |id=684}}
    {{ID table
    |displayname=Cake with White Candle
    |spritename=white-candle-cake
    |spritetype=block
    |nameid=white_candle_cake
    |blocktags=candle_cakes
    |form=block
    |id=685}}
    {{ID table
    |displayname=Cake with Orange Candle
    |spritename=orange-candle-cake
    |spritetype=block
    |nameid=orange_candle_cake
    |blocktags=candle_cakes
    |form=block
    |id=686}}
    {{ID table
    |displayname=Cake with Magenta Candle
    |spritename=magenta-candle-cake
    |spritetype=block
    |nameid=magenta_candle_cake
    |blocktags=candle_cakes
    |form=block
    |id=687}}
    {{ID table
    |displayname=Cake with Light Blue Candle
    |spritename=light-blue-candle-cake
    |spritetype=block
    |nameid=light_blue_candle_cake
    |blocktags=candle_cakes
    |form=block
    |id=688}}
    {{ID table
    |displayname=Cake with Yellow Candle
    |spritename=yellow-candle-cake
    |spritetype=block
    |nameid=yellow_candle_cake
    |blocktags=candle_cakes
    |form=block
    |id=689}}
    {{ID table
    |displayname=Cake with Lime Candle
    |spritename=lime-candle-cake
    |spritetype=block
    |nameid=lime_candle_cake
    |blocktags=candle_cakes
    |form=block
    |id=690}}
    {{ID table
    |displayname=Cake with Pink Candle
    |spritename=pink-candle-cake
    |spritetype=block
    |nameid=pink_candle_cake
    |blocktags=candle_cakes
    |form=block
    |id=691}}
    {{ID table
    |displayname=Cake with Gray Candle
    |spritename=gray-candle-cake
    |spritetype=block
    |nameid=gray_candle_cake
    |blocktags=candle_cakes
    |form=block
    |id=692}}
    {{ID table
    |displayname=Cake with Light Gray Candle
    |spritename=light-gray-candle-cake
    |spritetype=block
    |nameid=light_gray_candle_cake
    |blocktags=candle_cakes
    |form=block
    |id=693}}
    {{ID table
    |displayname=Cake with Cyan Candle
    |spritename=cyan-candle-cake
    |spritetype=block
    |nameid=cyan_candle_cake
    |blocktags=candle_cakes
    |form=block
    |id=694}}
    {{ID table
    |displayname=Cake with Purple Candle
    |spritename=purple-candle-cake
    |spritetype=block
    |nameid=purple_candle_cake
    |blocktags=candle_cakes
    |form=block
    |id=695}}
    {{ID table
    |displayname=Cake with Blue Candle
    |spritename=blue-candle-cake
    |spritetype=block
    |nameid=blue_candle_cake
    |blocktags=candle_cakes
    |form=block
    |id=696}}
    {{ID table
    |displayname=Cake with Brown Candle
    |spritename=brown-candle-cake
    |spritetype=block
    |nameid=brown_candle_cake
    |blocktags=candle_cakes
    |form=block
    |id=697}}
    {{ID table
    |displayname=Cake with Green Candle
    |spritename=green-candle-cake
    |spritetype=block
    |nameid=green_candle_cake
    |blocktags=candle_cakes
    |form=block
    |id=698}}
    {{ID table
    |displayname=Cake with Red Candle
    |spritename=red-candle-cake
    |spritetype=block
    |nameid=red_candle_cake
    |blocktags=candle_cakes
    |form=block
    |id=699}}
    {{ID table
    |displayname=Cake with Black Candle
    |spritename=black-candle-cake
    |spritetype=block
    |nameid=black_candle_cake
    |blocktags=candle_cakes
    |form=block
    |id=700
    |foot=1}}
    
    === Block states ===
    {{see also|Block states}}
    {{/BS}}
    
    == Achievements ==
    {{load achievements|The Lie;Birthday Song}}
    
    == Advancements ==
    {{load advancements|Birthday Song}}
    
    == History ==
    {{info needed section|{{bug|MC-45375}}}}
    {{History|java beta}}
    {{History||November 23, 2010|link={{tweet|notch|7118994444124160}}|[[Notch]] stated if ''Minecraft'' won the [[2010 Indie of the Year Awards]], he would add cake to ''Minecraft''.}}
    {{History||1.2|[[File:Cake JE1.png|32px]] [[File:Cake (1 bite) JE1.png|32px]] [[File:Cake (2 bites) JE1.png|32px]] [[File:Cake (3 bites) JE1.png|32px]] [[File:Cake (4 bites) JE1.png|32px]] [[File:Cake (5 bites) JE1.png|32px]]<br>[[File:Cake (item) JE1 BE1.png|32px]] Since ''Minecraft'' won the title, cake has been added.
    |Cake heals {{hp|18}}.
    |[[File:Cake (6 bites) JE1.png|32px]] [[File:Cake (7 bites) JE1.png|32px]] Cakes with six and seven bites exist, but are not accessible.
    |[[File:Cake (8 bites) JE1.png|32px]] [[File:Cake (9 bites) JE1.png|32px]] [[File:Cake (10 bites) JE1.png|32px]] [[File:Cake (11 bites) JE1.png|32px]] [[File:Cake (12 bites) JE1.png|32px]] [[File:Cake (13 bites) JE1.png|32px]] [[File:Cake (14 bites) JE1.png|32px]] [[File:Cake (15 bites) JE1.png|32px]]<br>[[File:Cake (8 bites) JE1 (facing NWU).png|32px]] [[File:Cake (9 bites) JE1 (facing NWU).png|32px]] [[File:Cake (10 bites) JE1 (facing NWU).png|32px]] [[File:Cake (11 bites) JE1 (facing NWU).png|32px]] [[File:Cake (12 bites) JE1 (facing NWU).png|32px]] [[File:Cake (13 bites) JE1 (facing NWU).png|32px]] [[File:Cake (14 bites) JE1 (facing NWU).png|32px]] [[File:Cake (15 bites) JE1 (facing NWU).png|32px]]<br>Cakes with eight through fifteen bites also exist. These have a glitched appearance, with misaligned cake textures as well as the block [[placeholder texture]] on the bottom (as the texture next to the bottom of the cake on [[terrain.png]], which it overflows to, is itself a placeholder).}}
    {{History||1.5|[[Achievements/Java Edition|Achievements]] have been added, including "The Lie", which is rewarded when the [[player]] crafts a cake.}}
    {{History||1.7|[[File:Cake (8 bites) JE2 (facing NWU).png|32px]] [[File:Cake (9 bites) JE2 (facing NWU).png|32px]] [[File:Cake (10 bites) JE2 (facing NWU).png|32px]] [[File:Cake (11 bites) JE2 (facing NWU).png|32px]] [[File:Cake (12 bites) JE2 (facing NWU).png|32px]] [[File:Cake (13 bites) JE2 (facing NWU).png|32px]] [[File:Cake (14 bites) JE2 (facing NWU).png|32px]] [[File:Cake (15 bites) JE2 (facing NWU).png|32px]]<br>The cake side texture shown from underneath has flipped to the other side.}}
    {{History||1.8|snap=Pre-release|Cake now restores {{hunger|12}}.
    |[[File:Cake (8 bites) JE3.png|32px]] [[File:Cake (9 bites) JE3.png|32px]] [[File:Cake (10 bites) JE3.png|32px]] [[File:Cake (11 bites) JE3.png|32px]] [[File:Cake (12 bites) JE3.png|32px]] [[File:Cake (13 bites) JE3.png|32px]] [[File:Cake (14 bites) JE3.png|32px]] [[File:Cake (15 bites) JE3.png|32px]]<br>Cakes with data 8 through 15 now use the red mushroom block texture with the addition of the red [[mushroom block]].
    |Dropped cake items{{info needed|the proper item form, or the unobtainable one?}} no longer appear larger than normal blocks.}}
    {{History|||snap=?|Cake is available both in item and block forms in the creative inventory.}}
    {{History|java}}
    {{History||1.0.0|snap=?|Cake blocks have been removed from creative.}}
    {{History||1.2.1|snap=?|When cake is crafted, the empty [[bucket]]s are now moved to the [[player]]'s [[inventory]], rather than staying in the [[crafting]] grid.}}
    {{History||1.5|snap=13w02a|[[File:Cake JE2.png|32px]] [[File:Cake (1 bite) JE2.png|32px]] [[File:Cake (2 bites) JE2.png|32px]] [[File:Cake (3 bites) JE2.png|32px]] [[File:Cake (4 bites) JE2.png|32px]] [[File:Cake (5 bites) JE2.png|32px]] [[File:Cake (6 bites) JE2.png|32px]] Cakes now use the inside texture for all orthogonal faces.
    |[[File:Cake (8 bites) JE4.png|32px]] [[File:Cake (9 bites) JE4.png|32px]] [[File:Cake (10 bites) JE4.png|32px]] [[File:Cake (11 bites) JE4.png|32px]] [[File:Cake (12 bites) JE4.png|32px]] [[File:Cake (13 bites) JE4.png|32px]] [[File:Cake (14 bites) JE4.png|32px]] [[File:Cake (15 bites) JE4.png|32px]]<br>[[File:Cake (8 bites) JE4 (facing NWU).png|32px]] [[File:Cake (9 bites) JE4 (facing NWU).png|32px]] [[File:Cake (10 bites) JE4 (facing NWU).png|32px]] [[File:Cake (11 bites) JE4 (facing NWU).png|32px]] [[File:Cake (12 bites) JE4 (facing NWU).png|32px]] [[File:Cake (13 bites) JE4 (facing NWU).png|32px]] [[File:Cake (14 bites) JE4 (facing NWU).png|32px]] [[File:Cake (15 bites) JE4 (facing NWU).png|32px]]<br>With the advent of major changes in texture storage and architecture, overeaten cakes now display other parts of cakes as well as part of a crop texture.
    |From this version up until 14w08a, overeaten cakes start to draw from the textures next to them on the [[texture atlas]], in much the same way they previously did with terrain.png. However, as texture atlases are unstable and textures tend to change positions as new blocks and textures are added, overeaten cakes change the texture they draw from every time new textures are added, which includes when textures added by [[mods]].}}
    {{History|||snap=13w03a|[[File:Cake JE3 BE1.png|32px]] [[File:Cake (1 bite) JE3 BE1.png|32px]] [[File:Cake (2 bites) JE3 BE1.png|32px]] [[File:Cake (3 bites) JE3 BE1.png|32px]] [[File:Cake (4 bites) JE3 BE1.png|32px]] [[File:Cake (5 bites) JE3 BE1.png|32px]] Cakes now use the outside side texture for the sides again.<ref>{{bug|MC-7119}}</ref>
    |[[File:Cake (8 bites) JE5.png|32px]] [[File:Cake (9 bites) JE5.png|32px]] [[File:Cake (10 bites) JE5.png|32px]] [[File:Cake (11 bites) JE5.png|32px]] [[File:Cake (12 bites) JE5.png|32px]] [[File:Cake (13 bites) JE5.png|32px]] [[File:Cake (14 bites) JE5.png|32px]] [[File:Cake (15 bites) JE5.png|32px]]<br>[[File:Cake (8 bites) JE5 (facing NWU).png|32px]] [[File:Cake (9 bites) JE5 (facing NWU).png|32px]] [[File:Cake (10 bites) JE5 (facing NWU).png|32px]] [[File:Cake (11 bites) JE5 (facing NWU).png|32px]] [[File:Cake (12 bites) JE5 (facing NWU).png|32px]] [[File:Cake (13 bites) JE5 (facing NWU).png|32px]] [[File:Cake (14 bites) JE5 (facing NWU).png|32px]] [[File:Cake (15 bites) JE5 (facing NWU).png|32px]]<br>Overeaten cakes now display a different part of the cake texture than before.}}
    {{History|||snap=13w09a|[[File:Cake (8 bites) JE6.png|32px]] [[File:Cake (9 bites) JE6.png|32px]] [[File:Cake (10 bites) JE6.png|32px]] [[File:Cake (11 bites) JE6.png|32px]] [[File:Cake (12 bites) JE6.png|32px]] [[File:Cake (13 bites) JE6.png|32px]] [[File:Cake (14 bites) JE6.png|32px]] [[File:Cake (15 bites) JE6.png|32px]]<br>[[File:Cake (8 bites) JE6 (facing NWU).png|32px]] [[File:Cake (9 bites) JE6 (facing NWU).png|32px]] [[File:Cake (10 bites) JE6 (facing NWU).png|32px]] [[File:Cake (11 bites) JE6 (facing NWU).png|32px]] [[File:Cake (12 bites) JE6 (facing NWU).png|32px]] [[File:Cake (13 bites) JE6 (facing NWU).png|32px]] [[File:Cake (14 bites) JE6 (facing NWU).png|32px]] [[File:Cake (15 bites) JE6 (facing NWU).png|32px]]<br>Overeaten cakes now display a crop texture on the side.}}
    {{History||1.6.1|snap=13w17a|[[File:Cake (8 bites) JE7.png|32px]] [[File:Cake (9 bites) JE7.png|32px]] [[File:Cake (10 bites) JE7.png|32px]] [[File:Cake (11 bites) JE7.png|32px]] [[File:Cake (12 bites) JE7.png|32px]] [[File:Cake (13 bites) JE7.png|32px]] [[File:Cake (14 bites) JE7.png|32px]] [[File:Cake (15 bites) JE7.png|32px]]<br>[[File:Cake (8 bites) JE7 (facing NWU).png|32px]] [[File:Cake (9 bites) JE7 (facing NWU).png|32px]] [[File:Cake (10 bites) JE7 (facing NWU).png|32px]] [[File:Cake (11 bites) JE7 (facing NWU).png|32px]] [[File:Cake (12 bites) JE7 (facing NWU).png|32px]] [[File:Cake (13 bites) JE7 (facing NWU).png|32px]] [[File:Cake (14 bites) JE7 (facing NWU).png|32px]] [[File:Cake (15 bites) JE7 (facing NWU).png|32px]]<br>Overeaten cakes now display a part of the powered [[redstone comparator]] texture.}}
    {{History|||snap=13w18a|[[File:Cake (8 bites) JE8.png|32px]] [[File:Cake (9 bites) JE8.png|32px]] [[File:Cake (10 bites) JE8.png|32px]] [[File:Cake (11 bites) JE8.png|32px]] [[File:Cake (12 bites) JE8.png|32px]] [[File:Cake (13 bites) JE8.png|32px]] [[File:Cake (14 bites) JE8.png|32px]] [[File:Cake (15 bites) JE8.png|32px]]<br>[[File:Cake (8 bites) JE8 (facing NWU).png|32px]] [[File:Cake (9 bites) JE8 (facing NWU).png|32px]] [[File:Cake (10 bites) JE8 (facing NWU).png|32px]] [[File:Cake (11 bites) JE8 (facing NWU).png|32px]] [[File:Cake (12 bites) JE8 (facing NWU).png|32px]] [[File:Cake (13 bites) JE8 (facing NWU).png|32px]] [[File:Cake (14 bites) JE8 (facing NWU).png|32px]] [[File:Cake (15 bites) JE8 (facing NWU).png|32px]]<br>Overeaten cakes now display the [[carrots]] texture. The inside underside also uses the feet of the [[cauldron]].}}
    {{History||1.7.2|snap=13w41a|[[File:Cake (8 bites) JE9.png|32px]] [[File:Cake (9 bites) JE9.png|32px]] [[File:Cake (10 bites) JE9.png|32px]] [[File:Cake (11 bites) JE9.png|32px]] [[File:Cake (12 bites) JE9.png|32px]] [[File:Cake (13 bites) JE9.png|32px]] [[File:Cake (14 bites) JE9.png|32px]] [[File:Cake (15 bites) JE9.png|32px]]<br>[[File:Cake (8 bites) JE9 (facing NWU).png|32px]] [[File:Cake (9 bites) JE9 (facing NWU).png|32px]] [[File:Cake (10 bites) JE9 (facing NWU).png|32px]] [[File:Cake (11 bites) JE9 (facing NWU).png|32px]] [[File:Cake (12 bites) JE9 (facing NWU).png|32px]] [[File:Cake (13 bites) JE9 (facing NWU).png|32px]] [[File:Cake (14 bites) JE9 (facing NWU).png|32px]] [[File:Cake (15 bites) JE9 (facing NWU).png|32px]]<br>Overeaten cakes now display a part of the block breaking texture, and the texture of the [[block of diamond]] inside.}}
    {{History||1.8|snap=14w02a|Farmer [[villager]]s now [[trading|sell]] 1 cake for 1 [[emerald]].}}
    {{History|||snap=14w10a|[[File:Missing Model JE2.png|32px]] Cakes with data values 7 and above now [[Missing model|have no model]].}}
    {{History|||snap=14w28a|Cake slices available when eating cakes have been increased from 6 to 7, allowing the 6-bites cake to be obtained legitimately.
    |Cake now emits a [[redstone comparator|comparator]] signal.
    |When cake is crafted, empty [[bucket]]s now stay in the [[crafting table]].}}
    {{History||1.9|snap=15w37a|Cake can no longer be eaten in survival with the primary attack (left-click).}}
    {{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this block's numeral ID was 92, and the item's 354.}}
    {{History||1.14|snap=18w43a|[[File:Cake JE4.png|32px]] [[File:Cake (1 bite) JE4.png|32px]] [[File:Cake (2 bites) JE4.png|32px]] [[File:Cake (3 bites) JE4.png|32px]] [[File:Cake (4 bites) JE4.png|32px]] [[File:Cake (5 bites) JE4.png|32px]] [[File:Cake (6 bites) JE4.png|32px]]<br>[[File:Cake (item) JE2 BE2.png|32px]] The texture of cake has been changed.
    |Cakes can now be eaten by [[panda]]s when they are thrown to them.}}
    {{History|||snap=19w03a|Placing a cake into the new [[composter]] now raises the compost level by 1.}}
    {{History|||snap=19w08a|[[File:Cake (item) JE3 BE3.png|32px]] The texture of cake [[item]]s have been changed, this time to have a large cherry in the middle to match its block counterpart.}}
    {{History||May 17–20, 2019|link=none|[[File:10 years cake render.png|32px]] Cakes now display a "10" above them, textured with [[white concrete]], to celebrate the 10 year anniversary of the first public version of ''Minecraft'' ([[0.0.11a]]) being released.}}
    {{History||1.17|snap=20w45a|[[File:Cake with Candle JE1.png|32px]] [[File:Cake with White Candle JE1.png|32px]] [[File:Cake with Light Gray Candle JE1.png|32px]] [[File:Cake with Gray Candle JE1.png|32px]] [[File:Cake with Black Candle JE1.png|32px]] [[File:Cake with Brown Candle JE1.png|32px]] [[File:Cake with Red Candle JE1.png|32px]] [[File:Cake with Orange Candle JE1.png|32px]] [[File:Cake with Yellow Candle JE1.png|32px]] [[File:Cake with Lime Candle JE1.png|32px]] [[File:Cake with Green Candle JE1.png|32px]] [[File:Cake with Cyan Candle JE1.png|32px]] [[File:Cake with Light Blue Candle JE1.png|32px]] [[File:Cake with Blue Candle JE1.png|32px]] [[File:Cake with Purple Candle JE1.png|32px]] [[File:Cake with Magenta Candle JE1.png|32px]] [[File:Cake with Pink Candle JE1.png|32px]] [[File:Candle Cake (lit) JE1.png|32px]] [[File:White Candle Cake (lit) JE1.png|32px]] [[File:Light Gray Candle Cake (lit) JE1.png|32px]] [[File:Gray Candle Cake (lit) JE1.png|32px]] [[File:Black Candle Cake (lit) JE1.png|32px]] [[File:Brown Candle Cake (lit) JE1.png|32px]] [[File:Red Candle Cake (lit) JE1.png|32px]] [[File:Orange Candle Cake (lit) JE1.png|32px]] [[File:Yellow Candle Cake (lit) JE1.png|32px]] [[File:Lime Candle Cake (lit) JE1.png|32px]] [[File:Green Candle Cake (lit) JE1.png|32px]] [[File:Cyan Candle Cake (lit) JE1.png|32px]] [[File:Light Blue Candle Cake (lit) JE1.png|32px]] [[File:Blue Candle Cake (lit) JE1.png|32px]] [[File:Purple Candle Cake (lit) JE1.png|32px]] [[File:Magenta Candle Cake (lit) JE1.png|32px]] [[File:Pink Candle Cake (lit) JE1.png|32px]] Added candle cakes.}}
    {{History||1.17|snap=21w19a|The name of "Candle Cake" has been changed to "Cake with Candle".}}
    {{History||1.17|snap=Pre-release 3|[[File:Candle Cake (lit) JE2.png|32px]] [[File:White Candle Cake (lit) JE2.png|32px]] [[File:Light Gray Candle Cake (lit) JE2.png|32px]] [[File:Gray Candle Cake (lit) JE2.png|32px]] [[File:Black Candle Cake (lit) JE2.png|32px]] [[File:Brown Candle Cake (lit) JE2.png|32px]] [[File:Red Candle Cake (lit) JE2.png|32px]] [[File:Orange Candle Cake (lit) JE2.png|32px]][[File:Yellow Candle Cake (lit) JE2.png|32px]] [[File:Lime Candle Cake (lit) JE2.png|32px]] [[File:Green Candle Cake (lit) JE2.png|32px]] [[File:Cyan Candle Cake (lit) JE2.png|32px]]  [[File:Light Blue Candle Cake (lit) JE2.png|32px]] [[File:Blue Candle Cake (lit) JE2.png|32px]] [[File:Purple Candle Cake (lit) JE2.png|32px]] [[File:Magenta Candle Cake (lit) JE2.png|32px]] [[File:Pink Candle Cake (lit) JE2.png|32px]] Changed lit cake with candle textures.}}
    
    {{History|pocket alpha}}
    {{History||v0.7.0|[[File:Cake JE3 BE1.png|32px]] [[File:Cake (1 bite) JE3 BE1.png|32px]] [[File:Cake (2 bites) JE3 BE1.png|32px]] [[File:Cake (3 bites) JE3 BE1.png|32px]] [[File:Cake (4 bites) JE3 BE1.png|32px]] [[File:Cake (5 bites) JE3 BE1.png|32px]] [[File:Cake (6 bites) JE3 BE1.png|32px]]<br>[[File:Cake (item) JE1 BE1.png|32px]] Added cake.
    |Cake restores {{hp|18}}.}}
    {{History||v0.12.1|snap=build 1|Cake now restore {{hunger|12}}.}}
    {{History||v0.14.0|snap=build 1|Cake can now be used to emit a [[redstone comparator|comparator]] signal.}}
    {{History||v0.15.0|snap=?|Cake currently does not show its inside texture on two or more bites.}}
    {{History|pocket}}
    {{History||1.0.4|snap=alpha 1.0.4.0|Farmer villagers now [[trading|sell]] cake for one [[emerald]].}}
    {{History|bedrock}}
    {{History||unknown|Cake is now stackable.}}
    {{History||1.4.0|snap=beta 1.2.14.2|Cake can now be found inside [[buried treasure]] [[chest]]s.}}
    {{History||1.8.0|snap=beta 1.8.0.8|Cake, as a dropped [[item]], can now be eaten by [[panda]]s.}}
    {{History||1.10.0|snap=beta 1.10.0.3|[[File:Cake BE2.png|32px]] [[File:Cake (1 bite) BE2.png|32px]] [[File:Cake (2 bites) BE2.png|32px]] [[File:Cake (3 bites) BE2.png|32px]] [[File:Cake (4 bites) BE2.png|32px]] [[File:Cake (5 bites) BE2.png|32px]] [[File:Cake (6 bites) BE2.png|32px]] <br>[[File:Cake (item) JE2 BE2.png|32px]] The texture of cake has been changed.}}
    {{History||1.11.0|snap=beta 1.11.0.1|Cake can now be used to fill up [[composter]]s.}}
    {{History|||snap=beta 1.11.0.4|Cake [[trading|sold]] by farmers now has a 50% chance to cost 8 [[emerald]]s.}}
    {{History|||snap=beta 1.11.0.5|[[File:Cake (item) JE3 BE3.png|32px]] The texture of cake [[item]]s has been changed, once again.}}
    {{History|||snap=beta 1.11.0.7|Cake [[trading|trades]] from farmer [[villager]]s have been reverted.}}
    {{History||1.16.0|snap=beta 1.15.0.53|Cake now shows its inside texture on two or more bites.}}
    {{History||1.17.10|snap=beta 1.17.10.22|[[File:Cake with Candle JE1.png|32px]] [[File:Cake with White Candle JE1.png|32px]] [[File:Cake with Light Gray Candle JE1.png|32px]] [[File:Cake with Gray Candle JE1.png|32px]] [[File:Cake with Black Candle JE1.png|32px]] [[File:Cake with Brown Candle JE1.png|32px]] [[File:Cake with Red Candle JE1.png|32px]] [[File:Cake with Orange Candle JE1.png|32px]] [[File:Cake with Yellow Candle JE1.png|32px]] [[File:Cake with Lime Candle JE1.png|32px]] [[File:Cake with Green Candle JE1.png|32px]] [[File:Cake with Cyan Candle JE1.png|32px]] [[File:Cake with Light Blue Candle JE1.png|32px]] [[File:Cake with Blue Candle JE1.png|32px]] [[File:Cake with Purple Candle JE1.png|32px]] [[File:Cake with Magenta Candle JE1.png|32px]] [[File:Cake with Pink Candle JE1.png|32px]] [[File:Candle Cake (lit) JE2.png|32px]] [[File: White Candle Cake (lit) JE2.png|32px]] [[File:Light Gray Candle Cake (lit) JE2.png|32px]] [[File:Gray Candle Cake (lit) JE2.png|32px]] [[File:Black Candle Cake (lit) JE2.png|32px]] [[File:Brown Candle Cake (lit) JE2.png|32px]] [[File:Red Candle Cake (lit) JE2.png|32px]] [[File:Orange Candle Cake (lit) JE2.png|32px]] [[File:Yellow Candle Cake (lit) JE2.png|32px]] [[File:Lime Candle Cake (lit) JE2.png|32px]] [[File:Green Candle Cake (lit) JE2.png|32px]] [[File:Cyan Candle Cake (lit) JE2.png|32px]] [[File:Light Blue Candle Cake (lit) JE2.png|32px]] [[File:Blue Candle Cake (lit) JE2.png|32px]] [[File:Purple Candle Cake (lit) JE2.png|32px]] [[File:Magenta Candle Cake (lit) JE2.png|32px]] [[File:Pink Candle Cake (lit) JE2.png|32px]] Added candle cakes.}}
    
    {{History|console}}
    {{History||xbox=TU1|xbone=CU1|ps=1.0|wiiu=Patch 1|switch=1.0.1|[[File:Cake JE3 BE1.png|32px]] [[File:Cake (1 bite) JE3 BE1.png|32px]] [[File:Cake (2 bites) JE3 BE1.png|32px]] [[File:Cake (3 bites) JE3 BE1.png|32px]] [[File:Cake (4 bites) JE3 BE1.png|32px]] [[File:Cake (5 bites) JE3 BE1.png|32px]] [[File:Cake (6 bites) JE3 BE1.png|32px]]<br>[[File:Cake (item) JE1 BE1.png|32px]] Added cake.}}
    {{History||xbox=TU6|Cake has been made stackable, as a then-version exclusive.}}
    {{History||xbox=none|xbone=none|ps=1.90|wiiu=none|switch=none|[[File:Cake JE4.png|32px]] [[File:Cake (1 bite) JE4.png|32px]] [[File:Cake (2 bites) JE4.png|32px]] [[File:Cake (3 bites) JE4.png|32px]] [[File:Cake (4 bites) JE4.png|32px]] [[File:Cake (5 bites) JE4.png|32px]] [[File:Cake (6 bites) JE4.png|32px]]{{verify|Are these the textures/models used?}}<br>[[File:Cake (item) JE2 BE2.png|32px]] The single, lone texture of cake has been changed.}}
    
    {{History|new 3ds}}
    {{History||0.1.0|[[File:Cake JE3 BE1.png|32px]] [[File:Cake (1 bite) JE3 BE1.png|32px]] [[File:Cake (2 bites) JE3 BE1.png|32px]] [[File:Cake (3 bites) JE3 BE1.png|32px]] [[File:Cake (4 bites) JE3 BE1.png|32px]] [[File:Cake (5 bites) JE3 BE1.png|32px]] [[File:Cake (6 bites) JE3 BE1.png|32px]]<br>[[File:Cake (item) JE1 BE1.png|32px]] Added cake.}}
    {{History|foot}}
    
    === Cake "item" ===
    {{:Technical blocks/Cake}}
    
    == Issues ==
    
    {{issue list}}
    
    == Trivia ==
    
    === Interaction ===
    
    * Because cake is only {{frac|7|8}} blocks wide, it is possible to stand on the edge of a [[block]] beneath a cake.
    * It is possible to place cake on top of another cake by placing a cake on the ground, then placing another cake on the side of a block above and to the side of the first cake, similar to placing [[torch]]es on a [[chest]]. Eating the lower cake causes the upper cake to disappear, as does mining out the block of cake it is sitting on.
    * It is also possible to place any block on top of cakes (including another cake) by [[sneaking]] and placing the block on top of a cake.
    * [[Mob]]s on top of cakes rotate while attempting to move, a pathfinding oversight shared with [[fence]]s.
    * If cake is placed in a hole one block deep, players can get across the hole without jumping, although a player standing on the cake must jump to get out of the hole.
    * Cake can be used to create a functioning staircase, by placing a cake on each level of a 1 block by 1 block incline. This would be one of the most labor-intensive staircases available, given the requirements to craft a cake, compared to any other method of creating a staircase. This staircase is also extremely overpowered when combined with a horse being one of the fastest forms of travel.
    *At some point, it was possible to push cakes into the void using pistons.<ref>https://www.youtube.com/watch?v=GxniEMGBXC4&t=340s</ref>
    
    === Miscellaneous ===
    [[File:IOTY.png|thumb|100px|The 2010 Indie of the Year Awards logo.]]
    * Cake was added to ''[[Minecraft]]'' following the ModDB [[2010 Indie of the Year Awards]]. [[Notch]] agreed to add cake to ''Minecraft'' if it won, which led to a campaign called "The Quest For Cake". ''Minecraft'' won 3 of the 7 awards, including the "Indie of the Year" award.
    * Placing a cake makes the same sound as placing [[wool]].
    * The player can place cake on top of a [[bed]], and while [[sleeping]], the cake shows on the player's screen as if it were on top of their head.
    * The name of the achievement for crafting a cake is a reference to the internet meme "The Cake is a Lie", which originated from [[wikipedia:Valve Corporation|Valve Software's]] game, ''[[wikipedia:Portal (video game)#Plot|Portal]]''.
    * On May 17, 2019, for the [https://www.minecraft.net/en-us/10th-anniversary 10th anniversary] of ''Minecraft'', the cake [[model]] was changed to display a "10" above it, made of [[white concrete]].
    * Unlike most foods, cakes don't count towards the advancement "[[A Balanced Diet]]" {{in|java}}.<ref>{{bug|MC-117561}}</ref>
    
    == Gallery ==
    === Renders ===
    {{hidden begin}}
    <div style="clear: both"></div>
    <gallery>
    Cake.png
    Cake (1 bite).png
    Cake (2 bites).png
    Cake (3 bites).png
    Cake (4 bites).png
    Cake (5 bites).png
    Cake (6 bites).png
    </gallery>
    <gallery>
    Cake with Candle.png
    Cake with White Candle.png
    Cake with Light Gray Candle.png
    Cake with Gray Candle.png
    Cake with Black Candle.png
    Cake with Brown Candle.png
    Cake with Red Candle.png
    Cake with Orange Candle.png
    Cake with Yellow Candle.png
    Cake with Lime Candle.png
    Cake with Green Candle.png
    Cake with Cyan Candle.png
    Cake with Light Blue Candle.png
    Cake with Blue Candle.png
    Cake with Purple Candle.png
    Cake with Magenta Candle.png
    Cake with Pink Candle.png
    </gallery>
    <gallery>
    Candle Cake (lit).png
    White Candle Cake (lit).png
    Light Gray Candle Cake (lit).png
    Gray Candle Cake (lit).png
    Black Candle Cake (lit).png
    Brown Candle Cake (lit).png
    Red Candle Cake (lit).png
    Orange Candle Cake (lit).png
    Yellow Candle Cake (lit).png
    Lime Candle Cake (lit).png
    Green Candle Cake (lit).png
    Cyan Candle Cake (lit).png
    Light Blue Candle Cake (lit).png
    Blue Candle Cake (lit).png
    Purple Candle Cake (lit).png
    Magenta Candle Cake (lit).png
    Pink Candle Cake (lit).png
    </gallery>
    {{hidden end}}
    === In-game ===
    <gallery>
    Cakes stacked.png|A cake placed on top of another.
    Cakeeating.png|The sizes of cake when eaten.
    10 Years Cake.jpg|The 10-years cake [[model]] placed in the world.
    </gallery>
    
    == References ==
    {{Reflist}}
    
    {{Blocks|Utility}}
    {{Items}}
    
    [[Category:Food]]
    [[Category:Utility blocks]]
    [[Category:Manufactured blocks]]
    
    [[cs:Dort]]
    [[de:Kuchen]]
    [[es:Tarta]]
    [[fr:Gâteau]]
    [[hu:Torta]]
    [[it:Torta]]
    [[ja:ケーキ]]
    [[ko:케이크]]
    [[nl:Taart]]
    [[pl:Ciasto]]
    [[pt:Bolo]]
    [[ru:Торт]]
    [[th:เค้ก]]
    [[tr:Pasta]]
    [[uk:Торт]]
    [[zh:蛋糕]]</li><li>[[Nautilus Shell|Nautilus Shell]]<br/>{{Item
    | type =
    | stackable = Yes (64)
    | renewable = Yes
    }}
    
    A '''nautilus shell''' is an item that is used for crafting [[conduit]]s.
    
    ==Obtaining==
    ===Fishing===
    {{main|Fishing#Junk and treasure}}
    Nautilus shells can be rarely obtained as a treasure item from fishing. The drop chances of nautilus shells slightly increase with each level of [[Luck of the Sea]] on the [[player]]'s [[fishing rod]].
    
    ===Mob loot===
    [[Drowned]] have a 3%{{only|java|short=1}} or 8%{{only|bedrock|short=1}} chance to spawn with a nautilus shell in their off-hand, and this nautilus shell always drops upon [[death]].
    
    ===Trading===
    [[Wandering trader]]s may [[trading|sell]] a nautilus shell for 5 [[emerald]]s each, but they only sell 5 of them at a time.
    
    ==Usage==
    {{IN|bedrock}}, a nautilus shell is one of the few items that can be held in the off-hand.
    
    ===Crafting ingredient===
    {{crafting usage}}
    
    === Trading ===
    Nautilus shells can be given to trident-wielding drowned with a chance for the drowned to pick up the shell and drop the trident.<sup>[''[[Bedrock Edition]] only'']</sup>
    
    ==Data values==
    ===ID===
    {{edition|java}}:
    {{ID table
    |edition=java
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Nautilus Shell
    |spritetype=item
    |nameid=nautilus_shell
    |form=item
    |foot=1}}
    
    {{edition|bedrock}}:
    {{ID table
    |edition=bedrock
    |shownumericids=y
    |showforms=y
    |notshowbeitemforms=y
    |generatetranslationkeys=y
    |displayname=Nautilus Shell
    |spritetype=item
    |nameid=nautilus_shell
    |id=570
    |form=item
    |foot=1}}
    
    ==History==
    {{History|java}} 
    {{History||1.13|snap=18w15a|[[File:Nautilus Shell JE1 BE2.png|32px]] Added nautilus shells.}}
    {{History||1.14|snap=19w05a|Added [[Wandering Trader|wandering trader]]s, which sell nautilus shells.}}
    
    {{History|bedrock}}
    {{History||1.4.0|snap=beta 1.2.20.1|[[File:Nautilus Shell BE1.png|32px]] Added nautilus shells.}}
    {{History|||snap=beta 1.2.20.2|[[File:Nautilus Shell JE1 BE2.png|32px]] The texture of nautilus shells has now been changed.}}
    {{History||1.5.0|snap=beta 1.5.0.0|[[Drowned]] now sometimes spawn holding a nautilus shell.
    |Nautilus shells are no longer behind [[Experimental Gameplay]].}}
    {{History|||snap=beta 1.5.0.1|Nautilus shells can now be used to craft [[conduit]]s.}}
    {{History||1.10.0|snap=beta 1.10.0.3|Nautilus shells can now be obtained from [[trading]] with [[wandering trader]]s.}}
    
    {{History|console}}
    {{History||xbox=TU69|ps=1.76|wiiu=Patch 38|[[File:Nautilus Shell JE1 BE2.png|32px]] Added nautilus shells.}}
    {{History||xbox=none|ps=1.91|wiiu=none|Nautilus shells can now be obtained from [[trading]] with [[wandering trader]]s.}}
    {{History|foot}}
    
    ==Issues==
    {{issue list}}
    
    ==Trivia==
    *[[wikipedia:Nautilus|Nautilus]]es are animals that occupy deep oceans in the real world. However, they are absent in Minecraft and there are currently no plans to add nautilus [[mob]]s into the game.
    *Because {{el|bedrock}} allows for Nautilus shells to be held in the off-hand (since drowned hold them), they are the only item in that version that can be put in the off-hand slot without having a specific function.
    
    {{items}}
    
    [[de:Nautilusschale]]
    [[es:Caparazón de nautilo]]
    [[fr:Coquille de nautile]]
    [[it:Conchiglia di nautilus]]
    [[ja:オウムガイの殻]]
    [[ko:앵무조개 껍데기]]
    [[nl:Nautilusschelp]]
    [[pl:Muszla łodzika]]
    [[pt:Concha de náutilo]]
    [[ru:Раковина наутилуса]]
    [[th:เปลือกหอยงวงช้าง]]
    [[uk:Мушля наутилуса]]
    [[zh:鹦鹉螺壳]]
    [[Category:Renewable resources]]</li></ul>
    17w48aAdded the death message "<player> was killed by [Intentional Game Design]".
    18w01aAdded the following death messages:
    • <player> was struck by lightning whilst fighting <player/mob>
    • <player> suffocated in a wall whilst fighting <player/mob>
    • <player> was squashed by <player/mob>
    • <player> starved to death whilst fighting <player/mob>
    • <player> was blown up by <player/mob> using <item>
    • death.attack.magic.player
    • <player> withered away whilst fighting <player/mob>
    • <player> was squashed by a falling anvil whilst fighting <player/mob>
    • <player> was squashed by a falling block whilst fighting <player/mob>
    • <player> was slaim [sic] by <mob> using <item>
    • <player> was killed by <item> trying to hurt <player/mob>
    • <player> hit the ground too hard whilst trying to escape <player/mob>
    • <player> didn't want to live in the same world as <player/mob>
    • <player> experienced kinetic energy whilst trying to escape <player/mob>
    • <player> went off with a bang whilst fighting <player/mob>
    Added the following death messages, which can theoretically appear, but not practically:
    • <player> died because of <player/mob>
    • <player> was roasted in dragon breath by <player/mob>
    18w07aAdded the following death messages:
    • <player> was impaled by <player/mob>
    • <player> was impaled by <player/mob> with <item>
    18w08bAdded the following death messages, which can theoretically appear, but not practically:
    • death.attack.dryout
    • death.attack.dryout.player
    18w20bThe following death messages have been changed:
    • "<player> was slaim by <mob> using <item>" to "<player> was slain by <mob> using <item>"
    • "<player> discovered floor was lava" to "<player> discovered the floor was lava"
    1.13.1
    {{Extension DPL}}<ul><li>[[Golden Carrot|Golden Carrot]]<br/>{{Item
    | title = Golden Carrot
    | image = Golden Carrot.png
    | heals = {{hunger|6}}
    | renewable = Yes
    | stackable = Yes (64)
    }}
    
    A '''golden carrot''' is a valuable [[food]] item and [[brewing]] ingredient. It provides the second most saturation in the game, behind [[suspicious stew]] crafted with either a [[Flower|dandelion]] or [[Flower|blue orchid]].
    
    ==Obtaining==
    === Chest loot ===
    {{LootChestItem|golden-carrot}}
    
    === Crafting ===
    {{Crafting
    |A1= Gold Nugget
    |B1= Gold Nugget
    |C1= Gold Nugget
    |A2= Gold Nugget
    |B2= Carrot
    |C2= Gold Nugget
    |A3= Gold Nugget
    |B3= Gold Nugget
    |C3= Gold Nugget
    |Output= Golden Carrot
    |type= Foodstuff
    }}
    
    === Trading ===
    Master-level farmer [[villager]]s have a 50% chance to sell 3 golden carrots for 3 [[emerald]]s {{in|bedrock}}, and always offer the same trade {{in|java}}.
    
    == Usage ==
    === Food ===
    To eat a golden carrot, press and hold {{control|use}} while it is selected in the hotbar. Eating one restores {{hunger|6}} and 14.4 [[Hunger#Mechanics|saturation points]]. 
    
    === Animal food ===
    Golden carrots are used to tame, [[breed]], lead, grow, and heal [[horse]]s, [[donkey]]s, and [[mule]]s, and to breed, lead, and grow [[rabbit]]s.
    
    === Brewing ingredient ===
    {{Brewing
      |showname=1
      |Golden Carrot
      |Potion of Night Vision
    }}
    
    == Sounds ==
    {{Sound table/Entity/Food}}
    
    == Data values ==
    === ID ===
    {{edition|java}}:
    {{ID table
    |edition=java
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Golden Carrot
    |spritetype=item
    |nameid=golden_carrot
    |form=item
    |foot=1}}
    
    {{edition|bedrock}}:
    {{ID table
    |edition=bedrock
    |shownumericids=y
    |showforms=y
    |notshowbeitemforms=y
    |generatetranslationkeys=y
    |displayname=Golden Carrot
    |spritetype=item
    |nameid=golden_carrot
    |id=283
    |form=item
    |foot=1}}
    
    == Achievements ==
    {{load achievements|Artificial Selection;Oooh, shiny!}}
    
    == Advancements ==
    {{load advancements|Oh Shiny;Husbandry;A Balanced Diet}}
    
    == Video ==
    {{Video note|this video is outdated; it does not mention that golden carrots can be used as animal food.}}
    
    <div style="text-align:center">{{yt|HJUaKroydLQ}}</div>
    
    == History ==
    {{History|java}}
    {{History||1.4.2|snap=12w34a|[[File:Golden Carrot JE1.png|32px]] Added golden carrots.
    |The new [[Potion of Night Vision]] is brewed by adding a golden carrot to an [[Awkward Potion]].}}
    {{History|||snap=12w36a|[[File:Golden Carrot JE2.png|32px]] The texture of golden carrots has been changed.}}
    {{History|||snap=12w37a|[[File:Golden Carrot JE3 BE1.png|32px]] The texture of golden carrots has been changed in order to match the new [[carrot]] texture. The [[item]] sprite no longer has a dark outline.}}
    {{History||1.6.1|snap=?|Golden carrots can now be used to tame, breed and heal horses and donkeys.}}
    {{History||1.8|snap=?|Golden carrots can now be used to breed rabbits.}}
    {{History|||snap=14w32a|Moved golden carrots from the Foodstuffs tab to the Brewing tab in the [[Creative inventory]].<ref name="gold carrot inventory">https://bugs.mojang.com/browse/MC-3664</ref>}}
    {{History||1.8.1|snap=pre1|Rabbits now follow players holding golden carrots.<ref>{{bug|MC-70054|||Fixed}}</ref>}}
    {{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 396.}}
    {{History||1.14|snap=18w43a|[[File:Golden Carrot JE4 BE2.png|32px]] The texture of golden carrots has been changed.}}
    {{History|||snap=19w11a|Farmer [[villager]]s now [[trading|sell]] golden carrots.}}
    {{History||1.16|snap=20w16a|Golden carrots can now be found in [[ruined portal]] chests.}}
    {{History||1.16.2|snap=20w30a|Golden carrots can now be found in [[bastion remnant]] chests.}}
    {{History||1.18|snap=experimental snapshot 6|Horses, donkeys and mules now follow players holding golden carrots.}}
    {{History||1.19|snap=22w13a|Golden carrots may now be found in [[ancient city]] ice box [[chest]]s.
    |A single golden carrot now generates in the [[chest]] in <code>ancient_city/city_center/city_center_2</code>.}}
    {{History|||snap=22w14a|The golden carrot in the chest in <code>ancient_city/city_center/city_center_2</code> has been replaced with a [[golden apple]].}}
    
    
    {{History|pocket alpha}}
    {{History||v0.12.1|snap=build 1|[[File:Golden Carrot JE3 BE1.png|32px]] Added golden carrots.}}
    {{History||v0.13.0|snap=build 1| Golden carrots can now be used to feed [[rabbit]]s.}}
    {{History||v0.15.0|snap=build 1|Golden carrots can now be used to feed [[horse]]s and [[donkey]]s.}}
    {{History|bedrock}}
    {{History||1.10.0|snap=beta 1.10.0.3|[[File:Golden Carrot JE4 BE2.png|32px]] The texture of golden carrots has been changed.}}
    {{History||1.11.0|snap=beta 1.11.0.4|Golden carrots can now be [[trading|bought]] from farmer [[villager]]s.}}
    {{History||1.13.0|snap=beta 1.13.0.9|Trading has been changed, master-level farmer now has {{frac|1|3}} chance to sell golden carrots.}}
    {{History||1.16.0|snap=beta 1.16.0.57|Golden carrots now generate in [[ruined portal]] chests.
    |Golden carrots trade offering chance changed to 50%.}}
    
    {{History|console}}
    {{History||xbox=TU14|xbone=CU1|ps=1.04|wiiu=Patch 1|[[File:Golden Carrot JE3 BE1.png|32px]] Added golden carrots.}}
    {{History||xbox=none|xbone=none|ps=1.90|wiiu=none|switch=none|[[File:Golden Carrot JE4 BE2.png|32px]] The texture of golden carrots has been changed.}}
    
    {{History|New 3DS}}
    {{History||0.1.0|[[File:Golden Carrot JE3 BE1.png|32px]] Added golden carrots.}}
    {{History|foot}}
    
    == Issues ==
    {{issue list}}
    
    == See also ==
    * [[Carrot]]
    * [[Golden Apple]]
    
    == External Links ==
    *[https://www.minecraft.net/en-us/article/taking-inventory--golden-carrot Taking Inventory: Golden Carrot] – Minecraft.net on September 6, 2022
    
    {{items}}
    
    [[cs:Zlatá mrkev]]
    [[de:Goldene Karotte]]
    [[es:Zanahoria dorada]]
    [[fr:Carotte dorée]]
    [[hu:Aranyrépa]]
    [[ja:金のニンジン]]
    [[ko:황금 당근]]
    [[nl:Gouden wortel]]
    [[pl:Złota marchewka]]
    [[pt:Cenoura dourada]]
    [[ru:Золотая морковь]]
    [[uk:Золота морква]]
    [[zh:金胡萝卜]]
    [[Category:Renewable resources]]
    [[Category:Food]]
    [[Category:Brewing recipe]]</li><li>[[Item|Item]]<br/>{{Many images}}
    {{Redirect|Items|the old image file used to load item textures|items.png}}
    {{About|inventory items|the entity|Item (entity)|the items that mobs and some entities leave behind on death|Drops|the command|Commands/item|other uses}}          ''This article does not include block items, which you can find a list of [[:en:Block#List_of_blocks|here.]]''[[File:Minecraft Creative.png|thumb|300px|The Creative inventory is filled with a wide variety of items.]]
    An '''item''' is an object that exists only within the [[player]]'s [[inventory]] and hands, or displayed in [[item frame]]s, [[glow item frame]]s, or [[armor stand]]s.
    
    == Behavior ==
    
    Some items, when {{control|used|use}}, place a [[block]] (ItemBlock) or [[entity]] (minecart, spawn eggs, etc.) version of themselves into the game world. Put simply, they are an item when in the [[inventory]], and a block when placed. For example, [[boat]]s turn into an entity when placed, and [[bed]]s turn into a group of blocks when placed. When selected in the [[hotbar]], items briefly display their names above the [[HUD]].
    
    The only method by which an item can be properly displayed within the game environment is to place it into an [[item frame]].
    
    If an item that does not become a block is dropped, it becomes an [[Item (entity)|entity]] represented by a sprite that floats above the ground for 5 minutes in a loaded [[chunk]] before despawning, unless the player walks over it to pick it up before it despawns, it is picked up by a mob, [[hopper]] or [[minecart with hopper]], or it is destroyed by [[fire]], [[lava]], [[cactus]], or [[explosion]]s.
    
    A submerged object ascends towards the water’s edge. When the surface current is in motion, the object is propelled along with it.
    
    Hoppers draw in any items that are placed above them.
    
    Most items [[stack]] to 64, but some only stack to 16 and others not at all ''but'' all types of items can be stacked up to 127 through inventory editing.
    
    == List of items ==
    <!--potentially missing bedrock edition items-->
    === Items that create blocks, fluids or entities ===
    {{columns-list|colwidth=16em|
    * {{ItemLink|Acacia Boat}}
    * {{ItemLink|Acacia Boat with Chest}}
    * {{ItemLink|Armor Stand}}
    * {{ItemLink|Bamboo Raft}}
    * {{ItemLink|Bamboo Raft with Chest}}
    * {{ItemLink|Beetroot Seeds}}
    * {{ItemLink|Birch Boat}}
    * {{ItemLink|Birch Boat with Chest}}
    * {{ItemLink|Bottle o' Enchanting}}
    * {{ItemLink|Bow}}
    * {{ItemLink|Bucket}}
    * {{ItemLink|Bucket of Axolotl}}
    * {{ItemLink|Bucket of Cod}}
    * {{ItemLink|Bucket of Pufferfish}}
    * {{ItemLink|Bucket of Salmon}}
    * {{ItemLink|Bucket of Tadpole}}
    * {{ItemLink|Bucket of Tropical Fish}}
    * {{ItemLink|Carrot}}
    * {{ItemLink|Cherry Boat}}
    * {{ItemLink|Cherry Boat with Chest}}
    * {{ItemLink|Cocoa Beans}}
    * {{ItemLink|Crossbow}}
    * {{ItemLink|Dark Oak Boat}}
    * {{ItemLink|Dark Oak Boat with Chest}}
    * {{ItemLink|Egg}}
    * {{ItemLink|End Crystal}}
    * {{ItemLink|Ender Pearl}}
    * {{ItemLink|Eye of Ender}}
    * {{ItemLink|Fire Charge}}
    * {{ItemLink|Firework Rocket}}
    * {{ItemLink|Fishing Rod}}
    * {{ItemLink|Flint and Steel}}
    * {{ItemLink|Glow Berries}}
    * {{ItemLink|Glow Item Frame}}
    * {{ItemLink|Item Frame}}
    * {{ItemLink|Jungle Boat}}
    * {{ItemLink|Jungle Boat with Chest}}
    * {{ItemLink|Kelp}}
    * {{ItemLink|Lava Bucket}}
    * {{ItemLink|Lead}}
    * {{ItemLink|Lingering Potion}}
    * {{ItemLink|Mangrove Boat}}
    * {{ItemLink|Mangrove Boat with Chest}}
    * {{ItemLink|Melon Seeds}}
    * {{ItemLink|Minecart}}
    * {{ItemLink|Minecart with Chest}}
    * {{ItemLink|Minecart with Command Block}}
    * {{ItemLink|Minecart with Furnace}}{{only|java|short=1}}
    * {{ItemLink|Minecart with Hopper}}
    * {{ItemLink|Minecart with TNT}}
    * {{ItemLink|Nether Wart}}
    * {{ItemLink|Oak Boat}}
    * {{ItemLink|Oak Boat with Chest}}
    * {{ItemLink|Painting}}
    * {{ItemLink|Pitcher Pod}}
    * {{ItemLink|Potato}}
    * {{ItemLink|Powder Snow Bucket}}
    * {{ItemLink|Pumpkin Seeds}}
    * {{ItemLink|Redstone Dust}}
    * {{ItemLink|Snowball}}
    * {{ItemLink|Splash Potion}}
    * {{ItemLink|Spruce Boat}}
    * {{ItemLink|Spruce Boat with Chest}}
    * {{ItemLink|String}}
    * {{ItemLink|Sweet Berries}}
    * {{ItemLink|Torchflower Seeds}}
    * {{ItemLink|Trident}}
    * {{ItemLink|Water Bucket}}
    * {{ItemLink|Wheat Seeds}}
    }}
    
    === Items with use in the world ===
    These items, when highlighted in a player's hotbar (a.k.a "held"), held in the off hand, or equipped in an armor slot, can be used by either {{control|attack}} or {{control|use}}, or can serve a specific purpose (for example, offer the player advantage or disadvantage). Some can be used whenever, others only when aiming at specific blocks or entities. 
    
    {{columns-list|colwidth=16em|
    * {{ItemLink|id=amethyst-shard|link=Amethyst Shard#Allay duplication|text=Amethyst Shard}} (to duplicate allays)
    * {{ItemLink|Apple}}
    * {{ItemLink|Arrow}}
    * {{ItemLink|Baked Potato}}
    * {{ItemLink|Beetroot}}
    * {{ItemLink|Beetroot Soup}}
    * {{ItemLink|Black Dye}}
    * {{ItemLink|Blue Dye}}
    * {{ItemLink|Bone}}
    * {{ItemLink|Bone Meal}}
    * {{ItemLink|Book}} (to interact with chiseled bookshelves)
    * {{ItemLink|Book and Quill}}
    * {{ItemLink|Bowl}}
    * {{ItemLink|Bread}}
    * {{ItemLink|Brown Dye}}
    * {{ItemLink|Brush}}
    * {{ItemLink|Bundle}}
    * {{ItemLink|Carrot on a Stick}}
    * {{ItemLink|Chainmail Boots}}
    * {{ItemLink|Chainmail Chestplate}}
    * {{ItemLink|Chainmail Helmet}}
    * {{ItemLink|Chainmail Leggings}}
    * {{ItemLink|Chorus Fruit}}
    * {{ItemLink|Compass}}
    * {{ItemLink|Cooked Chicken}}
    * {{ItemLink|Cooked Cod}}
    * {{ItemLink|Cooked Mutton}}
    * {{ItemLink|Cooked Porkchop}}
    * {{ItemLink|Cooked Rabbit}}
    * {{ItemLink|Cooked Salmon}}
    * {{ItemLink|Cookie}}
    * {{ItemLink|Cyan Dye}}
    * {{ItemLink|Debug Stick}}{{only|java|short=1}}
    * {{ItemLink|Diamond Axe}}
    * {{ItemLink|Diamond Boots}}
    * {{ItemLink|Diamond Chestplate}}
    * {{ItemLink|Diamond Helmet}}
    * {{ItemLink|Diamond Hoe}}
    * {{ItemLink|Diamond Horse Armor}}
    * {{ItemLink|Diamond Leggings}}
    * {{ItemLink|Diamond Pickaxe}}
    * {{ItemLink|Diamond Shovel}}
    * {{ItemLink|Diamond Sword}}
    * {{ItemLink|Dried Kelp}}
    * {{ItemLink|Elytra}}
    * {{ItemLink|Empty Map}}
    * {{ItemLink|Enchanted Book}} (to interact with chiseled bookshelves)
    * {{ItemLink|Enchanted Golden Apple}}
    * {{ItemLink|Goat Horn}}
    * {{ItemLink|Glass Bottle}}
    * {{ItemLink|Glow Ink Sac}}
    * {{ItemLink|Gold Ingot}}
    * {{ItemLink|Golden Apple}}
    * {{ItemLink|Golden Axe}}
    * {{ItemLink|Golden Boots}}
    * {{ItemLink|Golden Carrot}}
    * {{ItemLink|Golden Chestplate}}
    * {{ItemLink|Golden Helmet}}
    * {{ItemLink|Golden Hoe}}
    * {{ItemLink|Golden Horse Armor}}
    * {{ItemLink|Golden Leggings}}
    * {{ItemLink|Golden Pickaxe}}
    * {{ItemLink|Golden Shovel}}
    * {{ItemLink|Golden Sword}}
    * {{ItemLink|Gray Dye}}
    * {{ItemLink|Green Dye}}
    * {{ItemLink|Honeycomb}}
    * {{ItemLink|Honey Bottle}}
    * {{ItemLink|Ink Sac}}
    * {{ItemLink|Iron Axe}}
    * {{ItemLink|Iron Boots}}
    * {{ItemLink|Iron Chestplate}}
    * {{ItemLink|Iron Helmet}}
    * {{ItemLink|Iron Hoe}}
    * {{ItemLink|Iron Horse Armor}}
    * {{ItemLink|id=iron-ingot|link=Iron Ingot#Healing iron golems|text=Iron Ingot}} (to heal iron golems)
    * {{ItemLink|Iron Leggings}}
    * {{ItemLink|Iron Pickaxe}}
    * {{ItemLink|Iron Shovel}}
    * {{ItemLink|Iron Sword}}
    * {{ItemLink|Knowledge Book}}{{only|java|short=1}}
    * {{ItemLink|Lapis Lazuli}} (as a dye){{only|bedrock|short=1}}
    * {{ItemLink|Leather Boots}}
    * {{ItemLink|Leather Cap}}
    * {{ItemLink|Leather Horse Armor}}
    * {{ItemLink|Leather Pants}}
    * {{ItemLink|Leather Tunic}}
    * {{ItemLink|Light Blue Dye}}
    * {{ItemLink|Light Gray Dye}}
    * {{ItemLink|Lime Dye}}
    * {{ItemLink|Magenta Dye}}
    * {{ItemLink|Map}} or [[Explorer Map]]
    * {{ItemLink|Melon Slice}}
    * {{ItemLink|Milk Bucket}}
    * {{ItemLink|Mushroom Stew}}
    * {{ItemLink|id=music-disc-5|Music Disc}} (5)
    * {{ItemLink|id=music-disc-11|Music Disc}} (11)
    * {{ItemLink|id=music-disc-13|Music Disc}} (13)
    * {{ItemLink|id=music-disc-blocks|Music Disc}} (Blocks)
    * {{ItemLink|id=music-disc-cat|Music Disc}} (Cat)
    * {{ItemLink|id=music-disc-chirp|Music Disc}} (Chirp)
    * {{ItemLink|id=music-disc-far|Music Disc}} (Far)
    * {{ItemLink|id=music-disc-mall|Music Disc}} (Mall)
    * {{ItemLink|id=music-disc-mellohi|Music Disc}} (Mellohi)
    * {{ItemLink|id=music-disc-otherside|Music Disc}} (Otherside)
    * {{ItemLink|id=music-disc-pigstep|Music Disc}} (Pigstep)
    * {{ItemLink|id=music-disc-relic|Music Disc}} (Relic)
    * {{ItemLink|id=music-disc-stal|Music Disc}} (Stal)
    * {{ItemLink|id=music-disc-strad|Music Disc}} (Strad)
    * {{ItemLink|id=music-disc-wait|Music Disc}} (Wait)
    * {{ItemLink|id=music-disc-ward|Music Disc}} (Ward)
    * {{ItemLink|Name Tag}}
    * {{ItemLink|Netherite Axe}}
    * {{ItemLink|Netherite Boots}}
    * {{ItemLink|Netherite Chestplate}}
    * {{ItemLink|Netherite Helmet}}
    * {{ItemLink|Netherite Hoe}}
    * {{ItemLink|Netherite Leggings}}
    * {{ItemLink|Netherite Pickaxe}}
    * {{ItemLink|Netherite Shovel}}
    * {{ItemLink|Netherite Sword}}
    * {{ItemLink|Orange Dye}}
    * {{ItemLink|Pink Dye}}
    * {{ItemLink|Poisonous Potato}}
    * {{ItemLink|Potion|Potions}}
    * {{ItemLink|Pufferfish|link=Pufferfish (item)}}
    * {{ItemLink|Pumpkin Pie}}
    * {{ItemLink|Purple Dye}}
    * {{ItemLink|Rabbit Stew}}
    * {{ItemLink|Raw Beef}}
    * {{ItemLink|Raw Chicken}}
    * {{ItemLink|Raw Cod}}
    * {{ItemLink|Raw Mutton}}
    * {{ItemLink|Raw Porkchop}}
    * {{ItemLink|Raw Rabbit}}
    * {{ItemLink|Raw Salmon}}
    * {{ItemLink|Red Dye}}
    * {{ItemLink|Rotten Flesh}}
    * {{ItemLink|Saddle}}
    * {{ItemLink|Shears}}
    * {{ItemLink|Shield}}
    * {{ItemLink|Spectral Arrow}}{{only|java|short=1}}
    * {{ItemLink|Spider Eye}}
    * {{ItemLink|Spyglass}}
    * {{ItemLink|Steak}}
    * {{ItemLink|Stone Axe}}
    * {{ItemLink|Stone Hoe}}
    * {{ItemLink|Stone Pickaxe}}
    * {{ItemLink|Stone Shovel}}
    * {{ItemLink|Stone Sword}}
    * {{ItemLink|Sugar}}
    * {{ItemLink|Suspicious Stew}}
    * {{ItemLink|Tipped Arrow}}
    * {{ItemLink|Totem of Undying}}
    * {{ItemLink|Tropical Fish}}
    * {{ItemLink|Turtle Shell}}
    * {{ItemLink|Warped Fungus on a Stick}}
    * {{ItemLink|Wheat}}
    * {{ItemLink|White Dye}}
    * {{ItemLink|Wooden Axe}}
    * {{ItemLink|Wooden Hoe}}
    * {{ItemLink|Wooden Pickaxe}}
    * {{ItemLink|Wooden Shovel}}
    * {{ItemLink|Wooden Sword}}
    * {{ItemLink|Written Book}}
    * {{ItemLink|Yellow Dye}}
    }}
    
    === Items with indirect use in the world ===
    The player cannot interact with or directly use these items; however, they are used for [[trading]], [[brewing]], [[enchanting]], or [[crafting]] ingredients for other items that do have direct uses. The exception is clocks, which are not used in any recipes but serve an informative function.
    
    {{columns-list|colwidth=16em|
    * {{ItemLink|Angler Pottery Sherd}}
    * {{ItemLink|Archer Pottery Sherd}}
    * {{ItemLink|Arms Up Pottery Sherd}}
    * {{ItemLink|Banner Pattern}} (Bordure Indented){{only|BE|short=1}}
    * {{ItemLink|Banner Pattern}} (Creeper Charge)
    * {{ItemLink|Banner Pattern}} (Field Masoned){{only|BE|short=1}}
    * {{ItemLink|Banner Pattern}} (Flower Charge)
    * {{ItemLink|Banner Pattern}} (Globe)
    * {{ItemLink|Banner Pattern}} (Skull Charge)
    * {{ItemLink|Banner Pattern}} (Snout)
    * {{ItemLink|Banner Pattern}} (Thing)
    * {{ItemLink|Blade Pottery Sherd}}
    * {{ItemLink|Blaze Powder}}
    * {{ItemLink|Blaze Rod}}
    * {{ItemLink|Brewer Pottery Sherd}}
    * {{ItemLink|Brick}}
    * {{ItemLink|Burn Pottery Sherd}}
    * {{ItemLink|Charcoal}}
    * {{ItemLink|Clay Ball}}
    * {{ItemLink|Clock}}
    * {{ItemLink|Coal}}
    * {{ItemLink|Coast Armor Trim}}
    * {{ItemLink|Copper Ingot}}
    * {{ItemLink|Danger Pottery Sherd}}
    * {{ItemLink|Diamond}}
    * {{ItemLink|Disc Fragment}}
    * {{ItemLink|Dragon's Breath}}
    * {{ItemLink|Dune Armor Trim}}
    * {{ItemLink|Echo Shard}}
    * {{ItemLink|Emerald}}
    * {{ItemLink|Explorer Pottery Sherd}}
    * {{ItemLink|Eye Armor Trim}}
    * {{ItemLink|Feather}}
    * {{ItemLink|Fermented Spider Eye}}
    * {{ItemLink|Firework Star}}
    * {{ItemLink|Flint}}
    * {{ItemLink|Friend Pottery Sherd}}
    * {{ItemLink|Ghast Tear}}
    * {{ItemLink|Glistering Melon Slice}}
    * {{ItemLink|Glowstone Dust}}
    * {{ItemLink|Gold Nugget}}
    * {{ItemLink|Gunpowder}}
    * {{ItemLink|Heart of the Sea}}
    * {{ItemLink|Heart Pottery Sherd}}
    * {{ItemLink|Heartbreak Pottery Sherd}}
    * {{ItemLink|Host Armor Trim}}
    * {{ItemLink|Howl Pottery Sherd}}
    * {{ItemLink|Ink Sac}}
    * {{ItemLink|Iron Ingot}}
    * {{ItemLink|Iron Nugget}}
    * {{ItemLink|Lapis Lazuli}}
    * {{ItemLink|Leather}}
    * {{ItemLink|Magma Cream}}
    * {{ItemLink|Miner Pottery Sherd}}
    * {{ItemLink|Mourner Pottery Sherd}}
    * {{ItemLink|Nautilus Shell}}
    * {{ItemLink|Nether Brick}}
    * {{ItemLink|Nether Quartz}}
    * {{ItemLink|Nether Star}}
    * {{ItemLink|Netherite Ingot}}
    * {{ItemLink|Netherite Scrap}}
    * {{ItemLink|Netherite Upgrade}}
    * {{ItemLink|Paper}}
    * {{ItemLink|Phantom Membrane}}
    * {{ItemLink|Plenty Pottery Sherd}}
    * {{ItemLink|Popped Chorus Fruit}}
    * {{ItemLink|Prismarine Crystals}}
    * {{ItemLink|Prismarine Shard}}
    * {{ItemLink|Prize Pottery Sherd}}
    * {{ItemLink|Rabbit Hide}}
    * {{ItemLink|Rabbit's Foot}}
    * {{ItemLink|Raiser Armor Trim}}
    * {{ItemLink|Raw Copper}}
    * {{ItemLink|Raw Gold}}
    * {{ItemLink|Raw Iron}}
    * {{ItemLink|Recovery Compass}}
    * {{ItemLink|Rib Armor Trim}}
    * {{ItemLink|Scute}}
    * {{ItemLink|Sentry Armor Trim}}
    * {{ItemLink|Shaper Armor Trim}}
    * {{ItemLink|Sheaf Pottery Sherd}}
    * {{ItemLink|Shelter Pottery Sherd}}
    * {{ItemLink|Shulker Shell}}
    * {{ItemLink|Silence Armor Trim}}
    * {{ItemLink|Skull Pottery Sherd}}
    * {{ItemLink|Slimeball}}
    * {{ItemLink|Snort Pottery Sherd}}
    * {{ItemLink|Spire Armor Trim}}
    * {{ItemLink|Stick}}
    * {{ItemLink|Tide Armor Trim}}
    * {{ItemLink|Vex Armor Trim}}
    * {{ItemLink|Ward Armor Trim}}
    * {{ItemLink|Wayfinder Armor Trim}}
    * {{ItemLink|Wild Armor Trim}}
    }}
    
    === Spawn eggs ===
    Spawn eggs spawn the entity inside them. They cannot be obtained in Survival mode.{{columns-list|colwidth=16em|
    * {{ItemLink|Allay Spawn Egg}}
    * {{ItemLink|Axolotl Spawn Egg}}
    * {{ItemLink|Bat Spawn Egg}}
    * {{ItemLink|Bee Spawn Egg}}
    * {{ItemLink|Blaze Spawn Egg}}
    * {{ItemLink|Camel Spawn Egg}}
    * {{ItemLink|Cat Spawn Egg}}
    * {{ItemLink|Cave Spider Spawn Egg}}
    * {{ItemLink|Chicken Spawn Egg}}
    * {{ItemLink|Cod Spawn Egg}}
    * {{ItemLink|Cow Spawn Egg}}
    * {{ItemLink|Creeper Spawn Egg}}
    * {{ItemLink|Dolphin Spawn Egg}}
    * {{ItemLink|Donkey Spawn Egg}}
    * {{ItemLink|Drowned Spawn Egg}}
    * {{ItemLink|Elder Guardian Spawn Egg}}
    * {{ItemLink|Ender Dragon Spawn Egg}}
    * {{ItemLink|Enderman Spawn Egg}}
    * {{ItemLink|Endermite Spawn Egg}}
    * {{ItemLink|Evoker Spawn Egg}}
    * {{ItemLink|Fox Spawn Egg}}
    * {{ItemLink|Frog Spawn Egg}}
    * {{ItemLink|Ghast Spawn Egg}}
    * {{ItemLink|Glow Squid Spawn Egg}}
    * {{ItemLink|Goat Spawn Egg}}
    * {{ItemLink|Guardian Spawn Egg}}
    * {{ItemLink|Hoglin Spawn Egg}}
    * {{ItemLink|Horse Spawn Egg}}
    * {{ItemLink|Husk Spawn Egg}}
    * {{ItemLink|Iron Golem Spawn Egg}}
    * {{ItemLink|Llama Spawn Egg}}
    * {{ItemLink|Magma Cube Spawn Egg}}
    * {{ItemLink|Mooshroom Spawn Egg}}
    * {{ItemLink|Mule Spawn Egg}}
    * {{ItemLink|Spawn NPC}}{{only|bedrock}}
    * {{ItemLink|Ocelot Spawn Egg}}
    * {{ItemLink|Panda Spawn Egg}}
    * {{ItemLink|Parrot Spawn Egg}}
    * {{ItemLink|Phantom Spawn Egg}}
    * {{ItemLink|Pig Spawn Egg}}
    * {{ItemLink|Piglin Spawn Egg}}
    * {{ItemLink|Piglin Brute Spawn Egg}}
    * {{ItemLink|Pillager Spawn Egg}}
    * {{ItemLink|Polar Bear Spawn Egg}}
    * {{ItemLink|Pufferfish Spawn Egg}}
    * {{ItemLink|Rabbit Spawn Egg}}
    * {{ItemLink|Ravager Spawn Egg}}
    * {{ItemLink|Salmon Spawn Egg}}
    * {{ItemLink|Sheep Spawn Egg}}
    * {{ItemLink|Shulker Spawn Egg}}
    * {{ItemLink|Silverfish Spawn Egg}}
    * {{ItemLink|Skeleton Horse Spawn Egg}}
    * {{ItemLink|Skeleton Spawn Egg}}
    * {{ItemLink|Slime Spawn Egg}}
    * {{ItemLink|Sniffer Spawn Egg}}
    * {{ItemLink|Snow Golem Spawn Egg}}
    * {{ItemLink|Spider Spawn Egg}}
    * {{ItemLink|Squid Spawn Egg}}
    * {{ItemLink|Stray Spawn Egg}}
    * {{ItemLink|Strider Spawn Egg}}
    * {{ItemLink|Tadpole Spawn Egg}}
    * {{ItemLink|Trader Llama Spawn Egg}}
    * {{ItemLink|Tropical Fish Spawn Egg}}
    * {{ItemLink|Turtle Spawn Egg}}
    * {{ItemLink|Vex Spawn Egg}}
    * {{ItemLink|Villager Spawn Egg}}
    * {{ItemLink|Vindicator Spawn Egg}}
    * {{ItemLink|Wandering Trader Spawn Egg}}
    * {{ItemLink|Warden Spawn Egg}}
    * {{ItemLink|Witch Spawn Egg}}
    * {{ItemLink|Wither Skeleton Spawn Egg}}
    * {{ItemLink|Wither Spawn Egg}}
    * {{ItemLink|Wolf Spawn Egg}}
    * {{ItemLink|Zoglin Spawn Egg}}
    * {{ItemLink|Zombie Horse Spawn Egg}}
    * {{ItemLink|Zombie Spawn Egg}}
    * {{ItemLink|Zombie Villager Spawn Egg}}
    * {{ItemLink|Zombified Piglin Spawn Egg}}
    }}
    
    === Education Edition only===
    
    These items can be accessed only {{in|ee}}. The [[spawn egg|spawn agent]], [[portfolio]], and [[camera]] are obtainable through [[Creative]] mode and the {{cmd|give}} [[command]]. The [[Garbage]] item is only obtainable through unknown Lab Table recipes or via inventory editing.
    
    {{columns-list|colwidth=16em|
    * {{ItemLink|Agent Spawn Egg}}
    * {{ItemLink|Antidote}}
    * {{ItemLink|Black Balloon}}
    * {{ItemLink|Bleach}}
    * {{ItemLink|Blue Balloon}}
    * {{ItemLink|Blue Glow Stick}}
    * {{ItemLink|Blue Sparkler}}
    * {{ItemLink|Board}}
    * {{ItemLink|Brown Balloon}}
    * {{ItemLink|Brown Glow Stick}}
    * {{EntityLink|Camera}}
    * {{ItemLink|Compound}}s
    * {{ItemLink|Cyan Balloon}}
    * {{ItemLink|Cyan Glow Stick}}
    * {{ItemLink|Elixir}}
    * {{ItemLink|Eye Drops}}
    * {{ItemLink|Gray Balloon}}
    * {{ItemLink|Gray Glow Stick}}
    * {{ItemLink|Green Balloon}}
    * {{ItemLink|Green Glow Stick}}
    * {{ItemLink|Green Sparkler}}
    * {{ItemLink|Ice Bomb}}
    * {{ItemLink|Light Blue Balloon}}
    * {{ItemLink|Light Blue Glow Stick}}
    * {{ItemLink|Lime Balloon}}
    * {{ItemLink|Lime Glow Stick}}
    * {{ItemLink|Magenta Balloon}}
    * {{ItemLink|Magenta Glow Stick}}
    * {{ItemLink|Orange Balloon}}
    * {{ItemLink|Orange Glow Stick}}
    * {{ItemLink|Orange Sparkler}}
    * {{ItemLink|Photo}}
    * {{ItemLink|Pink Balloon}}
    * {{ItemLink|Pink Glow Stick}}
    * {{ItemLink|Portfolio}}
    * {{ItemLink|Poster}}
    * {{ItemLink|Purple Balloon}}
    * {{ItemLink|Purple Glow Stick}}
    * {{ItemLink|Purple Sparkler}}
    * {{ItemLink|Red Balloon}}
    * {{ItemLink|Red Glow Stick}}
    * {{ItemLink|Red Sparkler}}
    * {{ItemLink|Silver Balloon}}
    * {{ItemLink|Slate}}
    * {{ItemLink|Spawn NPC}}
    * {{ItemLink|Super Fertilizer}}
    * {{ItemLink|Tonic}}
    * {{ItemLink|White Balloon}}
    * {{ItemLink|White Glow Stick}}
    * {{ItemLink|Yellow Balloon}}
    * {{ItemLink|Yellow Glow Stick}}
    }}
    
    ==Unimplemented items ==
    
    Some items are unimplemented, or have been mentioned to be implemented in the future.
    
    *{{ItemLink|Ruby}}
    
    ==Removed items ==
    
    Removed items no longer exist in current versions of the game.
    
    *{{ItemLink|Copper Horn}}
    *{{ItemLink|Horse Saddle}}
    *{{ItemLink|Studded Helmet}}
    *{{ItemLink|Studded Chestplate}}
    *{{ItemLink|Studded Leggings}}
    *{{ItemLink|Studded Boots}}
    *{{ItemLink|Quiver}}
    
    ==Joke items==
    
    Joke items are only present in [[April Fools]] versions of the game.
    
    {{columns-list|colwidth=16em|
    *{{ItemLink|3D}}
    *{{ItemLink|A Very Fine Item}}
    *{{ItemLink|Ankle Monitor}}
    *{{ItemLink|Arrow of Big}}
    *{{ItemLink|Arrow of Small}}
    *{{ItemLink|Banner Pattern (New Thing)}}
    *{{ItemLink|Blue Key}}
    *{{ItemLink|Bit}}
    *{{ItemLink|Bottle of Entity}}
    *{{ItemLink|Bottle of Void}}
    *{{ItemLink|Tag (item)|Byte Tag}}
    *{{ItemLink|Tag (item)|Compound Tag}}
    *{{ItemLink|Tag (item)|Double Tag}}
    *{{ItemLink|Tag (item)|Float Tag}}
    *{{ItemLink|Footprint}}
    *{{ItemLink|Tag (item)|Int Tag}}
    *{{ItemLink|La Baguette}}
    *{{ItemLink|Le Tricolore}}
    *{{ItemLink|Tag (item)|Left Curly}}
    *{{ItemLink|Tag (item)|Left Square}}
    *{{ItemLink|Lingering Potion of Big}}
    *{{ItemLink|Lingering Potion of Small}}
    *{{ItemLink|Tag (item)|List Tag}}
    *{{ItemLink|Tag (item)|Long Tag}}
    *{{ItemLink|Longer String}}
    *{{ItemLink|Dupe Hack|text=minecraft:dupe_hack}}
    *{{ItemLink|Moon Cow Spawn Egg}}
    *{{ItemLink|Tag (item)|Name}}
    *{{ItemLink|Obsidian Boat}}
    *{{ItemLink|Potion of Big}}
    *{{ItemLink|Potion of Small}}
    *{{ItemLink|Reality Vision}}
    *{{ItemLink|Red Key}}
    *{{ItemLink|Tag (item)|Right Curly}}
    *{{ItemLink|Tag (item)|Right Square}}
    *{{ItemLink|Tag (item)|Short Tag}}
    *{{ItemLink|Smarter Watch}}
    *{{ItemLink|Splash Bottle of Entity}}
    *{{ItemLink|Splash Potion of Big}}
    *{{ItemLink|Splash Potion of Small}}
    *{{ItemLink|Tag (item)|Sssyntax Error}}
    *{{ItemLink|Tag (item)|String Tag}}
    *{{ItemLink|Tag (item)|Tag}}
    *{{ItemLink|Yellow Key}}
    }}
    
    ==Video==
    {{yt|5khbViFTwz4}}
    {{yt|YUM7XiEX1DI}}
    
    ==History==
    
    ===Item additions and removals===
    {{Wip|section=1}}
    {{History|Java Edition Classic}}
    {{History||0.24_SURVIVAL_TEST|Added [[arrow]]s.
    |Total items: 1 (+1, -0)}}
    
    {{History|Java Edition Indev}}
    {{History||0.31|snap=20091231-2|Added leather, studded, chainmail, and iron [[armor]], [[quiver]], [[apple]], [[shovel]], and [[sword]].
    |Total items: 21 (+20, -0)}}
    {{History|||snap=20100110|Added [[flint and steel]], [[axe]]s, [[pickaxe]]s, and [[bow]]s.
    |Total items: 25 (+4, -0)}}
    {{History|||snap=20100128|Added [[coal]], [[diamond]], [[gold ingot]], [[iron ingot]], and new wooden, stone and diamond swords, axes, pickaxes and shovels variants.
    |Total items: 41 (+16, -0)}}
    {{History|||snap=20100129|Added [[stick]].
    |Total items: 42 (+1, -0)}}
    {{History|||snap=20100130|Added golden swords, axes, pickaxes, and shovels; [[bowl]], [[mushroom stew]], [[gunpowder]], [[string]], and [[feather]].
    |Total items: 51 (+9, -0)}}
    {{History||20100206|Added [[bread]], [[hoes]], [[wheat seeds|seeds]], and [[wheat]].
    |Total items: 55 (+4, -0)}}
    {{History||20100212-1|Added gold and diamond armor.
    |[[Studded Armor]] was removed between [[Indev 0.31 20100204-1]] and [[Indev 20100206]].
    |Total items: 56 (+2, -1)}}
    {{History||20100219|Added [[flint]], [[raw porkchop]], and [[cooked porkchop]].
    |Total items: 59 (+3, -0)}}
    
    {{History|Java Edition Infdev}}
    {{History||20100227-1|Added [[golden apples]].
    |Total items: 60 (+1, -0)}}
    {{History||20100615|Added [[bucket]], [[water bucket]], and [[lava bucket]].
    |Total items: 63 (+3, -0)}}
    {{History||20100625-2|Added [[saddles]].
    |Total items: 64 (+1, -0)}}
    {{History|java Alpha}}
    {{History||v1.0.5|Added [[snowballs]].
    |Total items: 65 (+1, -0)}}
    {{History||v1.0.8|Added [[leather]] and [[milk bucket]].
    |Total items: 67 (+2 ,-0)}}
    {{History||v1.0.11|Added [[paper]], [[book]], [[clay ball]], [[brick]], and [[slimeball]].
    |Total items: 72 (+5, -0)}}
    {{History||v1.0.14|Added [[eggs]], 2 new [[music discs]], [[minecart with furnace]], and [[minecart with chest]].
    |Total items: 77 (+5, -0)}}
    {{History||v1.1.0|Added [[compass]].
    |Total items: 78 (+1, -0)}}
    {{History||v1.1.1|Added [[fishing rod]].
    |Total items: 79 (+1, -0)}}
    {{History||v1.2.0|Added [[clock]], [[glowstone dust]], [[cooked cod]], and [[raw cod]].
    |Total items: 83 (+4, -0)}}
    
    {{History|java Beta}}
    {{History||1.2|Added [[bone]], [[bone meal]], [[lapis lazuli]], [[cocoa beans]], [[ink sac]], [[charcoal]], [[dyes]], and [[sugar]].
    |Total items: 91 (+8, -0)}}
    {{History||1.4|Added [[cookie]].
    |Total items: 92 (+1, -0)}}
    {{History||1.6|Added [[maps]].
    |Total items: 93 (+1, -0)}}
    {{History||1.7|Added [[shears]].
    |Total items: 94 (+1, -0)}}
    {{History||1.8|snap=Pre-release|Added [[raw chicken]], [[cooked chicken]], [[raw beef]], [[steak]], [[ender pearls]], [[melon seeds]], [[melon slice]], [[pumpkin seeds]], and [[rotten flesh]].
    |Total items: 103 (+9, -0)}}
    {{History|Java}}
    {{History||1.0.0|snap=Beta 1.9 Prerelease|Added [[blaze rod]], [[ghast tear]], [[gold nugget]], and [[nether wart]].
    |Total items: 107 (+4, -0)}}
    {{History|||snap=Beta 1.9 Prerelease 2|Added [[blaze powder]], [[fermented spider eye]], [[glass bottle]], [[magma cream]], 9 new [[music disc]], and [[spider eye]].
    |Total items: 121 (+14, -0)}}
    {{History|||snap=Beta 1.9 Prerelease 3|Added [[eye of ender]].
    |Total items: 122 (+1, -0)}}
    {{History|||snap=Beta 1.9 Prerelease 4|Added [[glistering melon slice]], [[ghast tear]], [[potions]], and [[splash potions]].
    |Total items: 126 (+4, -0)}}
    {{History||1.1|snap=11w49a|Added 20 types of [[spawn eggs]].
    |Total items: 146 (+20, -0)}}
    {{History||1.2.1|snap=12w04a|Added [[bottle o' enchanting]], [[fire charge]], and [[ocelot]] spawn egg.
    |Total items: 149 (+3, -0)}}
    {{History||1.3.1|snap=12w17a|Added [[book and quill]] and [[written book]].
    |Total items: 151 (+2, -0)}}
    {{History|||snap=12w21a|Added [[emerald]] and [[enchanted golden apple]].
    |Total items: 153 (+2, -0)}}
    {{History|||snap=12w22a|Added 8 types of [[potion]].}}
    {{History||1.4.2|snap=12w32a|Added potion and splash potion of [[night vision]].
    |Total items: 156 (+2, -0)}}
    {{History|||snap=12w34a|Added [[carrot]], [[golden carrot]], [[potato]], [[baked potato]], [[poisonous potato]], [[item frame]] and [[potion]] and [[splash potion]] of [[invisibility]].
    |Total items: 162 (+7, -0)}}
    {{History|||snap=12w36a|Added [[carrot on a stick]] and [[nether star]].
    |Total items: 164 (+2, -0)}}
    {{History|||snap=12w37a|Added [[pumpkin pie]].
    |Total items: 165 (+1, -0)}}
    {{History||1.4.4|snap=1.4.3|Added the [[music disc]] "wait".
    |Total items: 166 (+1, -0)}}
    {{History||1.4.6|snap=12w49a|Added [[enchanted book]], [[firework rocket]], and [[firework star]].
    |Total items: 169 (+3, -0)}}
    {{History||1.5|snap=13w01a|Added [[nether brick]] and [[nether quartz]].
    |Total items: 171 (+2, -0)}}
    {{History||1.6.1|snap=13w16a|Added diamond, gold, and iron [[horse armor]], [[leads]], [[horse]] spawn egg, and [[horse saddle]].
    |Total items: 177 (+6, -0)}}
    {{History|||snap=13w16b|Added [[name tag]].
    |Total items: 178 (+1, -0)}}
    {{History|||snap=13w18a|Removed [[horse saddle]].
    |Total items: 177 (+0, -1)}}
    {{History||1.7.2|snap=13w36a|Added [[clownfish]], [[raw salmon]], [[cooked salmon]], [[pufferfish]], and potion and splash potion of [[water breathing]].
    |Total items: 182 (+5, -0)}}
    {{History||1.8|snap=14w11a|Added [[endermite]] spawn egg.
    |Total items: 183 (+1, -0)}}
    {{History|||snap=14w25a|Added [[prismarine crystals]], [[prismarine shard]], and [[guardian]] spawn egg.
    |Total items: 186 (+3, -0)}}
    {{History|||snap=14w27a|Added [[raw mutton]], [[cooked mutton]], [[raw rabbit]], [[cooked rabbit]], potion and splash potion of [[leaping]], [[rabbit's foot]], [[rabbit hide]], [[rabbit]] spawn egg, and [[rabbit stew]].
    |Total items: 196 (+10, -0)}}
    {{History||1.9|snap=15w31a|Added [[spectral arrow]], 14 new tipped [[arrows]], [[beetroot]], [[beetroot seeds]], [[beetroot soup]], [[chorus fruit]], [[popped chorus fruit]], [[shulker]] spawn egg, splash water bottles, mundane, thick, and awkward splash potions.
    |Total items: 220 (+24, -0)}}
    {{History|||snap=15w33a|Added [[dragon's breath]] and [[lingering potion]]s.
    |Total items: 238 (+18, -0)}}
    {{History|||snap=15w33c|Added [[shield]].
    |Total items: 239 (+1, -0)}}
    {{History|||snap=15w41a|Added [[elytra]].
    |Total items: 240 (+1, -0)}}
    {{History|||snap=15w44a|Added [[end crystal]].
    |Total items: 241 (+1, -0)}}
    {{History|||snap=15w44b|Added potion of [[luck]] and uncraftable potion.
    |Total items: 243 (+2, -0)}}
    {{History||1.10|snap=16w20a|Added 10 new types of spawn eggs.
    |Total items: 253 (+10, -0)}}
    {{History||1.11|snap=16w32a|Added [[zombie villager]] spawn eggs.
    |Total items: 254 (+1, -0)}}
    {{History|||snap=16w39a|Added [[llama]], [[evoker]], [[vex]], and [[vindicator]] spawn eggs, [[shulker shell]], [[totem of undying]], and [[explorer map]].
    |Total items: 261 (+7, -0)}}
    {{History||1.11.1|snap=16w50a|Added [[iron nugget]].
    |Total items: 262 (+1, -0)}}
    {{History||1.12|snap=17w13a|Added [[knowledge book]] and [[parrot]] spawn egg.
    |Total items: 264 (+2, -0)}}
    {{History||1.13|snap=17w47a|Added [[bark]], [[mushroom blocks]], [[mushroom stem]], [[petrified oak slab]], [[smooth quartz]], [[smooth red sandstone]], [[smooth sandstone]], [[smooth stone]], and [[debug stick]].
    |Total items: 273 (+9, -0)}}
    {{History|||snap=18w07a|Added [[trident]] weapon, [[kelp]], [[dried kelp]], [[scute]], [[turtle shell]], [[potion of the turtle master]], [[Arrow#Tipped arrows|arrow of the turtle master]], [[turtle]] and [[phantom]] spawn eggs.
    |Total items: 282 (+9, -0)}}
    {{History|||snap=18w08b|Added 3 [[fish bucket]]s and spawn eggs for [[cod]], [[salmon]], and [[pufferfish]].
    |Total items: 288 (+6, -0)}}
    {{History|||snap=18w10a|Added spawn egg and bucket of [[tropical fish]], and buried treasure [[exploration map]].
    |Total items: 291 (+3, -0)}}
    {{History|||snap=18w11a|Added [[drowned]] spawn egg.
    |Total items: 292 (+1, -0)}}
    {{History|||snap=18w14a|Added [[phantom membrane]], potion and arrow of [[slow falling]].
    |Total items: 295 (+3, -0)}}
    {{History|||snap=18w15a|Added [[heart of the sea]] and [[nautilus shell]].
    |Total items: 297 (+2, -0)}}
    {{History||1.14|snap=18w43a|Added 4 [[banner pattern]]s, [[crossbow]], 4 new [[dyes]], [[illager beast]], [[panda]], and [[pillager]] spawn eggs, and [[suspicious stew]].
    |Total items: 310 (+13, -0)}}
    {{History|||snap=18w49a|Added [[sweet berries]].
    |Total items: 311 (+1, -0)}}
    {{History|||snap=19w05a|Added [[wandering trader]] and [[trader llama]] spawn eggs.
    |Total items: 313 (+2, -0)}}
    {{History|||snap=19w07a|Added [[fox]] spawn egg.
    |Total items: 314 (+1 ,-0)}}
    {{History|||snap=19w08a|Added leather [[horse armor]].
    |Total items: 315 (+1, -0)}}
    {{History|||snap=19w11a|Added a new "globe" banner pattern.
    |Total items: 316 (+1, -0)}}
    {{History||1.15|snap=19w34a|Added [[honey bottle]], [[honeycomb]], and [[bee]] spawn egg.
    |Total items: 317 (+1, -0)}}
    {{History||1.16|snap=20w06a|Added [[netherite]] armor, [[axe]], [[shovel]], [[pickaxe]], and [[sword]], [[netherite ingot]], [[netherite scrap]], and [[hoglin]] spawn egg.
    |Total items: 328 (+11, -0)}}
    {{History|||snap=20w07a|Added [[piglin]] spawn egg.
    |Total items: 329 (+1, -0)}}
    {{History|||snap=20w13a|Added [[warped fungus on a stick]], and [[strider]] spawn egg.
    |Total items: 331 (+2, -0)}}
    {{History|||snap=20w14a|Added [[zoglin]] spawn egg.
    |Total items: 332 (+1, -0)}}
    {{History|||snap=20w15a|Added [[piglin banner pattern]].
    |Total items: 333 (+1, -0)}}
    {{History|||snap=20w16a|Added [[pigstep]] music disc.
    |Total items: 334 (+1, -0)}}
    {{History||1.16.2|snap=20w27a|Added [[piglin brute]] spawn egg.
    |Total items: 335 (+1, -0)}}
    {{History||1.17|snap=20w45a|Added [[amethyst shard]], [[bundle]], [[copper ingot]], and [[spyglass]].
    |Total items: 339 (+4, -0)}}
    {{History|||snap=20w46a|Added [[powder snow bucket]].
    |Total items: 340 (+1, -0)}}
    {{History|||snap=20w51a|Added [[axolotl]] spawn egg and bucket of [[axolotl]].
    |Total items: 342 (+2, -0)}}
    {{History|||snap=21w03a|Added [[glow item frame]], [[glow ink sac]] and [[glow squid]] spawn egg.
    |Total items: 344 (+2, -0)}}
    {{History|||snap=21w05a|Added [[glow berries]].
    |Total items: 346 (+1, -0)}}
    {{History|||snap=21w14a|Added [[raw copper]], [[raw iron]], and [[raw gold]].
    |Total items: 348 (+3, -0)}}
    {{History||1.18|snap=21w42a|Added the [[music disc]] "Otherside".
    |Total items: 349 (+1, -0)}}
    {{History||1.19|snap=Deep Dark Experimental Snapshot 1|Added [[warden]] spawn egg.
    |Total items: 350 (+1, -0)}}
    {{History|||snap=22w11a|Added [[frog]] and [[tadpole]] spawn egg, [[bucket of tadpole]] and [[Boat|mangrove boat]].
    |Removed [[warden]] spawn egg.
    |Total items: 352 (+3, -1)}}
    {{History|||snap=22w12a|Re-added [[warden]] spawn egg
    |Added 7 types of [[boat with chest]].
    |Total items: 360 (+8, -0)}}
    {{History|||snap=22w13a|Added [[allay]] spawn egg.
    |Total items: 361 (+1, -0)}}
    {{History|||snap=22w14a|Added [[echo shard]] and [[recovery compass]].
    |Total items: 363 (+2, -0)}}
    {{History|||snap=22w16a|Added [[music disc 5]] and [[disc fragment]].
    |Total items: 365 (+2, -0)}}
    {{History|||snap=22w17a|Added the [[goat horn]].
    |Total items: 366 (+1, -0)}}
    {{History||1.20<br>(Experimental)|link=1.19.3|snap=22w42a|Added [[Boat|bamboo raft]], [[Boat with Chest|bamboo raft with chest]], and [[camel]] spawn egg.
    |Total items: 369 (+3, -0)}}
    {{History||1.19.3|snap=22w44a|Added [[iron golem]], [[snow golem]], [[ender dragon]], and [[wither]] spawn egg.
    |Total items: 373 (+4, -0)}}
    {{History||1.20<br>(Experimental)|link=1.19.4|snap=23w04a|Added 12 [[smithing template]]s.
    |Total items: 385 (+12, -0)}}
    {{History|||snap=23w07a|Added cherry [[boat]] and [[boat with chest]]; 4 types of [[pottery shard]], [[sniffer spawn egg]], [[torchflower seeds]] and [[brush]].
    |Total items: 394 (+9, -0)}}
    {{History||1.20|snap=23w12a|Added [[pitcher pod]], 16 [[pottery shard]]s, and 5 [[smithing template]]s.
    |Total items: 418 (+24, -0)}}
    {{History|||snap=23w17a|Added Relic [[music disc]].
    |Total items: 419 (+1, -0)}}
    
    {{History|Pocket Alpha}}
    {{History||v0.2.0|Added [[shears]]; stone [[shovel]], [[pickaxe]], [[axe]], and [[sword]].
    |Total items: 5 (+5, -0)}}
    {{History||v0.3.0|Added [[snowball]]s, [[stick]]s, [[yellow dye|dandelion yellow]], [[bowl]]s, [[sugar]]s, [[book]]s, [[paper]]s, [[coal]]s; wooden axe, shovel, pickaxe, and sword.
    |Total items: 17 (+12, -0)}}
    {{History||v0.3.2|Added [[charcoal]], [[gold ingot]], [[iron ingot]], [[diamond]]; diamond, gold, and iron pickaxe, axe, shovel, and sword.
    |Total items: 33 (+16, -0)}}
    {{History||v0.3.3|Added [[bow]], [[arrow]], [[bone]]s, [[bone meal]], [[flint]], and [[feather]].
    |Total items: 39 (+6, -0)}}
    {{History||v0.4.0|Added [[gunpowder]], [[flint and steel]], [[apple]]s, [[bread]], [[mushroom stew]], [[raw beef]], [[steak]], [[raw chicken]], [[cooked chicken]], [[raw porkchop]], [[cooked porkchop]], [[wheat]], [[wheat seeds|seeds]], [[lapis lazuli]]; and 10 colors of [[dye]]s.
    |Total items: 63 (+24, -0)}}
    {{History||v0.5.0|Added [[melon seeds]].
    |Total items: 64 (+1, -0)}}
    {{History||v0.6.0|Added 5 variants of armor, [[nether brick]], and [[nether quartz]].
    |Total items: 86 (+22, -0)}}
    {{History||v0.7.0|Added [[bucket]] and its 3 other variants; 4 [[spawn egg]]s; and [[egg]]s.
    |Total items: 95 (+9, -0)}}
    {{History||v0.8.0|snap=build 1|Added [[pumpkin pie]], [[potato]], [[baked potato]], [[carrot]], [[clock]], [[compass]], and [[redstone]].
    |Total items: 102 (+7, -0)}}
    {{History|||snap=build 2|Added [[beetroot seeds]], [[beetroot]], [[beetroot soup]], and [[minecart]].
    |Total items: 106 (+4, -0)}}
    {{History||v0.9.0|snap=build 1|Added 6 spawn eggs, [[emerald]], and [[slimeball]].
    |Total items: 114 (+8, -0)}}
    {{History||v0.11.0|snap=build 1|Added [[rotten flesh]], [[fishing rod]], [[raw fish]], [[cooked fish]], [[raw salmon]], [[cooked salmon]], [[pufferfish]], [[clownfish]], [[magma cream]]; [[squid]], [[bat]], [[cave spider]], [[magma cube]] and [[ghast]] spawn eggs.
    |Total items: 128 (+14, -0)}}
    {{History||v0.12.1|snap=build 1|Added [[glass bottle]]s; 12 [[potion]]s, 11 [[splash potion]]s; [[gold nugget]], [[golden carrot]], [[nether wart]], [[glistering melon slice]], [[golden apple]], [[enchanted golden apple]], [[rabbit's foot]], [[blaze rod]], [[blaze powder]], [[ghast tear]], [[spider eye]], [[fermented spider eye]], [[bottle o' enchanting]], [[poisonous potato]], [[enchanted book]]; [[zombie villager]], [[ocelot]] and [[blaze]] spawn eggs.
    |Total items: 170 (+42, -0)}}
    {{History||v0.13.0|snap=build 1|Added [[rabbit]] spawn egg, [[raw rabbit]], [[cooked rabbit]], [[rabbit stew]], and [[rabbit hide]].
    |Total items: 175 (+5, -0)}}
    {{History||v0.14.0|snap=build 1|Added [[map]]s, [[ender pearl]]s, and [[witch]] spawn egg.
    |Total items: 178 (+3, -0)}}
    {{History||v0.15.0|snap=build 1|Added [[raw mutton]], [[cooked mutton]], [[fire charge]]s; spawn eggs for [[horse]]s, [[zombie horse]], [[skeleton horse]], [[mule]], [[donkey]], [[stray]], [[husk]], and [[wither skeleton]]; [[name tag]]s, [[lead]]s, [[carrot on a stick]], [[tipped arrow]]s, and leather [[horse armor]].
    |Total items: 194 (+16, -0)}}
    {{History||v0.16.0|snap=build 1|Added [[prismarine crystals]], [[prismarine shard]]s; spawn eggs for [[guardian]], [[elder guardian]] (unavailable in the [[creative]] [[inventory]]), and [[NPC]] {{only|be|ee}}; and {{only|be|ee}} portfolio.
    |Total items: 200 (+6, -0)}}
    {{History|||snap=build 4|Added [[nether star]], potion of [[wither (effect)|decay]] {{only|be}} with its splash and arrow variant.
    |Removed the NPC spawn egg.
    |Total items: 203 (+4, -1)}}
    
    {{History|Pocket}}
    {{History||1.0.0|snap=alpha 0.17.0.1|Added [[dragon's breath]], [[elytra]], [[end crystal]], [[chorus fruit]], [[ender pearl]], [[eye of ender]], [[popped chorus fruit]]; [[spawn eggs]] for [[shulker]]s, [[endermite]]s, and [[polar bear]]s; and 12 [[lingering potion]]s.
    |Total items: 223 (+20, -0)}}
    {{History|||snap=alpha 1.0.0.1|Added [[shulker shell]]s.
    |Total items: 224 (+1, -0)}}
    {{History||1.1.0|snap=alpha 1.1.0.0|Added [[totem of undying]], [[explorer map]], [[iron nugget]]; spawn eggs for [[llama]]s, [[vindicator]]s, [[evoker]]s, and [[vex]]es.
    |Total items: 231 (+7, -0)}}
    
    {{History|Bedrock}}
    {{History||1.2.0|snap=beta 1.2.0.2|Added [[armor stand]]s, [[book and quill]], [[firework star]], [[firework rocket]], 12 [[music disc]]s, and spawn eggs for [[parrot]]s and [[zombie villager]]s.
    |Total items: 249 (+18, -0)}}
    {{History||1.4.0|snap=beta 1.2.13.8|Added [[trident]] and [[drowned]] spawn egg.
    |Total items: 251 (+2, -0)}}
    {{History|||snap=beta 1.2.14.2|Added 4 variants of [[bucket of fish]], [[dried kelp]]; and spawn eggs for [[cod]], [[pufferfish]], [[salmon]], and [[tropical fish]].
    |Total items: 260 (+9, -0)}}
    {{History|||snap=beta 1.2.20.1|Added [[heart of the sea]], [[nautilus shell]]s, and [[dolphin]] spawn egg.
    |Total items: 263 (+3, -0)}}
    {{History||1.5.0|snap=beta 1.5.0.4|Added [[scute]]s, [[turtle shell]]s; [[potion]] of the turtle master with it's [[splash potion]], [[lingering potion]]s, and [[arrow#tipped arrows|tipped arrow]] variants; and [[turtle]]s spawn egg.
    |Total items: 270 (+7, -0)}}
    {{History||1.6.0|snap=beta 1.6.0.1|Added [[phantom]] spawn egg.
    |Total items: 271 (+1, -0)}}
    {{History|||snap=beta 1.6.0.5|Added [[phantom membrane]]; potion of [[slow falling]] with it's splash, lingering, and tipped arrow variants.
    |Total items: 276 (+5, -0)}}
    {{History||1.8.0|snap=beta 1.8.0.8|Added spawn eggs for [[cat]]s and [[panda]]s.
    |Total items: 278 (+2, -0)}}
    {{History|||snap=beta 1.8.0.10|Added [[crossbow]] and 4 colors of [[dye]]s.
    |Total items: 283 (+5, -0)}}
    {{History||1.9.0|snap=beta 1.9.0.0|Added [[pillager]] spawn egg.
    |Total items: 284 (+1, -0)}}
    {{History||1.10.0|snap=beta 1.10.0.3|Added 6 [[banner pattern]]s, [[sweet berries]], [[shield]]; spawn eggs for [[wandering trader]] and [[ravager|illager beast]].
    |Total items: 294 (+10, -0)}}
    {{History||1.13.0|snap=beta 1.13.0.1|Added [[fox]]es spawn egg.
    |Total items: 295 (+1, -0)}}
    {{History|||snap=beta 1.13.0.9|Added [[suspicious stew]].
    |Total items: 296 (+1, -0)}}
    {{History||1.14.0|snap=beta 1.14.0.1|Added [[honey bottle]], [[honeycomb]], and [[bee]] spawn egg.
    |Total items: 299 (+3, -0)}}
    {{History||1.16.0|snap=beta 1.15.0.51|Added potion of [[slowness]] '''iv''' with it's splash, lingering, and tipped arrow variants.
    |Total items: 303 (+4, -0)}}
    {{History|||snap=beta 1.16.0.51|Added [[netherite]] armor, [[netherite ingot]], [[netherite scrap]]; [[hoglin]] and [[piglin]] spawn eggs; and netherite [[hoe]], [[axe]], [[pickaxe]], [[shovel]], and [[sword]].
    |Total items: 316 (+13, -0)}}
    {{History|||snap=beta 1.16.0.57|Added piglin [[banner pattern]], pigstep [[music disc]], [[warped fungus on a stick]]; [[strider]] and [[zoglin]] spawn egg.
    |Total items: 321 (+5, -0)}}
    {{History||1.16.20|snap=beta 1.16.20.50|Added [[piglin brute]] spawn egg.
    |Total items: 322 (+1, -0)}}
    {{History||1.16.200|snap=beta 1.16.200.52|Added [[goat]] spawn egg and [[goat horn]]s.
    |Total items: 324 (+2, -0)}}
    {{History||1.16.210|snap=beta 1.16.210.53|Added [[powder snow bucket]].
    |Total items: 325 (+1, -0)}}
    {{History|||snap=beta 1.16.210.57|Added [[copper ingot]].
    |Total items: 326 (+1, -0)}}
    {{History|||snap=beta 1.16.210.59|Added [[glow squid]] spawn egg and [[glow ink sac]].
    |Total items: 328 (+2, -0)}}
    {{History|||snap=beta 1.16.210.60|Removed [[glow squid]] spawn egg and [[glow ink sac]].
    |Total items: 326 (+0, -2)}}
    {{History||1.16.220|snap=beta 1.16.220.50|Re-added [[glow squid]] spawn egg and [[glow ink sac]].
    |Total items: 328 (+2, -0)}}
    {{History|||snap=beta 1.16.220.52|Added [[glow berries]].
    |Total items: 329 (+1, -0)}}
    {{History||1.17.0|snap=beta 1.16.230.52|Added [[axolotl]] spawn egg and bucket of [[axolotl]].
    |Total items: 331 (+2, -0)}}
    {{History|||snap=beta 1.17.0.50|Added [[amethyst shard]], [[raw metal]]s, and [[spyglass]].
    |Total items: 336 (+5, -0)}}
    {{History||1.18.0|snap=beta 1.18.0.22|Added otherside [[music disc]].
    |Total items: 337 (+1, -0)}}
    {{History||1.18.10|snap=beta 1.18.10.24|Added [[frog]] spawn egg, [[tadpole]] spawn egg, and [[Bucket of aquatic mob|bucket of tadpole]].
    |Total items: 340 (+3, -0)}}
    {{History||1.18.30|snap=beta 1.18.30.22|Added [[allay]] spawn egg.
    |Total items: 341 (+1, -0)}}
    {{History|||snap=beta 1.18.30.26|Added [[copper horn]].
    |Total items: 342 (+1, -0)}}
    {{History|||snap=beta 1.18.30.28|Added six [[Boat with Chest|boats with chests]].
    |Total items: 348 (+6, -0)}}
    {{History|||snap=beta 1.18.30.32|Added [[warden]] spawn egg.
    |Total items: 349 (+1, -0)}}
    {{History||1.19.0|snap=beta 1.19.0.20|Added [[Boat|mangrove boat]]s, and [[Boat with Chest|mangrove boat with chest]]s.
    |Total items: 351 (+2, -0)}}
    {{History|||snap=beta 1.19.0.24|Added [[Echo Shard|echo shards]], and [[recovery compass]]es.
    |Removed [[copper horn]].
    |Total items: 352 (+2, -1)}}
    {{History|||snap=beta 1.19.0.28|Added [[Disc Fragment|disc fragments]], and [[music disc]] 5.
    |Total items: 354 (+2, -0)}}
    {{History||1.19.10|snap=beta 1.19.10.20|Added the trader [[llama]] spawn egg.
    |Total items: 355 (+1, -0)}}
    
    {{History||1.20.0<br>(Experimental)|link=Bedrock Edition 1.20.0|snap=beta 1.19.50.21|Added [[Boat|bamboo raft]], [[Boat with Chest|bamboo raft with chest]], and [[camel]] spawn egg.
    |Total items: 358 (+3, -0)}}
    {{History||1.19.60|snap=beta 1.19.60.20|Added [[iron golem]], [[snow golem]], [[ender dragon]], and [[wither]] spawn egg.
    |Total items: 362 (+4, -0)}}
    {{History||1.20.0<br>(Experimental)|link=Bedrock Edition 1.20.0|snap=beta 1.19.70.23|Added 4 types of [[pottery shard]], [[sniffer spawn egg]], [[torchflower seeds]] and [[brush]].
    |Total items: 369 (+7, -0)}}
    {{History|||snap=beta 1.19.80.20|Added cherry [[boat]] and [[boat with chest]];
    |Total items: 371 (+2, -0)}}
    {{History|||snap=beta 1.19.80.21|Added 12 [[smithing template]]s.
    |Total items: 383 (+12, -0)}}
    {{History|||snap=beta 1.19.80.22|Added 16 [[pottery shard]]s and 5 [[smithing template]]s.
    |Total items: 404 (+21, -0)}}
    {{History||1.20.0|snap=beta 1.20.0.20|Added [[pitcher pod]],
    |Total items: 405 (+1, -0)}}
    {{History|||snap=beta 1.20.0.22|Added Relic [[music disc]].
    |Total items: 406 (+1, -0)}}
    
    {{History|console}}
    {{History||xbox=TU1|xbone=CU1|ps=1.0|wiiu=Patch 1|switch=1.0.1|Added all items from and prior to [[Java Edition Beta 1.6]].
    |Total items: 93 (+93, -0)}}
    {{History||xbox=TU3|Added [[shear]]s.
    |Total items: 94 (+1, -0)}}
    {{History||xbox=TU5|Added [[melon]], melon [[seeds]], pumpkin [[seeds]], raw [[steak|beef]], [[steak]], [[raw chicken]], [[cooked chicken]], [[rotten flesh]], [[ender pearl]]s, 10 [[music disc]]s and chain [[armor]].
    |Total items: 117 (+23, -0)}}
    {{History||xbox=TU7|Added [[blaze rod]], [[ghast tear]], [[gold nugget]], [[glass bottle]], [[water bottle]], [[spider eye]], [[fermented spider eye]], [[eye of ender]], [[glistering melon]], [[nether wart]], [[blaze powder]], [[bottle o' enchanting]], [[magma cream]].
    |Total items: 130 (+13, -0)}}
    {{History||xbox=TU9|Added 20 types of [[spawn egg]]s, [[fire charge]]s and [[nether brick]].
    |Total items: 152 (+22, -0)}}
    {{History||xbox=TU12|Added [[ocelot]] spawn egg.
    |Total items: 153 (+1, -0)}}
    {{History||xbox=TU14|ps=1.04|Added [[emerald]], [[nether quartz]], [[enchanted book]], [[enchanted golden apple]], [[potato]], [[baked potato]], [[poisonous potato]], [[carrot]], [[golden carrot]], [[carrot on a stick]], [[pumpkin pie]], [[potion of night vision]] and [[potion of invisibility]].
    |Total items: 166 (+13, -0)}}
    {{History||xbox=TU19|xbone=CU7|ps=1.12|Added [[firework rocket]]s, [[firework star]], [[nether star]], [[lead]], iron, gold and diamond [[horse armor]], [[name tag]], [[horse]], [[donkey]] and [[mule]] spawn eggs.
    |Total items: 177 (+11, -0)}} 
    {{History||xbox=TU25|xbone=CU14|ps=1.17|Added [[book and quill]].
    |Total items: 178 (+1, -0)}}
    {{History||xbox=TU31|xbone=CU19|ps=1.22|wiiu=Patch 3|Added [[raw rabbit]], [[cooked rabbit]], [[rabbit stew]], [[raw mutton]], [[cooked mutton]], [[rabbit's foot]], [[rabbit hide]], [[potion]] of leaping, [[potion]] of water breathing, [[raw salmon]], [[cooked salmon]], [[clownfish]], [[pufferfish]], [[blue orchid]], [[allium]],[[azure bluet]], [[tulips]], [[oxeye daisy]], [[sunflower]], [[lilac]], [[poppy]] (replaces rose), [[rose bush]], [[peony]], [[prismarine crystals]], [[prismarine shard]] and spawn eggs for [[rabbit]]s, [[endermite]]s and [[guardian]]s.
    |Total items: 205 (+28, -1)}}
    {{History||xbox=TU43|xbone=CU33|ps=1.36|wiiu=Patch 13|Added [[beetroot]], [[beetroot seeds]] and [[beetroot soup]].
    |Total items: 208 (+3, -0)}}
    {{History||xbox=TU46|xbone=CU36|ps=1.38|wiiu=Patch 15|Added [[chorus fruit]], [[popped chorus fruit]], [[dragon's breath]], [[elytra]], [[lingering potions]], water [[splash potion]], [[potion]] of luck, tipped [[arrow]]s and [[boat]]s made from '''spruce, birch, jungle, acacia and dark oak wood'''.
    |Total items: 247 (+39, -0)}}
    {{History||xbox=TU53|xbone=CU43|ps=1.49|wiiu=Patch 23|switch=1.0.3|Added [[shulker shell]]s and iron [[nugget]].
    |Total items: 249 (+2, -0)}}
    {{History||xbox=TU54|xbone=CU44|ps=1.52|wiiu=Patch 24|switch=1.0.4|Added [[explorer map]]s, [[Totem of Undying|totems of undying]] and spawn eggs for [[skeleton horse]]s, [[zombie horse]]s, [[elder guardian]]s, [[stray]]s, [[wither skeleton]]s, [[husk]]s and [[zombie villager]]s.
    |Total items: 258 (+9, -0)}}
    {{History||xbox=TU60|xbone=CU51|ps=1.64|wiiu=Patch 30|switch=1.0.11|Added leather [[horse armor]].
    |Total items: 259 (+1, -0)}}
    {{History||xbox=TU69|xbone=none|ps=1.76|wiiu=Patch 38|switch=none|Added [[trident]]s, [[dried kelp]], [[fish]] buckets, [[turtle shell]]s, [[heart of the sea]]s, [[nautilus shell]]s, [[scute]], [[phantom membrane]]s, slow falling [[potion]]s and tipped [[arrow]]s and [[explorer map|buried treasure explorer maps]].
    |Total items: 275 (+16, -0)}}
    {{History||xbox=none|ps=1.83|wiiu=none|Added white, blue, brown and black [[dye]]s and spawn eggs for [[panda]]s and [[cat]]s.
    |Total items: 281 (+6, -0)}}
    {{History||ps=1.90|Added [[crossbow]], [[banner pattern]]s and [[shield]]s.
    |Total items: 284 (+3, -0)}}
    {{History||ps=1.91|Added [[sweet berries]].
    |Total items: 285 (+1, -0)}}
    {{History|3DS}}
    {{History||0.1.0|Added all items from and prior to [[Pocket Edition Alpha 0.15.0]].}}
    {{History||1.3.12|Added [[prismarine shard]]s, [[prismarine crystals]], [[nether star]]s, [[potion]] of decay and their [[Splash Potion|splash]], [[Lingering Potion|lingering]] and tipped [[arrow]] variants, [[guardian]] and elder guardian spawn eggs.}}
    {{History||1.7.10|Added [[ender pearl]], [[dragon egg]], [[chorus flower]], [[chorus fruit]], [[popped chorus fruit]], [[shulker shell]] and spawn eggs of [[endermite]], [[polar Bear]] and [[shulker]].}}
    {{History||1.9.19|Added [[explorer map]], [[totem of undying]], iron and gold [[nugget]]s and spawn eggs for [[llama]]s, [[evoker]]s, [[vindicator]]s and [[vex]]es.}}
    
    {{History|MinecraftEdu}}
    {{History||0.1|Added all items from and prior to [[Java Edition Beta 1.6]].}}
    {{History||0.9652|Added [[shears]], [[melon]], melon [[seeds]], pumpkin [[seeds]], raw [[steak|beef]], [[steak]], [[raw chicken]], [[cooked chicken]], [[rotten flesh]], [[ender pearl]]s, 10 [[music disc]]s and chain [[armor]].}}
    {{History||0.97|Added [[blaze rod]], [[ghast tear]], [[gold nugget]], [[glass bottle]], [[water bottle]], [[spider eye]], [[fermented spider eye]], [[eye of ender]], [[glistering melon]], [[nether wart]], [[blaze powder]], [[bottle o' enchanting]], [[magma cream]], and [[fire charge]].}}
    {{History||0.98|Added 20 types of [[spawn egg]]s.}}
    {{History||0.982|Added [[ocelot]] spawn egg.}}
    {{History||0.985|Added [[emerald]], [[enchanted golden apple]], [[book and quill]], [[written book]], and 8 types of [[potion]]s.}}
    {{History||0.9847|Added [[carrot]], [[golden carrot]], [[carrot on a stick]], [[nether star]], [[potato]], [[baked potato]], [[poisonous potato]], [[pumpkin pie]], [[music disc]] “wait”, [[enchanted book]], [[firework rocket]], [[firework star]], and [[potion]] and [[splash potion]] of [[invisibility]] and [[night vision]].}}
    {{History||1.5.1|snap=Build 1|Added [[block inspector]]{{only|MinecraftEdu}}, [[nether brick]], and [[nether quartz]].}}
    {{History||1.6.4|snap=Build 1|Added diamond, gold, and iron [[horse armor]], [[leads]], [[horse]] spawn egg, and [[name tag]].}}
    {{History||1.7.10|snap=Build 1|Added [[clownfish]], [[raw salmon]], [[cooked salmon]], [[pufferfish]], and potion and splash potion of [[water breathing]].}}
    {{History||1.8.9|snap=Build 1|Added [[raw rabbit]], [[cooked rabbit]], [[rabbit stew]], [[raw mutton]], [[cooked mutton]], [[rabbit's foot]], [[rabbit hide]], [[potion]] of leaping, [[blue orchid]], [[allium]], [[azure bluet]], [[tulips]], [[oxeye daisy]], [[sunflower]], [[lilac]], [[poppy]], [[rose bush]], [[peony]], [[prismarine crystals]], [[prismarine shard]] and spawn eggs for [[rabbit]]s, [[endermite]]s and [[guardian]]s.}}
    {{History|Education}}
    {{History||1.0.0|snap=0.14.2|Added all items from and prior to [[Pocket Edition Alpha 0.16.0]].}}
    {{History|||snap=release|Added [[ender pearl]], [[dragon egg]], [[chorus flower]], [[chorus fruit]], [[popped chorus fruit]], [[shulker shell]], [[portfolio]] and spawn eggs of [[endermite]], [[polar Bear]], [[shulker]], and [[NPC]].}}
    {{History||1.0.1|Added [[explorer map]], [[totem of undying]], iron [[nugget]],  and spawn eggs for [[llama]]s, [[evoker]]s, [[vindicator]]s and [[vex]]es.}}
    {{History||1.0.21|Added [[armor stand]]s, [[book and quill]], [[firework star]], [[firework rocket]], 12 [[music disc]]s, and spawn eggs for [[parrot]]s and [[zombie villager]]s.}}
    {{History||1.0.27|Added [[compound]]s, [[bleach]], [[ice bomb]]s, [[super fertilizer]], [[medicine]], [[sparkler]]s and [[glow stick]]s.}}
    {{History||1.4|Added [[trident]], [[dried kelp]], 4 buckets of [[Bucket of aquatic mob|fish]], [[heart of the sea]]s, [[nautilus shell]]s and spawn eggs for [[drowned]], [[dolphin]] and 4 types of [[fish]].}}
    {{History||1.7|Added [[turtle shell]]s, [[scute]]s, [[phantom membrane]]s, turtle master and slow falling [[potion]] and their [[Splash Potion|splash]], [[Lingering Potion|lingering]] and [[tipped arrow]] variants and spawn eggs for [[turtle]]s, [[phantom]]s and [[agent]]s.}}
    {{History||1.9|snap=1.8.0|Added [[crossbow]]s, 4 colors of [[dye]] and spawn eggs for [[cat]]s and [[panda]]s.}}
    {{History||1.12.0|Added 6 [[banner pattern]]s, [[sweet berries]], [[shield]]s and spawn eggs for [[pillager]]s, [[wandering trader]]s and [[ravager]]s.}}
    {{History||1.14.31|snap=1.14.30|Added [[suspicious stew]], [[honeycomb]], [[honey bottle]]s and spawn eggs for [[fox]]es and [[bee]]s.}}
    {{History||1.17.30|snap=1.17.30.2|Added netherite armor, tools, [[Netherite Ingot|ingot]] and [[Netherite Scrap|scrap]], piglin [[banner pattern]], pigstep [[music disc]], [[warped fungus on a stick]], [[powder snow bucket]], [[copper ingot]], [[glow ink sac]], [[glow berries]], [[bucket of axolotl]], [[amethyst shard]], [[raw metal]], [[spyglass]], slowness '''iv''' [[potion]]s and spawn eggs for [[hoglin]]s, [[piglin]]s, [[strider]]s, [[zoglin]]s, [[piglin brute]]s, [[goat]]s, [[glow squid]]s and [[axolotl]]s.}}
    {{History||1.18.32|snap=1.18.10.04|Added [[music disc]] “Otherside”.}}
    
    {{History|earth}}
    {{History||Release|Added all items from and prior to [[Bedrock Edition 1.12.0]].
    |Added spawn eggs for [[Minecraft Earth:Cluckshroom|cluckshroom]] and [[Minecraft Earth:Moobloom|moobloom]].}}
    {{History||0.2.0|Added [[glowstone dust]], and [[melon seeds]].}}
    
    {{History|dungeons}}
    {{History||1.1.1.0|snap=Dungeons Beta|Added all items from and prior to [[Bedrock Edition 1.14.0]].}}
    {{History||1.2.0.0|Added netherite armor, tools, [[Netherite Ingot|ingot]] and [[Netherite Scrap|scrap]], piglin [[banner pattern]], pigstep [[music disc]], [[warped fungus on a stick]], slowness '''iv''' potions, and spawn eggs for [[hoglin]]s, [[piglin]]s, [[strider]]s, and [[zoglin]]s.}}
    {{History||1.3.2.0|Added [[MCD:Baby Crossbows|baby crossbow]]s, [[battlestaff]], [[Minecraft Dungeons:Battlestaff of Terror|battlestaff of terror]], [[MCD:Corrupted Seeds|corrupted seeds]], [[MCD:Dual Crossbows|dual crossbows]], [[MCD:Growing Staff|growing staff]], and [[MCD:Spellbound Crossbows|spellbound crossbows]].}}
    {{History|foot}}
    
    ===Other changes===
    {{History|java Classic}}
    {{History||0.24_SURVIVAL_TEST|Arrows were added as an object and were fired by pressing {{Key|Tab}}.}}
    {{History|java indev}}
    {{History||December 31, 2009|link={{tumblr|notch|310183062}}|Added the [[inventory]], and with it, the first "non-tile" items.
    |[[Notch]] was hard at work making items and the inventory fully functional.<ref>{{tumblr|notch|310275237}}</ref><ref>{{tumblr|notch|310374080}}</ref>}}
    {{History||0.31|snap=20100111-1|Because the crafting system did not exist at this point, items were automatically added to the inventory after creating a new world.<ref>{{ytl|_EaKUlR2kU4}}</ref>
    |Apples were added, but they currently serve no function.}}
    {{History|||snap=20100122|Can now place blocks on resource items
    |Dropped items now experience gravity.}}
    {{History|||snap=20100124|Can now drop a whole stack of items instead of just one at a time.}}
    {{History|||snap=20100128|Items are now 3D.}}
    {{History|||snap=20100129|Added crafting.
    |Right-clicking drops one of a stack.}}
    {{History|||snap=20100130|Crafting improved; now has 36 recipes.}}
    {{History|java}}
    {{History||1.3.1|snap=12w15a|Stackable items now stack outside inventory when thrown to the ground individually.}}
    {{History||1.8|snap=14w25a|All items are now [[model]]s, some are still generated from item icons.
    |Resource packs can make models for all items.}}
    {{History||1.13|snap=17w49a|Items can be "tagged" with an ID.}}
    {{History||1.15|snap=19w39a|Lighting of blocks in the inventory has been swapped from being dark on the right to being dark on the left.}}
    {{History|||snap=19w40a|Lighting of blocks in the inventory is once again darker on the right, as it was before 19w39a.}}
    
    {{History|bedrock}}
    {{History||1.16.0|snap=beta 1.15.0.51|Dropped items now turn into a 3D model and spin.}}
    {{History|foot}}
    
    ===April Fools items===
    {{History|Java}}
    {{History||15w14a|Added the [[Obsidian Boat|obsidian boat]].}}
    {{History||1.RV-Pre1|Added [[Ankle Monitor|ankle monitor]]s, [[Reality Vision|reality vision glasses]] and the [[Smarter Watch|smarter watch]].}}
    {{History||3D Shareware v1.34|Added the [[3D|3D item]] and the blue, red, and yellow [[key]]s.}}
    {{History||20w14∞|Added the [[A Very Fine Item|very fine item]] and the [[footprint]]s.}}
    {{History||23w13a or b|Added the [[Bottle of Entity|Bottle of entity]] and their splash variations, [[Bottle of Void|bottle of void]], [[potion of Big]] and [[Potion|Small]] and their splash, lingering, and arrow variations, [[La Baguette|la baguette]], [[Le Tricolore|le tricolore]], 17 [[tag (item)|tag item]]s, new thing [[banner pattern]], [[Dupe Hack|dupe hack]], and [[longer string]].}}
    {{History|foot}}
    
    ==Issues==
    
    {{Issue list}}
    
    ==See also== 
    
    *[[Item repair]]
    *[[Item durability]]
    *[[Item (entity)]]
    
    ==References==
    
    {{reflist}}
    
    {{Items}}
    {{Environment}}
    
    [[Category:Items]]
    
    [[cs:Předmět]]
    [[de:Gegenstand]]
    [[el:Αντικείμενο]]
    [[es:Objeto]]
    [[fr:Objets]]
    [[hu:Tárgyak]]
    [[it:Oggetto]]
    [[ja:アイテム]]
    [[ko:아이템]]
    [[nl:Voorwerp]]
    [[pl:Przedmioty]]
    [[pt:Item]]
    [[ru:Предметы]]
    [[th:ไอเทม]]
    [[tr:Eşyalar]]
    [[uk:Предмет]]
    [[zh:物品]]</li></ul>
    18w31aAdded the following unused death message:
    • "<player> was killed by even more magic", along with its hover event: "Actually, message was too long to deliver fully. Sorry! Here's stripped version: <message>"
    The death message "<player> fell out of the water" can now appear practically, not only theoretically.
    1.14
    {{Extension DPL}}<ul><li>[[Beetroot Seeds|Beetroot Seeds]]<br/>{{Block
    | group = Age 0
    | 1-1 = Beetroots Age 0.png
    | 1-2 = Beetroots Age 0 BE.png
    | group2 = Age 1
    | 2-1 = Beetroots Age 1.png
    | 2-2 = Beetroots Age 1 BE.png
    | group3 = Age 2
    | 3-1 = Beetroots Age 2.png
    | 3-2 = Beetroots Age 2 BE.png
    | group4 = Age 3
    | 4-1 = Beetroots Age 3.png
    | 4-2 = Beetroots Age 3 BE.png
    |image=Beetroot Seeds JE2 BE2.png
    |transparent=Yes
    |light=No
    |tool=Any
    |renewable=Yes
    |stackable=Yes (64)
    |flammable=No
    |lavasusceptible=No
    }}
    '''Beetroot seeds''' are items that can be used to plant beetroot crops.
    
    '''Beetroot crops''' are planted in [[farmland]] and used to grow [[beetroot]] and beetroot seeds.
    
    == Obtaining ==
    
    === Natural generation ===
    [[Village]] farms have a chance of growing beetroot. The exact chance depends on the village:
    
    {| class="wikitable"
    ! Village style !! Chance
    |-
    | {{EnvSprite|desert-village}} Desert || 20%
    |-
    | {{EnvSprite|plains-village}} Plains || 5%
    |}
    
    === Breaking ===
    Harvesting fully-grown beetroot yields from 1 to 4 seeds per crop harvested ({{frac|2|5|7}} seeds per crop harvested on average). The [[Fortune]] enchantment can be used to improve the drop rate.
    
    === Chest loot ===
    {{LootChestItem|beetroot-seeds}}
    
    === Trading ===
    
    Beetroot seeds are sold by [[wandering trader]]s for one [[emerald]].
    
    == Usage ==
    
    === Farming ===
    Beetroot seeds can be placed on [[farmland]]. After being placed, it goes through four stages of growth. When fully grown it can be broken to produce beetroot seeds and beetroots.
    
    <!-- Java Edition only? -->While beetroot crops have only four growth stages compared to eight for [[wheat]], [[carrot]]s, and [[potato]]es, each growth tick has a {{frac|1|3}} chance of not advancing the growth stage and therefore beetroot grows slightly faster than other crops.
    
    Crops grow faster if the farmland they are planted in is [[Farmland#Hydration|hydrated]]. One application of [[bonemeal]] has a 75% chance of advancing growth by one stage. This is less effective than for other crops: an average of {{frac|5|1|3}} are needed to fully grow beetroot compared to {{frac|2|2|7}} for other crops.
    
    === Breeding ===
    Like other [[seeds]], beetroot seeds can be used to [[breed]] [[chicken]]s, lead chickens around, and make baby chickens grow up faster by 10% of the remaining time.
    
    === Taming ===
    
    Like other seeds, beetroot seeds can be used to tame [[parrot]]s.
    
    === Composting ===
    Placing beetroot seeds into a [[composter]] has a 30% chance of raising the compost level by 1.
    
    === Trading ===
    [[Wandering trader]]s may offer to sell beetroot seeds for one emerald.
    
    == Sounds ==
    {{Edition|Java}}:
    {{Sound table/Block/Crop/JE}}
    {{Edition|Bedrock}}:
    {{Sound table/Block/Wood/BE}}
    
    == Data values ==
    === ID ===
    {{edition|java}}:
    {{ID table
    |edition=java
    |showblocktags=y
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Beetroots
    |spritetype=block
    |nameid=beetroots
    |blocktags=bee_growables, crops
    |form=block}}
    {{ID table
    |displayname=Beetroot Seeds
    |spritetype=item
    |nameid=beetroot_seeds
    |form=item
    |foot=1}}
    
    {{edition|bedrock}}:
    {{ID table
    |edition=bedrock
    |shownumericids=y
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Beetroots
    |spritetype=block
    |nameid=beetroot
    |id=244
    |form=block
    |itemform=item.beetroot}}
    {{ID table
    |displayname=Beetroot Seeds
    |spritetype=item
    |nameid=beetroot_seeds
    |id=295
    |form=item
    |foot=1}}
    
    === Block states ===
    {{see also|Block states}}
    {{/BS}}
    
    == Advancements ==
    {{load advancements|A Seedy Place}}
    
    == History ==
    {{History|java}}
    {{History||1.9|snap=15w31a|[[File:Beetroot Seeds JE1 BE1.png|32px]] Added beetroot seeds.
    |[[File:Beetroots Age 0 JE1.png|32px]] [[File:Beetroots Age 1 JE1.png|32px]] [[File:Beetroots Age 2 JE1.png|32px]] [[File:Beetroots Age 3 JE1.png|32px]] Added beetroot crops.
    |Beetroot seeds can be found in [[end city]] [[chest]]s.
    |Beetroot plants naturally generate in [[village]] farms.
    |[[Villager]]s are able to harvest beetroot crops, but they are not yet able to pick up the seeds and plant them.}}
    {{History|||snap=15w38a|The [[drop]] chances have been greatly improved from the average {{frac|4|5}} per beetroot crop harvested to 2.
    |Villagers are now able to pick up and plant beetroot seeds.}}
    {{History|||snap=15w44a|Beetroots now generate in [[dungeon]] and [[mineshaft]] chests.}}
    {{History||1.11|snap=16w39a|Beetroot seeds are now found in the new [[woodland mansion]] chests.}}
    {{History||1.12|snap=17w18b|Placing a beetroot seeds in farmland now gives the player the "A Seedy Place" [[advancement]].{{verify}}}}
    {{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this item's numeral ID was 458 and block's numeral ID was 244.}}
    {{History||1.14|snap=18w43a|[[File:Beetroot Seeds JE2 BE2.png|32px]] The texture of beetroot seeds has been changed.
    |[[File:Beetroots Age 0 JE2.png|32px]] [[File:Beetroots Age 1 JE2.png|32px]] [[File:Beetroots Age 2 JE2.png|32px]] [[File:Beetroots Age 3 JE2.png|32px]] The textures of beetroot crops have been changed.}}
    {{History|||snap=18w49a|Beetroot seeds can now be found in chests in [[snowy tundra]] village houses.}}
    {{History|||snap=19w03a|Placing beetroot seeds into the new [[composter]] has a 10% chance of raising the compost level by 1.}}
    {{History|||snap=19w05a|Beetroot seeds now have a 30% chance of increasing the compost level in a composter.
    |Added [[Wandering Trader|wandering trader]]s, which sell beetroot seeds.}}
    {{History||1.15|snap=19w34a|[[Bee]]s can now pollinate beetroot crops.}}
    {{History||1.17|snap=21w13a|[[File:Beetroots Age 0 JE3.png|32px]] [[File:Beetroots Age 1 JE3.png|32px]] [[File:Beetroots Age 2 JE3.png|32px]] [[File:Beetroots Age 3 JE3.png|32px]] The "crop" template model has changed such that pixels appear in the same physical positions on opposite sides of texture planes, changing the beetroot crop's appearance in the process.<ref>{{bug|MC-199242|||Fixed}}</ref>}}
    {{History||1.18|snap=Pre-release 5|[[File:Beetroot Seeds JE3.png|32px]] The texture of beetroot seeds has been changed.}}
    {{History||1.20|snap=23w12a|Beetroot seeds can now be found in [[suspicious gravel]] and [[suspicious sand]] in [[trail ruins]].}}
    {{History|||snap=23w16a|Beetroot seeds no longer generates in [[suspicious sand]] in [[trail ruins]].|Due to the split of the archaeological loot tables for the suspicious gravel within the [[trail ruins]]; beetroot seeds now are in the common loot.}}
    
    {{History|pocket alpha}}
    {{History||November 14, 2013|link=https://twitter.com/jbernhardsson/status/400902957782147072|[[Johan Bernhardsson]] previewed an image of beetroot seeds.}}
    {{History||v0.8.0|snap=build 2|[[File:Beetroot Seeds JE1 BE1.png|32px]] Added Beetroots seeds.
    |[[File:Beetroots Age 0 JE1 BE1.png|32px]] [[File:Beetroots Age 1 JE1 BE1.png|32px]] [[File:Beetroots Age 2 JE1 BE1.png|32px]] [[File:Beetroots Age 3 JE1 BE1.png|32px]]{{verify|Correct models?}} Added Beetroots crops.}}
    {{History|||snap=build 3|Beetroots seeds now have a chance of dropping when tilling [[grass block]]s.}}
    {{History||v0.11.0|snap=build 1|"Beetroots seeds" have been renamed to "Beetroot Seeds" and the capitalization has now also been fixed.<ref>{{bug|MCPE-7953|||Fixed}}</ref>}}
    {{History||v0.12.1|snap=build 1|Beetroot seeds no longer have a chance of dropping when tilling [[grass block]]s.}}
    {{History||v0.14.0|snap=build 1|Beetroot seeds can now be found in [[minecart with chest]]s inside of [[mineshaft]]s.}}
    {{History||v0.16.2|Beetroot seeds can now be found in [[chest]]s inside the large house in [[ice plains]] and [[cold taiga]] [[village]]s.}}
    {{History|pocket}}
    {{History||1.0.0|snap=alpha 0.17.0.1|Beetroot seeds can now be found in the [[chest]]s of [[dungeon]]s and [[end city|end cities]].}}
    {{History||1.1.0|snap=alpha 1.1.0.0|Beetroot seeds can now be found in [[woodland mansion]] chests.}}
    {{History|bedrock}}
    {{History||1.2.0|snap=beta 1.2.0.2|Beetroot seeds can now be found inside [[bonus chest]]s.
    |Beetroot seeds can now be used to tame [[parrot]]s.}}
    {{History||1.10.0|snap=beta 1.10.0.3|[[File:Beetroot Seeds JE2 BE2.png|32px]] The texture of beetroot seeds has been changed.
    |[[File:Beetroots Age 0 JE2.png|32px]] [[File:Beetroots Age 1 JE2.png|32px]] [[File:Beetroots Age 2 JE2.png|32px]] [[File:Beetroots Age 3 JE2.png|32px]]{{verify|Correct models?}} The textures of beetroot crops have been changed.
    |Beetroot seeds are now [[trading|sold]] by the new [[wandering trader]]s.}}
    {{History||1.11.0|snap=beta 1.11.0.1|Beetroot seeds can now be used to fill the [[composter]].
    |Beetroot seeds can now be found in [[snowy tundra]] [[village]] house [[chest]]s.}}
    {{History||1.14.0|snap=beta 1.14.0.1|[[Bee]]s can now pollinate beetroot crops.}}
    {{History||?|[[File:Beetroots Age 0 BE.png|32px]] [[File:Beetroots Age 1 BE.png|32px]] [[File:Beetroots Age 2 BE.png|32px]] [[File:Beetroots Age 3 BE.png|32px]] Potato crop planes use a mapping that results in very unnatural mirroring when viewed from certain angles, such as northwest.<ref>{{bug|MCPE-146936}}</ref>}}
    
    {{History|console}}
    {{History||xbox=TU43|xbone=CU33|ps=1.36|wiiu=Patch 13|[[File:Beetroot Seeds JE1 BE1.png|32px]] Added beetroot seeds.
    |[[File:Beetroots Age 0 JE1 BE1.png|32px]] [[File:Beetroots Age 1 JE1 BE1.png|32px]] [[File:Beetroots Age 2 JE1 BE1.png|32px]] [[File:Beetroots Age 3 JE1 BE1.png|32px]]{{verify|Correct models?}} Added beetroot crops.}}
    {{History||xbox=none|xbone=none|ps=1.90|wiiu=none|switch=none|[[File:Beetroot Seeds JE2 BE2.png|32px]] The texture of beetroot seeds has been changed.
    |[[File:Beetroots Age 0 JE2.png|32px]] [[File:Beetroots Age 1 JE2.png|32px]] [[File:Beetroots Age 2 JE2.png|32px]] [[File:Beetroots Age 3 JE2.png|32px]]{{verify|Correct models?}} The textures of beetroot crops have been changed.}}
    
    {{History|New 3DS}}
    {{History||0.1.0|[[File:Beetroot Seeds JE1 BE1.png|32px]] Added beetroot seeds.
    |[[File:Beetroots Age 0 JE1 BE1.png|32px]] [[File:Beetroots Age 1 JE1 BE1.png|32px]] [[File:Beetroots Age 2 JE1 BE1.png|32px]] [[File:Beetroots Age 3 JE1 BE1.png|32px]]{{verify|Correct models?}} Added beetroot crops.}}
    {{History|foot}}
    
    == Issues ==
    
    {{issue list}}
    
    == Gallery ==
    
    <gallery>
    Beetrootstwitpic.png|The first image released of beetroot seeds.
    Village Wheat Beetroot Farm.png|Beetroots generated in a [[village]].
    File:Beetroot farm.png|A beetroot garden.
    </gallery>
    
    == References ==
    <references />
    
    {{Blocks|vegetation}}
    {{Items}}
    
    [[Category:Plants]]
    [[Category:Food]]
    [[Category:Generated structure blocks]]
    [[Category:Non-solid blocks]]
    
    [[cs:Semínka červené řepy]]
    [[es:Semillas de remolacha]]
    [[fr:Graines de betterave]]
    [[it:Semi di barbabietola]]
    [[ja:ビートルートの種]]
    [[ko:비트 씨앗]]
    [[nl:Bietenzaden]]
    [[pl:Nasiona buraka]]
    [[pt:Sementes de beterraba]]
    [[ru:Семена свёклы]]
    [[th:เมล็ดบีตรูท]]
    [[zh:甜菜种子]]</li><li>[[Photo|Photo]]<br/>{{exclusive|education}}
    {{Item
    | image = Photo EE2.png
    | renewable = No (unless [[portfolio]] is available)
    | stackable = 
    }}
    
    A '''photo''' is an [[item]] containing a picture taken with a [[camera]].<ref>{{cite|url=https://web.archive.org/web/20210925044841mp_/https://educommunity.minecraft.net/hc/en-us/articles/4407489082644-Feature-Walkthrough-Minecraft-Education-Edition-GOAT-Beta-version-1-17-30-| title = Feature Walkthrough Minecraft: Education Edition GOAT Beta (version 1.17.30)|website=Minecraft: Education Edition Support|date=September 24, 2021}}</ref><ref>{{cite|url=https://education.minecraft.net/en-us/blog/new-update-and-anniversary-for-mee| title = The GOAT Update Celebrates a Minecraft Milestone!|website=Minecraft: Education Edition|date=November 2, 2021}}</ref><ref>{{ytl|2Wd0J-EIfws|GOAT Release Playthrough|Minecraft: Education Edition|December 2, 2021}}</ref>
    
    == Obtaining ==
    A photo in a [[portfolio]] can be saved as a photo item by selecting the "Save to Inventory" button underneath it.
    
    == Usage ==
    Photos display an image when held in the hand or when placed in an [[item frame]], similarly to [[map]]s. Photos can have captions added to them by renaming them in an [[anvil]] or by adding a caption while they are in a portfolio. Photos can be added to [[book and quill]]s and portfolios by selecting the "Add Photo" button in the book and quill or portfolio.
    
    == Data values ==
    === ID ===
    {{ID table
    |edition=bedrock
    |shownumericids=y
    |showforms=y
    |notshowbeitemforms=y
    |generatetranslationkeys=y
    |displayname=Photo
    |spritetype=item
    |nameid=photo_item
    |id=?
    |form=item
    |foot=1}}
    
    == History ==
    {{History|education}}
    {{History||1.17.30|snap=1.17.30.2|[[File:Photo EE1.png|32px]] Added photos.}}
    {{History||1.17.30|snap=release|[[File:Photo EE2.png|32px]] Changed photo texture.}}
    {{History|foot}}
    
    == Gallery ==
    <gallery>
    Photo Item 1.png|A photo being placed in an item frame.
    Photo Item 2.png|A photo being saved from a portfolio.
    Photo Item 3.png|A photo being added to a book and quill.
    </gallery>
    
    == References ==
    {{Reflist}}
    
    {{Items}}
    {{Education Edition}}
    
    [[Category:Education Edition items]]
    [[Category:Non-renewable resources]]
    
    [[ja:写真]]
    [[zh:相片]]</li></ul>
    18w49aAdded the following death messages:
    • <player> was poked to death by a sweet berry bush
    • <player> was poked to death by a sweet berry bush whilst trying to escape <player/mob>
    1.15
    {{Extension DPL}}<ul><li>[[Raw Porkchop|Raw Porkchop]]<br/>{{Item
    | title = Raw Porkchop
    | image = Raw Porkchop.png
    | renewable = Yes
    | heals = {{hunger|3}}
    | stackable = Yes (64)
    }}
    A '''raw porkchop''' is a [[food]] item that can be eaten by the [[player]] or cooked to make a [[cooked porkchop]].
    
    == Obtaining ==
    
    === Mob loot ===
    
    ==== Pigs ====
    
    Adult [[pig]]s drop 1–3 raw porkchop when killed. The maximum amount is increased by 1 per level of [[Looting]], for a maximum of 1-6 with Looting III. If killed while on fire, they drop [[cooked porkchop]] instead.
    
    ==== Hoglins ====
    
    Adult [[hoglin]]s drop 2–4 raw porkchop when killed. The maximum amount is increased by 1 per level of [[Looting]], for a maximum of 7 with Looting III. If killed while on fire, they drop [[cooked porkchop]] instead.
    
    === Chest loot ===
    
    {{LootChestItem|raw-porkchop}}
    
    == Usage ==
    
    === Food ===
    
    To eat raw porkchop, press and hold {{control|use}} while it is selected in the hotbar. Eating one restores {{hunger|3}} [[hunger]] and 0.6 [[Hunger#Mechanics|saturation]].
    
    === Smelting ingredient ===
    
    {{Smelting
    |showname=1
    |Raw Porkchop
    |Cooked Porkchop
    |0.35
    }}
    
    === Trading ===
    
    {{IN|bedrock}}, novice-level butcher [[villager]]s have a {{frac|1|3}} chance to [[trading|buy]] 7 raw porkchop for an [[emerald]] as part of their [[trading|trades]].
    
    {{IN|java}}, novice-level butcher villagers have a 40% chance to buy 7 raw porkchop for an emerald.
    
    === Wolves ===
    
    Raw porkchops can be used to [[breed]] and heal tamed [[wolves]], lead them around, and make baby tamed wolves grow up faster by 10% of the remaining time.
    
    === Piglins ===
    [[Piglin|Piglins]] instantly pick up raw or [[Cooked Porkchop|cooked porkchops]] that are within 1 block of them, unless they have already picked up one within the last 10 seconds. Porkchops picked up are not dropped upon the piglin's death.
    
    ==Sounds==
    {{Sound table/Entity/Food}}
    
    == Data values ==
    === ID ===
    {{edition|java}}:
    {{ID table
    |edition=java
    |showitemtags=y
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Raw Porkchop
    |spritetype=item
    |nameid=porkchop
    |itemtags=piglin_food
    |form=item
    |foot=1}}
    
    {{edition|bedrock}}:
    {{ID table
    |edition=bedrock
    |shownumericids=y
    |showforms=y
    |notshowbeitemforms=y
    |generatetranslationkeys=y
    |displayname=Raw Porkchop
    |spritetype=item
    |nameid=porkchop
    |id=262
    |form=item
    |foot=1}}
    
    == Achievements ==
    {{load achievements|Pork Chop}}
    
    == Advancements ==
    {{load advancements|Husbandry;A Balanced Diet}}
    
    == History ==
    
    {{History|java indev}}
    {{History||20100219|[[File:Raw Porkchop JE1 BE1.png|32px]] Added raw porkchops. 
    |Raw porkchops restore {{hp|3}} and do not stack in the [[inventory]].
    |Raw porkchops are [[drops|dropped]] by [[pig]]s.}}
    {{History|java beta}}
    {{History||1.4|Raw porkchops can now be given to [[wolf|wolves]].}}
    {{History||1.8|snap=Pre-release|Raw porkchops can now be stacked to 64.<ref>{{Tweet|jeb|103408168356421632|Some Minecraft food changes...}}</ref> 
    |Raw porkchops now restore {{hunger|3}} to the [[Hunger|food bar]].}}
    {{History|java}}
    {{History||1.2.1|snap=12w03a|Raw porkchops can now be used to breed wolves.}}
    {{History||1.3.1|snap=12w21a|Raw porkchops can now be [[trading|sold]] to butcher [[villager]]s, at 14–17 pork chops for 1 [[emerald]].}}
    {{History|||snap=12w25a|[[Pig]]s now [[drops|drop]] 1–3 porkchops instead of 0–2.}}
    {{History||1.4.2|snap=12w37a|[[File:Raw Porkchop JE2 BE2.png|32px]] The texture of raw porkchops has been changed, so that it no longer has a dark outline.}}
    {{History||1.8|snap=14w02a|[[Trading]] has been changed; butcher villagers now [[trading|buy]] 14–18 porkchops for 1 emerald.}}
    {{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 319.}}
    {{History||1.14|snap=18w43a|[[File:Raw Porkchop.png|32px]] The texture of raw porkchops has been changed.}}
    {{History|||snap=18w49a|Raw porkchops can now be found in [[chest]]s in [[village]] butcher shops.}}
    {{History||1.16|snap=20w07a|Raw porkchops are dropped by the new [[hoglin]]s.
    |Raw porkchops have a {{frac|5|109}} (~4.59%) chance of being given by the new [[piglin]]s when [[bartering]], in a stack size of 2–5.}}
    {{History|||snap=20w09a|Raw porkchops can no longer be obtained by bartering with piglins.}}
    {{History|||snap=20w16a|Raw porkchops now generate in [[bastion remnants]] chests.}}
    
    {{History|pocket alpha}}
    {{History||v0.4.0|[[File:Raw Porkchop JE1 BE1.png|32px]] Added raw porkchops.}}
    {{History||v0.5.0|Raw porkchops now restore {{hp|3}} instead of {{hp|1}}.}}
    {{History||v0.8.0|snap=build 1|[[File:Raw Porkchop JE2 BE2.png|32px]] The texture of raw porkchops has been changed, so that it no longer has that dark outline.}}
    {{History||v0.12.1|snap=build 1|Raw porkchops now restore [[hunger]] instead of [[health]].}}
    {{History||v0.16.2|[[Pig]]s now [[drops|drop]] 1–3 raw porkchops rather than 0–2.}}
    {{History|pocket}}
    {{History||1.0.4|snap=alpha 1.0.4.0|14–18 raw porkchops can now be [[trading|sold]] to butcher [[villager]]s for an [[emerald]].}}
    {{History|bedrock}}
    {{History||1.10.0|snap=beta 1.10.0.3|[[File:Raw Porkchop.png|32px]] The texture of raw porkchops has been changed.}}
    {{History||1.11.0|snap=beta 1.11.0.3|Raw porkchops can now be found in [[village]] butcher [[chest]]s.}}
    {{History|||snap=beta 1.11.0.4|Butcher [[villager]]s now have {{frac|1|3}} chance to [[trading|buy]] 7 raw porkchops.}}
    
    {{History|console}}
    {{History||xbox=TU1|xbone=CU1|ps=1.0|wiiu=Patch 1|switch=1.0.1|[[File:Raw Porkchop JE1 BE1.png|32px]] Added raw porkchops.}}
    {{History||xbox=TU5|Raw porkchops are now stackable to 64 and fills [[hunger]] instead of [[health]].}}
    {{History||xbox=TU12|[[File:Raw Porkchop JE2 BE2.png|32px]] The texture of raw porkchops has been changed, so that it no longer has a dark outline.}}
    {{History||xbox=none|xbone=none|ps=1.90|wiiu=none|switch=none|[[File:Raw Porkchop.png|32px]] The texture of raw porkchops has been changed.}}
    
    {{History|new3DS}}
    {{History||0.1.0|[[File:Raw Porkchop JE2 BE2.png|32px]] Added raw porkchops.}}
    {{History|foot}}
    
    == Issues ==
    
    {{issue list}}
    
    == Gallery ==
    <gallery>
    I Porkchop Minecraft JINX.jpg|Official T-shirt artwork "I Porkchop Minecraft" sold by [https://www.jinx.com JINX].
    I Brake for Porkchop Bumper Sticker JINX.jpg|An official bumper sticker featuring a raw porkchop sold by JINX.
    </gallery>
    
    == References ==
    {{reflist}}
    
    == External Links ==
    *[https://www.minecraft.net/en-us/article/taking-inventory--porkchop Taking Inventory: Porkchop] – Minecraft.net on February 13, 2020
    
    {{Items}}
    
    [[Category:Food]]
    
    [[cs:Syrová kotleta]]
    [[de:Rohes Schweinefleisch]]
    [[es:Chuleta de cerdo cruda]]
    [[fr:Côtelette de porc crue]]
    [[hu:Nyers disznóhús]]
    [[ja:生の豚肉]]
    [[nl:Rauw varkensvlees]]
    [[pl:Surowy schab]]
    [[pt:Costeleta de porco crua]]
    [[ru:Сырая свинина]]
    [[uk:Сира свинина]]
    [[zh:生猪排]]
    [[Category:Renewable resources]]</li><li>[[Bookshelf|Bookshelf]]<br/>{{About|the bookshelf used with an enchanting table|the bookshelf that can hold books|Chiseled Bookshelf}}
    {{Block
    |image=Bookshelf.png
    |transparent=No
    |light=No
    |tool=Axe
    |renewable=Yes
    |stackable=Yes (64)
    |flammable=Yes (30)
    |lavasusceptible=Yes
    }}
    '''Bookshelves''' are [[blocks]] that improve [[enchanting|enchantments]] applied with an [[enchanting table]] when placed around one, up to a maximum of fifteen bookshelves, at the expense of [[Enchanting/Levels|level]] requirement.
    
    == Obtaining ==
    === Natural generation ===
    Bookshelves can generate in village libraries and sometimes village houses.
    
    [[Stronghold]]s may contain up to two libraries, each of which may be single-level or have an upper balcony. These feature some bookshelves arranged in pillars, and more bookshelves arranged in pillars in the walls. Single-level libraries contain 161 bookshelves, while libraries with balconies contain 233.
    
    Bookshelves also naturally generate in certain [[woodland mansion]] rooms.
    
    === Breaking ===
    Bookshelves can be broken fairly easily by hand, but can be broken faster by using an [[axe]]. In either case, they drop 3 books when broken, allowing the reconstruction of the bookshelf with the addition of six wood planks. When broken by an item that is [[enchanted]] with [[Silk Touch]], a bookshelf drops itself.
    {{breaking row|horizontal=1|Bookshelf|Axe}}
    
    === Crafting ===
    {{Crafting
    |A1=Any Planks
    |B1=Any Planks
    |C1=Any Planks
    |A2=Book
    |B2=Book
    |C2=Book
    |A3=Any Planks
    |B3=Any Planks
    |C3=Any Planks
    |Output=Bookshelf
    |type=Building block
    }}
    
    === Trading ===
    Novice-level librarian [[Villager|villagers]] have a 50% chance to sell 1 bookshelf for 9 [[Emerald|emeralds]] as part of their trades.{{only|bedrock}}
    
    Novice-level librarian villagers have a {{frac|2|3}} chance to sell 1 bookshelf for 9 emeralds.{{only|java}}
    
    == Usage ==
    === Enchanting ===
    {{main|Enchantment mechanics#Bookshelf placement}}
    
    If an [[enchanting table]] is placed near a bookshelf, glyph [[particles]] fly from the bookshelf toward the enchanting table. Having bookshelves in the proper position near the table allows the table to apply higher-level enchantments.
    
    === Crafting ingredient ===
    {{crafting usage}}
    
    === Fuel ===
    Bookshelves can be used as a [[fuel]] in [[furnace]]s, smelting 1.5 items per block.
    
    === Villager ===
    Librarian [[villager]]s can interact with bookshelves.
    
    === Note Blocks ===
    Bookshelf can be placed under [[note block]]s to produce "bass" sounds.
    
    == Sounds ==
    {{Sound table/Block/Wood}}
    
    == Data values ==
    === ID ===
    {{edition|java}}:
    {{ID table
    |edition=java
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Bookshelf
    |spritetype=block
    |nameid=bookshelf
    |showblocktags=y|blocktags=mineable/axe
    |foot=1}}
    
    {{edition|bedrock}}:
    {{ID table
    |edition=bedrock
    |shownumericids=y
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Bookshelf
    |spritetype=block
    |nameid=bookshelf
    |id=47
    |foot=1}}
    
    == Achievements ==
    {{load achievements|Librarian}}
    
    == History ==
    {{History|java classic}}
    {{History||October 24, 2009|link=https://notch.tumblr.com/post/221308991/the-new-block-types-and-new-graphics-for-the-gold|Bookshelves were teased by [[Notch]].}}
    {{History||0.26 SURVIVAL TEST|[[File:Bookshelf JE1.png|32px]] Added bookshelves.
    |Bookshelves are currently impossible to obtain without loading a pre-edited map.
    |Bookshelves are currently destroyed in [[explosion]]s.
    |When bookshelves are broken, they currently do not drop anything.}}
    {{History||0.28|Bookshelves can now be freely placed.}}
    {{History|java alpha}}
    {{History||v1.0.11|Bookshelves can now be [[crafting|crafted]] from 3 [[book]]s and 6 [[planks]].}}
    {{History|java beta}}
    {{History||1.8|snap=Pre-release|Bookshelves can now be found generated in libraries in [[village]]s, and libraries in [[stronghold]]s.}}
    {{History|java}}
    {{History||1.0.0|snap=Beta 1.9 Prerelease 3|Bookshelves now drop 3 [[book]]s when broken by a non-[[Silk Touch]] [[item]].
    |They are now necessary to [[enchanting|enchant]] with higher levels for better enchanted items.
    |The number of bookshelves required to reach the maximum enchantment level is 30.}}
    {{History|||snap=Beta 1.9 Prerelease 5|[[File:Bookshelf JE2 BE1.png|32px]] The top texture of bookshelves have now been updated as a result of the [[planks]] texture update.}}
    {{History||1.2.4|snap=release|[[Spruce planks]], [[birch planks]], and [[jungle planks]] can now be used to craft bookshelves.}}
    {{History||1.3.1|snap=12w21a|Librarian [[villager]]s now [[trading|sell]] 1 bookshelf for 3 [[emerald]]s.}}
    {{History|||snap=12w22a|The number of bookshelves required to reach the maximum enchantment level has been now decreased to 15.}}
    {{History||1.7.2|snap=1.7.1|[[Acacia planks]] and [[dark oak planks]] can now be used to craft bookshelves.}}
    {{History||1.8|snap=14w02a|Librarian villagers now sell 1 bookshelf for 3–4 [[emerald]]s.}}
    {{History||1.11|snap=16w39a|Bookshelves now generate in [[woodland mansion]]s.}}
    {{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this [[block]]'s numeral ID was 47.}}
    {{History||1.14|snap=18w43a|[[File:Bookshelf JE3.png|32px]] The texture of bookshelves has now been changed.}}
    {{History|||snap=18w47a|[[File:Bookshelf JE4 BE2.png|32px]] The texture of bookshelves has now been changed, once again.}}
    {{History|||snap=19w02a|Bookshelves can now be used to craft [[lectern]]s.}}
    {{History||1.16|snap=20w06a|[[Crimson planks]] and [[warped planks]] can now be used to craft bookshelves.}}
    {{History||1.19|snap=22w11a|[[Mangrove planks]] can now be used to craft bookshelves.}}
    
    {{History|pocket alpha}}
    {{History||v0.2.1|[[File:Bookshelf JE2 BE1.png|32px]] Added bookshelves.|Bookshelves are currently obtainable only in [[Creative]] mode.}}
    {{History||v0.3.0|Bookshelves are now obtainable in [[Survival]] mode.}}
    {{History||v0.9.0|snap=build 1|Bookshelves now naturally spawn in [[stronghold]]s and [[village]]s.}}
    {{History||v0.12.1|snap=build 1|Bookshelves can now be used to increase [[enchantment table]] levels.|Bookshelves can now be obtained by using a [[tool]] with the [[Silk Touch]] enchantment.}}
    {{History|pocket}}
    {{History||1.0.4|snap=alpha 1.0.4.0|Librarian [[villager]]s now [[trading|sell]] 1 bookshelf for 3-4 [[emerald]]s as their second tier trade.}} 
    {{History||1.1.0|snap=alpha 1.1.0.0|Bookshelves now generate in [[woodland mansion]]s.}}
    {{History|bedrock}}
    {{History||1.10.0|snap=beta 1.10.0.3|Bookshelves can now be used to craft [[lectern]]s.|Bookshelves now get inspected by librarian [[villager]]s.|[[File:Bookshelf JE4 BE2.png|32px]] The texture of bookshelves has been changed.}}
    {{History||1.11.0|snap=beta 1.11.0.4|[[Trading]] has now been changed, librarian villagers now have a 50% chance to sell a bookshelf for 6 [[emerald]]s as part of their first trade.}}
    
    {{History|console}}
    {{History||xbox=TU1|xbone=CU1|ps=1.00|wiiu=Patch 1|switch=1.0.1|[[File:Bookshelf JE2 BE1.png|32px]] Added bookshelves. Whether they actually used this texture is unknown.}}
    {{History||xbox=none|xbone=none|ps=1.90|wiiu=none|switch=none|[[File:Bookshelf JE4 BE2.png|32px]] The texture of bookshelves has been changed.}}
    
    {{History|new 3ds}}
    {{History||0.1.0|[[File:Bookshelf JE2 BE1.png|32px]] Added bookshelves.}}
    {{History|foot}}
    
    == Issues ==
    {{Issue list}}
    
    == Trivia ==
    * Bookshelves' top and bottom textures by default use the same texture as [[oak planks]].
    * It takes 90 planks, 45 [[leather]] and 135 [[paper]] to make 15 bookshelves in order to get a level 30 [[enchantment]].
    * A bookshelf is the icon for [[Education Edition]].
    
    == Gallery ==
    <gallery>
    File:Library in Village.png|Naturally occurring bookshelves in a [[village]]. (Before Village & Pillage).
    File:Large Stronghold Library.png|Naturally occurring bookshelves in a [[stronghold]].
    File:Achievement get! Trading emeralds for bookshelves.png|Bookshelves obtained by [[trading]] with a [[villager]].
    File:Enchanting-Table.png|Bookshelves powering an [[enchanting table]].
    </gallery>
    
    == References ==
    {{Reflist}}
    
    == External Links ==
    *[https://www.minecraft.net/en-us/article/block-week-bookshelf Block of the Week: Bookshelf] – Minecraft.net on December 16, 2016
    
    {{Blocks|Building}}
    
    [[Category:Manufactured blocks]]
    [[Category:Natural blocks]]
    [[Category:Generated structure blocks]]
    [[Category:Utility blocks]]
    [[Category:Bedrock Edition]]
    [[Category:Java Edition]]
    [[Category:Items]]
    [[Category:Flammable blocks]]
    
    [[cs:Knihovna]]
    [[de:Bücherregal]]
    [[es:Librería]]
    [[fr:Bibliothèque]]
    [[hu:Könyvespolc]]
    [[it:Libreria]]
    [[ja:本棚]]
    [[ko:책장]]
    [[nl:Boekenkast]]
    [[pl:Biblioteczka]]
    [[pt:Estante de livros]]
    [[ru:Книжные полки]]
    [[th:ชั้นหนังสือ]]
    [[uk:Книжкова полиця]]
    [[zh:书架]]</li></ul>
    19w34aAdded the following death messages:
    • <player> was stung to death
    • death.attack.sting.item
    Added the unused death message "<player> was stung to death by <player/mob>".
    1.16
    {{Extension DPL}}<ul><li>[[Shears|Shears]]<br/>{{Item
    | image = Shears.png
    | rarity = Common
    | renewable = Yes
    | durability = 238
    | stackable = No
    }}
    
    '''Shears''' are tools required to obtain some organic blocks or otherwise mine them faster as well as to shear certain entities and blocks.
    
    ==Obtaining==
    
    ===Crafting===
    
    {{Crafting
    |head=1
    |showdescription=1
    |B2= Iron Ingot
    |A3= Iron Ingot
    |Output= Shears
    |type= Tool
    }}
    {{crafting
    |foot=1
    |ignoreusage=1
    |Damaged Shears
    |Damaged Shears
    |Output= Shears
    |description= The durability of the two shears is added together, plus an extra 5% durability.
    |type= Tool
    }}
    Despite using [[Iron Ingot|iron]] in its crafting recipe, shears cannot be smelted into [[iron nugget]]s.<ref>{{bug|MC-111738}}</ref>
    
    ===Trading===
    
    Novice-level Shepherd [[villager]]s have a 40% chance to sell shears for 2 [[emerald]]s in Java Edition. This trade is always offered in Bedrock Edition.
    
    ===Chest loot===
    
    {{LootChestItem|shears}}
    
    ==Usage==
    
    ===Shearing===
    Shears lose 1 [[durability]] when used to shear something.
    
    Shears can be {{Control|use|text=used}} on a [[sheep]] to remove its coat and drop 1–3 [[wool]] of the corresponding color. The same sheep can be sheared again after it eats from a [[grass block]] to regenerate its coat.
    
    Shearing a [[mooshroom]] drops 5 [[mushroom]]s of the corresponding color and irreversibly turns it into a normal [[cow]].
    
    Shearing a [[snow golem]] irreversibly removes its pumpkin, dropping it and revealing its face.
    
    Shearing either a [[beehive]] or [[bee nest]] that is full of honey makes it drop 3 [[honeycomb]]s and resets it to honey level 0. The same beehive or bee nest can be sheared again if it is able to reach full honey again. If sheared by hand without a [[campfire]] below the hive or nest all bees within will exit and all nearby bees will attack the offending player. 
    
    [[Dispenser]]s can use shears in any of the above listed ways, interacting with any valid block or entity in front of the dispenser's face. This decreases the shears' [[durability]]. A dispenser shearing a beehive or bee nest will not anger bees or cause them to leave even if there is not a campfire below it.
    
    Shearing a [[pumpkin]] turns it into a [[carved pumpkin]], dropping 4 [[pumpkin seeds]] {{in|java}} or 1-3 pumpkin seeds {{in|bedrock}}.
    
    {{IN|java}}, shearing the tip of [[cave vines]], [[kelp]], [[weeping vines]], or [[twisting vines]] sets its age value to 25 and stops further growth.
    
    ===Breaking blocks===
    Shears use 1 [[durability]] when is used to break any block, even if it [[instant mining|breaks instantly]] by hand.
    
    Shears can be used to harvest [[cobweb|cobwebs]], [[leaves]], [[grass|grass, tall grass]], [[seagrass|seagrass, tall seagrass]], [[fern|ferns, large fern]]s, [[dead bush]]es, [[nether sprouts]], [[vines]], [[glow lichen]] or [[hanging roots]] and obtain them in item form. They can also be used to break [[tripwire]] connected to a [[tripwire hook]] without activating it.
    
    When shears are used to break [[Weeping Vines|weeping vines]] or [[Twisting Vines|twisting vines]] they are guaranteed to drop in item form instead of the usual 33% chance. This only applies to vines directly broken by shears and not vines that are broken due to the destruction of their supporting vines.
    
    The following table shows information about blocks that can be broken with shears. Colors indicate what gets dropped when the block is broken:
    
    *White: The original block.
    *Blue: The block's normal drop (i.e. string, sticks, seeds, saplings, apples).
    *Red: Nothing.
    
    {| class="wikitable" style="text-align:center" data-description="Blocks broken with shears"
    !
    !No shears breaking time
    !Shears breaking time
    |-
    ! style="text-align:left" |{{BlockLink|Cobweb}}
    | {{tc|no|20 s}}<ref group="note">Breaking cobwebs with a sword is as fast as breaking with shears, and yields string. This costs double durability.</ref>
    |0.4 s
    |-
    ! style="text-align:left" |{{BlockLink|Dead Bush}}
    | {{tc|planned|0 s}}
    |0 s
    |-
    ! style="text-align:left" |{{BlockLink|id=fern|Grass|Fern}}
    | {{tc|planned|0 s}}
    |0 s
    |-
    ! style="text-align:left" |{{BlockLink|Grass}}
    | {{tc|planned|0 s}}
    | 0 s
    |-
    ! style="text-align:left" |{{BlockLink|Nether Sprouts}}
    | {{tc|no|0 s}}<ref group="note">{{IN|bedrock}}, the item drops when breaking it with fists.</ref>
    |0 s
    |-
    ! style="text-align:left" |{{BlockLink|Leaves}}
    | {{tc|planned|0.35 s}}
    |0.05 s
    |-
    ! style="text-align:left" |{{BlockLink|id=tripwire|String#Tripwire|Tripwire}}
    |0 s
    |0 s<ref group="note">Using shears does not trigger a redstone pulse.</ref>
    |-
    ! style="text-align:left" |{{BlockLink|Vines}}
    | {{tc|no|0.35 s}}
    |0.35 s
    |-
    ! style="text-align:left" |{{BlockLink|Wool}}
    |1.25 s
    |0.25 s
    |-
    ! style="text-align:left" |{{BlockLink|Seagrass}}
    | {{tc|no|0 s}}
    |0 s
    |-
    ! style="text-align:left" | {{BlockLink|Glow Lichen}}
    | {{tc|no|0.3 s}}
    |0.3 s
    |-
    ! style="text-align:left" |{{BlockLink|Hanging Roots}}
    | {{tc|no|0 s}}
    |0 s
    |-
    ! style="text-align:left" |{{BlockSprite|Twisting Vines Plant}}{{BlockLink|Twisting Vines}}<br> {{BlockSprite|Weeping Vines Plant}}{{BlockLink|Weeping Vines}}
    |0 s
    |0 s<ref group="note">Using shears will increase the chance of dropping from 33% to 100%.</ref>
    |}
    
    {{notelist}}
    
    ===Enchantments===
    
    Shears can receive the following [[Enchanting|enchantments]]:
    
    {| class="wikitable col-2-center col-3-right"
    |+
    !Name
    ! Max Level
    ![[Enchanting|Method]]
    |-
    |[[Efficiency]]
    |V
    |{{Inventory slot|Anvil}}
    |-
    |[[Unbreaking]]
    | III
    |{{Inventory slot|Anvil}}
    |-
    |[[Mending]]
    |I
    |{{Inventory slot|Anvil}}
    |-
    |[[Curse of Vanishing]]
    |I
    |{{Inventory slot|Anvil}}
    |-
    |[[Silk Touch]]{{only|be|short=1}}
    |I
    |{{Inventory slot|Anvil}}
    |}
    
    {{notelist}}
    
    == Sounds ==
    {{edition|java}}:
    {{Sound table
    |rowspan=4
    |sound=Shear.ogg
    |subtitle=Shears click
    |source=player
    |description=When a mooshroom is sheared
    |id=entity.mooshroom.shear
    |translationkey=subtitles.item.shears.shear
    |volume=1.0
    |pitch=1.0
    |distance=16}}
    {{Sound table
    |subtitle=Shears click
    |source=player
    |description=When a sheep is sheared
    |id=entity.sheep.shear
    |translationkey=subtitles.item.shears.shear
    |volume=1.0
    |pitch=1.0
    |distance=16}}
    {{Sound table
    |subtitle=Shears click
    |source=player
    |description=When a snow golem is sheared
    |id=entity.snow_golem.shear
    |translationkey=subtitles.item.shears.shear
    |volume=1.0
    |pitch=1.0
    |distance=16}}
    {{Sound table
    |subtitle=Plant cropped
    |source=block
    |description=When a growing plant is cropped
    |id=block.growing_plant.crop
    |translationkey=subtitles.block.growing_plant.crop
    |volume=1.0
    |pitch=1.0
    |distance=16}}
    {{Sound table
    |sound=Beehive shear.ogg
    |source=block
    |subtitle=Shears scrape
    |description=When honeycombs are harvested from a beehive
    |id=block.beehive.shear
    |translationkey=subtitles.block.beehive.shear
    |volume=0.8
    |pitch=1.0/0.8/0.9
    |distance=16}}
    {{Sound table
    |sound=Pumpkin carve1.ogg
    |sound2=Pumpkin carve2.ogg
    |source=block
    |subtitle=Shears carve
    |description=When a pumpkin is carved
    |id=block.pumpkin.carve
    |translationkey=subtitles.block.pumpkin.carve
    |volume=1.0
    |pitch=1.0
    |distance=16}}
    {{Sound table
    |sound=Random break.ogg
    |subtitle=Item breaks
    |source=player
    |description=When a pair of shears' durability is exhausted
    |id=entity.item.break
    |translationkey=subtitles.entity.item.break
    |volume=0.8
    |pitch=0.8-1.2
    |distance=16
    |foot=1}}
    
    {{edition|bedrock}}:<br>
    Pumpkins do not have carve sounds.
    {{Sound table
    |type=bedrock
    |sound=Shear.ogg
    |source=player
    |description=When something is sheared
    |id=mob.sheep.shear
    |volume=1.0
    |pitch=1.0}}
    {{Sound table
    |sound=Beehive shear.ogg
    |source=block
    |description=When honeycombs are harvested from a beehive
    |id=block.beehive.shear
    |volume=0.8
    |pitch=0.8-1.0}}
    {{Sound table
    |sound=Random break.ogg
    |source=player
    |description=When a pair of shears' durability is exhausted
    |id=random.break
    |volume=1.0
    |pitch=0.9
    |foot=1}}
    
    ==Data values==
    ===ID===
    {{edition|java}}:
    {{ID table
    |edition=java
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Shears
    |spritetype=item
    |nameid=shears
    |form=item
    |foot=1}}
    
    {{edition|bedrock}}:
    {{ID table
    |edition=bedrock
    |shownumericids=y
    |showforms=y
    |notshowbeitemforms=y
    |generatetranslationkeys=y
    |displayname=Shears
    |spritetype=item
    |nameid=shears
    |id=421
    |form=item
    |foot=1}}
    
    ==Achievements==
    
    {{load achievements|Have a Shearful Day}}<div style="text-align:center"></div>
    
    ==History==
    {{History||June 3, 2011|link=https://twitter.com/jeb_/status/76570646074765312|Shears were first mentioned by [[Jeb]] on [[wikipedia:Twitter|Twitter]]. The tweet revealing Jeb's work on shears was written in Swedish (''Jag jobbar på shears nu''), which translates to "I'm working on shears now".}}
    {{History||June 7, 2011|link=https://twitter.com/jeb_/status/78154891637436416|Jeb tweets about how shears were originally planned as a way to defuse [[TNT]], but he dropped this shortly after deciding TNT would detonate only with [[redstone]] or [[fire]].}}
    {{History|java beta}}
    {{History||1.7|[[File:Shears JE1 BE1.png|32px]] Added shears.
    |Before [[Beta 1.7]], [[sheep]] would drop 1-3 [[wool]] blocks at most when hit, but shears can harvest up to 4 wool blocks per sheep.}}
    {{History||1.8|snap=Pre-release|Shears can now be used to harvest a [[fern]], [[vines]] and [[grass]].}}
    {{History|java}}
    {{History||1.0.0|snap=Beta 1.9 Prerelease|Shears now harvest [[red mushroom]]s from a [[mooshroom]] and turn it back into a normal [[cow]].}}
    {{History||1.1|snap=11w49a|[[Sheep]] now drop only 1-3 wool blocks when sheared, but they can also regrow their wool by eating [[grass block|grass]], which is part of a plan to have [[animal]]s stay in the game longer.<ref>{{Tweet|jeb|76647002317930496}}</ref>}}
    {{History||1.2.1|snap=12w05a|Shears can now be used to harvest [[dead bush]]es.}}
    {{History|||snap=12w06a|Shears are now [[renewable]], due to [[zombie]]s occassionally dropping iron ingots.}}
    {{History||1.3.1|snap=12w21a|Shears can now be [[trading|bought]] from farmer [[villager]]s for 3 [[emerald]]s each.}}
    {{History|||snap=12w22a|Shears can now be used to break [[tripwire]] string and not set it off.}}
    {{History||1.4.2|snap=12w38a|Added a [[sound]] when using shears on [[sheep]].}}
    {{History||1.4.6|snap=12w50a|Shears can now be [[enchanting|enchanted]].}}
    {{History||1.8|snap=14w02a|[[Trading]] has been changed: Shepherd [[villager]]s now [[trading|sell]] shears for 3–4 [[emerald]]s each. 
    |Farmers no longer trade shears.}}
    {{History|||snap=pre1|Shears now lose [[item durability|durability]] when breaking [[wool]] blocks. In previous versions, shears would take [[item durability|durability]] [[damage]] only when destroyed or when breaking [[tall grass]] or [[leaves]], the damage remaining the same for all other [[block]]s.<ref>{{bug|MC-5313}}</ref>}}
    {{History||1.9|snap=15w34a|Shears may now be used in a crafting grid to zoom in [[map]]s.}}
    {{History|||snap=15w45a|Shears no longer zoom in maps.}}
    {{History|||snap=15w47b|Shears can no longer be enchanted with [[Silk Touch]].
    |Shears now lose durability when used to break any block (formerly lost durability only from [[leaves]], [[web]], [[grass]], [[vines]], [[tripwire]] and [[wool]]).}}
    {{History|||snap=15w47c|Shears now harvest [[cobweb]] without requiring [[Silk Touch]].}}
    {{History|||snap=15w49a|[[Snow golem]]'s [[pumpkin]] can now be removed with shears.}}
    {{History||1.13|snap=17w47a|When shears are {{control|used}} on an un-carved [[pumpkin]], it now turns into a carved pumpkin and drops 4 [[pumpkin seeds]].
    |Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 359.}}
    {{History||1.14|snap=18w43a|Shears placed in a [[dispenser]] can now shear [[sheep]].
    |[[File:Shears JE2 BE2.png|32px]] The texture of shears has been changed.}}
    {{History|||snap=18w49a|Shears can now be found in [[chest]]s in [[village]] shepherd houses.}}
    {{History||1.15|snap=19w34a|Shears can now be used on [[bee nest]]s and [[beehive]]s to harvest [[honeycomb]].}}
    {{History||1.16|snap=20w15a|Shears placed in a dispenser can now shear [[mooshrooms]] and [[snow golem]]s.}}
    {{History||1.16.2|snap=pre1|Shears are now required in order to pick up [[roots]].}}
    {{History||1.16.2|snap=pre2|Shears are no longer required to pick up [[roots]].}}
    {{History||1.17|snap=?|Shears are now required in order to pick up [[hanging roots]].}}
    {{History||1.18|snap=21w37a|Shears can now stop [[cave vines]], [[kelp]], [[weeping vines]], and [[twisting vines]] from aging.}}
    {{History||1.19|snap=22w11a|Shears are now required in order to pick up [[mangrove leaves]].}}
    
    {{History|pocket alpha}}
    {{History||v0.2.0|[[File:Shears JE1 BE1.png|32px]] Added shears.}}
    {{History||v0.3.2|Survival [[player]]s no longer start out with infinite durability shears in the [[inventory]].}}
    {{History||v0.4.0|Removed shears from the creative inventory.}}
    {{History||v0.8.0|snap=build 3|Re-added shears to [[creative]] mode.}}
    {{History||v0.9.0|snap=build 1|Shears can now be used to transform [[mooshroom]]s into [[cow]]s.}}
    {{History||v0.12.1|snap=build 3|Shearing a [[snow golem]] now removes its [[pumpkin]].
    |Shears can now be [[enchanting|enchanted]] in an [[anvil]].}}
    {{History||v0.13.0|snap=build 1|Shears can now be used to break [[tripwire]] string without triggering it.}}
    {{History||v0.15.0|snap=build 1|Shears now lose durability when used to break any [[block]].}}
    {{History|pocket}}
    {{History||1.0.4|snap=alpha 1.0.4.0|Shears can now be [[trading|bought]] from shepherd [[villager]]s.}}
    {{History||1.1.0|snap=alpha 1.1.0.0|Breaking a [[melon|melon block]] with shears now always drop 9 [[melon slice|melons]].}}
    {{History|bedrock}}
    {{History||1.4.0|snap=beta 1.2.13.8|Shears can now be used to turn un-carved [[pumpkin]]s into [[carved pumpkin]] and spit out 4 [[pumpkin seeds]].}}
    {{History||?|Shears now harvest [[cobweb]] without requiring [[Silk Touch]].}} 
    {{History||1.10.0|snap=beta 1.10.0.3|Shears placed in a [[dispenser]] can now shear [[sheep]].
    |[[File:Shears JE2 BE2.png|32px]] The texture of shears has been changed.}}
    {{History||1.11.0|snap=beta 1.11.0.1|Shears can now be found in [[village]] shepherd houses.}}
    {{History|||snap=beta 1.11.0.4|Shears [[trading|sold]] by shepherd [[villager]]s now cost only 2 [[emerald]]s.}}
    {{History||1.14.0|snap=beta 1.14.0.1|Shears can now be used on [[bee nest]]s and [[beehive]]s to harvest [[honeycomb]].}}
    
    {{History|console}}
    {{History||xbox=TU3|xbone=CU1|ps=1.0|wiiu=Patch 1|switch=1.0.1|[[File:Shears JE1 BE1.png|32px]] Added shears.}}
    {{History||xbox=TU69|xbone=none|ps=1.76|wiiu=Patch 38|switch=none|Shears can now be used to turn regular [[pumpkin]]s into [[carved pumpkin]]s.}}
    {{History||xbox=none|xbone=none|ps=1.90|wiiu=none|switch=none|[[File:Shears JE2 BE2.png|32px]] The texture of shears has been changed.
    |Shears placed in a [[dispenser]] can now shear [[sheep]].}}
    
    {{History|New 3DS}}
    {{History||0.1.0|[[File:Shears JE1 BE1.png|32px]] Added shears.}}
    {{History|foot}}
    
    ==Issues==
    {{issue list}}
    
    ==Gallery==
    
    <gallery>
    File:Enchanted Shears.gif|An enchanted pair of shears.
    </gallery>
    
    ==References==
    {{reflist}}
    
    ==External links==
    *[https://www.minecraft.net/en-us/article/taking-inventory--shears Taking Inventory: Shears] – Minecraft.net on November 20, 2019
    
    {{Items}}
    
    [[cs:Nůžky]]
    [[de:Schere]]
    [[es:Tijeras]]
    [[fr:Cisailles]]
    [[hu:Metszőolló]]
    [[it:Cesoie]]
    [[ja:ハサミ]]
    [[ko:가위]]
    [[nl:Schaar]]
    [[pl:Nożyce]]
    [[pt:Tesoura]]
    [[ru:Ножницы]]
    [[zh:剪刀]]
    [[Category:Renewable resources]]</li><li>[[Helmet|Helmet]]<br/>{{Update|Include information about armor trims and updated netherite upgrade information.}}
    {{redirect|Cap|mob spawning caps|Spawn}}
    {{redirect|Turtle Shell|the item dropped by maturing turtles|Scute}}
    {{Item
    | image = <gallery>
    Leather Cap.png| Leather
    Chainmail Helmet.png| Chainmail
    Iron Helmet.png| Iron
    Diamond Helmet.png| Diamond
    Golden Helmet.png| Golden
    Netherite Helmet.png| Netherite
    Turtle Shell.png| Turtle Shell
    </gallery>
    | durability = 
    * Leather: 55
    * Chainmail: 165
    * Iron: 165
    * Golden: 77
    * Diamond: 363
    * Netherite: 407
    * Turtle Shell: 275
    | renewable = 
    * '''Netherite''': No
    * '''All others''': Yes
    | stackable = No
    }}
    '''Helmets''' are a type of [[armor]] that covers the head of the player. There are seven types of helmets: '''leather cap''', '''chainmail helmet''', '''iron helmet''', '''diamond helmet''', '''gold helmet''', '''netherite helmet''', and '''turtle shell'''.
    
    ==Obtaining ==
    
    ===Crafting===
    
    {{crafting
      |head=1
      |showname=0
      |showdescription=1
      |name=Helmet
       |A2= Leather;Gold Ingot;Iron Ingot;Diamond;Scute
       |B2= Leather;Gold Ingot;Iron Ingot;Diamond;Scute
       |C2= Leather;Gold Ingot;Iron Ingot;Diamond;Scute
        |A3= Leather;Gold Ingot;Iron Ingot;Diamond;Scute
        |C3= Leather;Gold Ingot;Iron Ingot;Diamond;Scute
      |description=
      |Output= Leather Cap;Golden Helmet;Iron Helmet;Diamond Helmet;Turtle Shell
      |type= Combat
    }}
    {{crafting
      |ignoreusage=1
      |name=[[Helmet]]
      |ingredients=Damaged matching helmet
      |Damaged Leather Cap; Damaged Golden Helmet; Damaged Chainmail Helmet; Damaged Iron Helmet; Damaged Diamond Helmet; Damaged Turtle Shell; Damaged Netherite Helmet
      |Damaged Leather Cap; Damaged Golden Helmet; Damaged Chainmail Helmet; Damaged Iron Helmet; Damaged Diamond Helmet; Damaged Turtle Shell; Damaged Netherite Helmet
      |Output= Leather Cap; Golden Helmet; Chainmail Helmet; Iron Helmet; Diamond Helmet; Turtle Shell; Netherite Helmet
      |description= The durability of the two helmets is added together, plus an extra 5% durability.
      |type= Combat
      |foot=1
    }}
    
    ===Upgrading===
    
    {{Smithing
    |head=1
    |Netherite Upgrade
    |Diamond Helmet
    |Netherite Ingot
    |Netherite Helmet
    |tail=1
    }}
    
    ===Repairing===
    ====Grinding====
    {{Grinding
    |showdescription=1
    |ingredients=2x Damaged [[Leather Cap]] or<br>2x Damaged [[Chainmail Helmet]] or<br>2x Damaged [[Iron Helmet]] or<br>2x Damaged [[Golden Helmet]] or<br>2x Damaged [[Diamond Helmet]] or<br>2x Damaged [[Netherite Helmet]] or<br>2x Damaged [[Turtle Shell]]
    |Damaged Leather Cap; Damaged Chainmail Helmet; Damaged Iron Helmet; Damaged Golden Helmet; Damaged Diamond Helmet; Damaged Netherite Helmet; Damaged Turtle Shell
    |Damaged Leather Cap; Damaged Chainmail Helmet; Damaged Iron Helmet; Damaged Golden Helmet; Damaged Diamond Helmet; Damaged Netherite Helmet; Damaged Turtle Shell
    |Leather Cap; Chainmail Helmet; Iron Helmet; Golden Helmet; Diamond Helmet; Netherite Helmet; Turtle Shell
    |description=The durability of the two helmets are added together, plus an extra 5% durability.
    }}
    
    ====[[Anvil mechanics#Unit repair|Unit repair]]====
    Helmets can be repaired in an [[anvil]] by adding units of the [[armor material]]'s repair material, with each repair material restoring 25% of the helmet's maximum durability, rounded down.
    
    ===Mob loot===
    
    If a [[zombie]], [[husk]], [[stray]] or [[skeleton]] is wearing armor, there is a 8.5% chance (9.5% with [[Looting]] I, 10.5% with Looting II and 11.5% with Looting III) for the mob to drop a helmet upon death. The dropped helmet is usually badly damaged, and may be [[enchanted]] with enchantment levels 5-19.
    
    {{IN|bedrock}}, [[vindicator]]s and [[pillager]]s spawned in [[raid]]s have a 8.3525% chance (10.28% on hard) to drop [[iron]] helmets. The dropped helmets are usually badly damaged, and have a 50% chance of being [[enchanted]] with a random [[enchantment]].
    
    ===Natural generation===
    Two [[armor stand]]s are found in each taiga [[village]] outdoor armory, one of them equipped with an [[iron helmet]].
    
    ===Chest loot===
    {{IN|BE}}, a sealed room in [[woodland mansion]]s can appear that has a chest sometimes containing an [[Efficiency]] I leather cap.<ref>{{bug|MCPE-109048}}</ref>
    {{LootChestItem|leather-cap,random-enchanted-leather-cap,chainmail-helmet,iron-helmet,level-enchanted-iron-helmet,golden-helmet,random-enchanted-golden-helmet,diamond-helmet,damaged-diamond-helmet,level-enchanted-diamond-helmet,damaged-random-enchanted-diamond-helmet,damaged-random-enchanted-diamond-helmet-2}}
    
    ===Trading===
    
    {{IN|java}}, novice-level armorer villagers have a 40% chance to sell an iron helmet for 4 emeralds. Journeyman-level armorers have a 40% chance to sell a chainmail helmet for 1 emerald. Master-level armorers always sell an enchanted diamond helmet for 11-27 emeralds. Apprentice-level leatherworker villagers have a {{frac|2|3}} chance to sell a leather cap<ref group="note" name="dye note">The leather armor has a random color created by two dyes (possibly the same dye twice.)</ref> for 5 emeralds. Master-level leatherworker villagers offer the same trade.
    
    Armorer villagers may give the players with the [[Hero of the Village]] effect a chainmail helmet.
    
    {{IN|bedrock}}, novice-level armorer villagers have a 25% chance to sell iron helmet for 5 emeralds, {{frac|1|3}} chance to sell chainmail helmet at journeyman-level for an emerald, and 50% chance to sell enchanted diamond helmet for 8 emeralds at master-level. Apprentice-level leatherworker villagers have a 50% chance to sell leather cap for 5 emeralds as part of their trades, and 50% chance to sell an enchanted leather cap for 5 emeralds at the master level.
    
    {{notelist|columns=1}}
    
    ==Usage ==
    
    Helmets can be placed in the top armor slot of a player's [[inventory]] for activation.
    
    ===Defense points===
    
    Defense points are each signified by half of a shirt of mail in the armor bar above the health bar. Each defense point reduces any damage dealt to the player that is absorbed by armor by 4%, increasing additively with the number of defense points. Different materials and combinations of armor provide different levels of defense.
    
    The following table shows the number of defense points added by helmets.
    
    {| class="wikitable" data-description="Helmet defense points"
    |-
    ! scope="col" |Material
    ! scope="col" |
    |-
    ! scope="row" |Leather
    |{{armor|1}}
    |-
    ! scope="row" |Golden
    | rowspan="4" |{{armor|2}}
    |-
    ! scope="row" |Chainmail
    |-
    ! scope="row" |Iron
    |-
    ! scope="row" |Turtle Shell
    |-
    ! scope="row" |Diamond
    | rowspan="2" |{{armor|3}}
    |-
    ! scope="row" |Netherite
    |}
    
    ===Knockback resistance===
    A netherite helmet provides 10% knockback resistance.
    
    ===Durability===
    
    The following table shows the amount of damage each piece of armor can absorb before being destroyed.
    
    Any "hit" from a damage source that can be blocked by armor removes one point of durability from each piece of armor worn for every {{hp|4}} of incoming damage (rounded down, but never below 1). Damage taken that armor doesn't protect (such as [[Damage#Fall damage|falling]] or [[Damage#Drowning|drowning]]) does not damage the armor, even if it is enchanted to protect against that type of damage. The following chart displays how many hits helmets can endure.
    
    Netherite armor is not damaged by [[lava]] or [[fire]] when worn.
    
    {| class="wikitable" data-description="Helmet durability"
    |-
    !Material
    !Durability
    |-
    ! scope="row" |Leather
    |55
    |-
    ! scope="row" |Golden
    |77
    |-
    ! scope="row" |Chainmail
    | rowspan="2" |165
    |-
    ! scope="row" |Iron
    |-
    ! scope="row" |Turtle Shell
    |275
    |-
    ! scope="row" |Diamond
    |363
    |-
    ! scope="row" |Netherite
    |407
    |}
    
    ====Repair====
    
    Helmets may be [[item repair|repaired]] by using them along with some of their crafting material (leather, gold ingots, iron ingots, diamonds or netherite) in an [[anvil]]. Chainmail helmets may be repaired in this way with iron ingots. They may also be repaired by crafting them together with another helmet of like material.
    
    ===Enchantments===
    A helmet can receive the following [[enchantment]]s. Note that while iron and chainmail have the same durability, chainmail has a higher [[Tutorials/Enchanting mechanics#Enchantability|enchantability]] than iron or diamond.
    {| class="wikitable"
    |-
    !Enchantment !!Max Level !!Notes
    |-
    |[[Fire Protection]]|| IV ||<ref group="note" name="exclusive">Fire Protection, Blast Protection, Projectile Protection and Protection are mutually exclusive</ref>
    |-
    |[[Projectile Protection]]|| IV ||<ref group="note" name="exclusive" />
    |-
    |[[Blast Protection]]|| IV ||<ref group="note" name="exclusive" />
    |-
    |[[Protection]]|| IV ||<ref group="note" name="exclusive" />
    |-
    |[[Unbreaking]]||III
    |
    |-
    |[[Respiration]]||III
    |
    |-
    |[[Aqua Affinity]]||I
    |
    |-
    |[[Thorns]]||III ||<ref group="note" name="anvil">Only from using an [[anvil]] and [[enchanted book]]s.</ref>
    |-
    |[[Mending]]||I ||<ref group="note" name="anvil2">Only from chest loot, fishing, or an anvil and enchanted books.</ref>
    |-
    |[[Curse of Binding]]||I ||<ref group="note" name="anvil2" />
    |-
    |[[Curse of Vanishing]]||I ||<ref group="note" name="anvil2" />
    |}
    {{notelist}}
    
    ===Turtle shell effect===
    
    Equipping a {{ItemSprite|Turtle Shell}} turtle shell provides the {{EffectLink|Water Breathing}} status effect, allowing the player to remain underwater for an additional 10 seconds. The time that this effect lasts does not begin to count down until the player dives underwater, then the 10 seconds are counted down. The effect immediately recharges after exposure to air.
    
    ===Brewing ingredient===
    A turtle shell can also be used as a potion brewing ingredient.
    {{Brewing
     |Turtle Shell
     |Potion of the Turtle Master
     |Potion of the Turtle Master
     |Potion of the Turtle Master
     |showname=1
    }}
    
    ===Smelting usage===
    
    {{Smelting|showname=1|Iron Helmet;Chainmail Helmet;Golden Helmet|Iron Nugget;Iron Nugget;Gold Nugget|0,1}}
    ===Piglins===
    {{EntityLink|Piglin|Piglins}} are attracted to ''golden'' helmets and pick them up, examining them for 6 to 8 seconds. Piglins can wear other helmets but are not attracted to them. They prefer stronger helmets over weaker helmets, with one exception: They always prefer golden helmets, throwing out stronger helmets in favor of gold helmets. Enchanted helmets are preferred over unenchanted helmets.
    
    ==Sounds ==
    {{el|je}}:
    {{Sound table
    |sound=Equip leather1.ogg
    |sound2=Equip leather2.ogg
    |sound3=Equip leather3.ogg
    |sound4=Equip leather4.ogg
    |sound5=Equip leather5.ogg
    |sound6=Equip leather6.ogg
    |subtitle=Leather armor rustles
    |source=player
    |description=When a leather helmet is equipped
    |id=item.armor.equip_leather
    |translationkey=subtitles.item.armor.equip_leather
    |volume=1.0
    |pitch=1.0
    |distance=16}}
    {{Sound table
    |sound=Equip chain1.ogg
    |sound2=Equip chain2.ogg
    |sound3=Equip chain3.ogg
    |sound4=Equip chain4.ogg
    |sound5=Equip chain5.ogg
    |sound6=Equip chain6.ogg
    |subtitle=Chain armor jingles
    |source=player
    |description=When a chainmail helmet is equipped
    |id=item.armor.equip_chain
    |translationkey=subtitles.item.armor.equip_chain
    |volume=1.0
    |pitch=1.0
    |distance=16}}
    {{Sound table
    |sound=Equip iron1.ogg
    |sound2=Equip iron2.ogg
    |sound3=Equip iron3.ogg
    |sound4=Equip iron4.ogg
    |sound5=Equip iron5.ogg
    |sound6=Equip iron6.ogg
    |subtitle=Iron armor clanks
    |source=player
    |description=When an iron helmet is equipped
    |id=item.armor.equip_iron
    |translationkey=subtitles.item.armor.equip_iron
    |volume=1.0
    |pitch=1.0
    |distance=16}}
    {{Sound table
    |sound=Equip gold1.ogg
    |sound2=Equip gold2.ogg
    |sound3=Equip gold3.ogg
    |sound4=Equip gold4.ogg
    |sound5=Equip gold5.ogg
    |sound6=Equip gold6.ogg
    |subtitle=Gold armor clinks
    |source=player
    |description=When a gold helmet is equipped
    |id=item.armor.equip_gold
    |translationkey=subtitles.item.armor.equip_gold
    |volume=1.0
    |pitch=1.0
    |distance=16}}
    {{Sound table
    |sound=Equip diamond1.ogg
    |sound2=Equip diamond2.ogg
    |sound3=Equip diamond3.ogg
    |sound4=Equip diamond4.ogg
    |sound5=Equip diamond5.ogg
    |sound6=Equip diamond6.ogg
    |subtitle=Diamond armor clangs
    |source=player
    |description=When a diamond helmet is equipped
    |id=item.armor.equip_diamond
    |translationkey=subtitles.item.armor.equip_diamond
    |volume=1.0
    |pitch=1.0
    |distance=16}}
    {{Sound table
    |sound=Equip netherite1.ogg
    |sound2=Equip netherite2.ogg
    |sound3=Equip netherite3.ogg
    |sound4=Equip netherite4.ogg
    |subtitle=Netherite armor clanks
    |source=player
    |description=When a netherite helmet is equipped
    |id=item.armor.equip_netherite
    |translationkey=subtitles.item.armor.equip_netherite
    |volume=0.8
    |pitch=1.0/0.9
    |distance=16}}
    {{Sound table
    |sound=Equip turtle shell.ogg
    |subtitle=Turtle Shell thunks
    |source=player
    |description=When a turtle shell is equipped
    |id=item.armor.equip_turtle
    |translationkey=subtitles.item.armor.equip_turtle
    |volume=1.0
    |pitch=1.0/0.85/1.1
    |distance=16}}
    {{Sound table
    |sound=Random break.ogg
    |subtitle=Item breaks
    |source=dependent
    |description=When a helmet's durability is exhausted
    |id=entity.item.break
    |translationkey=subtitles.entity.item.break
    |volume=0.8
    |pitch=0.8-1.2
    |distance=16
    |foot=1}}
    
    {{el|be}}:
    {{Sound table
    |type=bedrock
    |sound=Equip leather1.ogg
    |sound2=Equip leather2.ogg
    |sound3=Equip leather3.ogg
    |sound4=Equip leather4.ogg
    |sound5=Equip leather5.ogg
    |sound6=Equip leather6.ogg
    |source=player
    |description=When a leather helmet or a turtle shell is equipped
    |id=armor.equip_leather
    |volume=1.0
    |pitch=1.0}}
    {{Sound table
    |sound=Equip chain1.ogg
    |sound2=Equip chain2.ogg
    |sound3=Equip chain3.ogg
    |sound4=Equip chain4.ogg
    |sound5=Equip chain5.ogg
    |sound6=Equip chain6.ogg
    |source=player
    |description=When a chain helmet is equipped
    |id=armor.equip_chain
    |volume=1.0
    |pitch=1.0}}
    {{Sound table
    |sound=Equip iron1.ogg
    |sound2=Equip iron2.ogg
    |sound3=Equip iron3.ogg
    |sound4=Equip iron4.ogg
    |sound5=Equip iron5.ogg
    |sound6=Equip iron6.ogg
    |source=player
    |description=When an iron helmet is equipped
    |id=armor.equip_iron
    |volume=1.0
    |pitch=1.0}}
    {{Sound table
    |sound=Equip gold1.ogg
    |sound2=Equip gold2.ogg
    |sound3=Equip gold3.ogg
    |sound4=Equip gold4.ogg
    |sound5=Equip gold5.ogg
    |sound6=Equip gold6.ogg
    |source=player
    |description=When a gold helmet is equipped
    |id=armor.equip_gold
    |volume=1.0
    |pitch=1.0}}
    {{Sound table
    |sound=Equip diamond1.ogg
    |sound2=Equip diamond2.ogg
    |sound3=Equip diamond3.ogg
    |sound4=Equip diamond4.ogg
    |sound5=Equip diamond5.ogg
    |sound6=Equip diamond6.ogg
    |source=player
    |description=When a diamond helmet is equipped
    |id=armor.equip_diamond
    |volume=1.0
    |pitch=1.0}}
    {{Sound table
    |sound=Equip netherite1.ogg
    |sound2=Equip netherite2.ogg
    |sound3=Equip netherite3.ogg
    |sound4=Equip netherite4.ogg
    |source=player
    |description=When a netherite helmet is equipped.
    |id=armor.equip_netherite
    |volume=1.0
    |pitch=1.0}}
    {{Sound table
    |rowspan=2
    |sound=Water Splash Old.ogg
    |source=block
    |description=When a leather helmet is dyed using a cauldron
    |id=cauldron.dyearmor
    |volume=0.1
    |pitch=1.0}}
    {{Sound table
    |source=block
    |description=When a leather helmet's dye is removed using a cauldron
    |id=cauldron.cleanarmor
    |volume=0.1
    |pitch=1.0}}
    {{Sound table
    |sound=Random break.ogg
    |source=player
    |description=When a helmet's durability is exhausted
    |id=random.break
    |volume=1.0
    |pitch=0.9
    |foot=1}}
    
    ==Data values ==
    === ID===
    {{edition|java}}:
    {{ID table
    |edition=java
    |showitemtags=y
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Leather Cap
    |spritetype=item
    |nameid=leather_helmet
    |itemtags=freeze_immune_wearables
    |form=item}}
    {{ID table
    |displayname=Chainmail Helmet
    |spritetype=item
    |nameid=chainmail_helmet
    |form=item}}
    {{ID table
    |displayname=Iron Helmet
    |spritetype=item
    |nameid=iron_helmet
    |form=item}}
    {{ID table
    |displayname=Diamond Helmet
    |spritetype=item
    |nameid=diamond_helmet
    |form=item}}
    {{ID table
    |displayname=Golden Helmet
    |spritetype=item
    |nameid=golden_helmet
    |form=item}}
    {{ID table
    |displayname=Netherite Helmet
    |spritetype=item
    |nameid=netherite_helmet
    |form=item}}
    {{ID table
    |displayname=Turtle Shell
    |spritetype=item
    |nameid=turtle_helmet
    |form=item
    |foot=1}}
    
    {{edition|bedrock}}:
    {{ID table
    |edition=bedrock
    |shownumericids=y
    |showforms=y
    |notshowbeitemforms=y
    |generatetranslationkeys=y
    |displayname=Leather Cap
    |spritetype=item
    |nameid=leather_helmet
    |id=335
    |form=item}}
    {{ID table
    |displayname=Chainmail Helmet
    |spritetype=item
    |nameid=chainmail_helmet
    |id=339
    |form=item}}
    {{ID table
    |displayname=Iron Helmet
    |spritetype=item
    |nameid=iron_helmet
    |id=343
    |form=item}}
    {{ID table
    |displayname=Diamond Helmet
    |spritetype=item
    |nameid=diamond_helmet
    |id=347
    |form=item}}
    {{ID table
    |displayname=Golden Helmet
    |spritetype=item
    |nameid=golden_helmet
    |id=351
    |form=item}}
    {{ID table
    |displayname=Netherite Helmet
    |spritetype=item
    |nameid=netherite_helmet
    |id=609
    |form=item}}
    {{ID table
    |displayname=Turtle Shell
    |spritetype=item
    |nameid=turtle_helmet
    |id=573
    |form=item
    |foot=1}}
    
    ===Item data===
    When leather caps are dyed, it has the following NBT:
    <div class="treeview">
    *{{nbt|compound|tag}}: Parent tag.
    **{{nbt|compound|display}}: Display properties. 
    ***{{nbt|int|color}}: The color of the leather armor. The tooltip displays "Dyed" if advanced tooltips are disabled, otherwise it displays the hexadecimal color value. Color codes are calculated from the Red, Green and Blue components using this formula:<br>'''<span style="color:red">Red</span>[[wikipedia:Logical shift|<<]]16 + <span style="color:green">Green</span><<8 + <span style="color:blue">Blue</span>'''<ref>For positive values larger than 0x00FFFFFF, the top byte is ignored. All negative values produce white.</ref>
    </div>
    
    ==Achievements ==
    {{load achievements|Iron Man;Tie Dye Outfit;Cover me in debris;Oooh, shiny!}}
    
    ==Advancements ==
    {{load advancements|Suit Up;Cover me With Diamonds;Oh Shiny;Cover Me in Debris;A Furious Cocktail;How Did We Get Here}}
    
    ==History ==
    {{History|java classic}}
    {{History||August 13, 2009|link=wordofnotch:162091556|Notch tested armor models on [[mob (entity)|mob]]. Only [[chestplate]]s and helmets were available. They were merely aesthetic at the time and had no effect on gameplay.}}
    {{History||0.24_SURVIVAL_TEST|[[File:Plate Helmet.png|32px]] Added [[Java_Edition_removed_features#Armor_in_Survival_Test|plate helmet]]s.
    |[[File:Chainmail Helmet JE1.png|32px]] Added the model and the texture for unused [[Java_Edition_removed_features#Armor_in_Survival_Test|chain helmet]]s.
    |[[File:Zombie full set.png|32px]] [[File:Skeleton helmet.png|26px]] Plate armor models have been tested on [[zombie]]s and [[skeleton]]s. It had no effect on gameplay.}}
    {{History|java indev}}
    {{History||0.31|snap=20091223-1|Plate and chain armor [[model]]s are no longer used.}}
    {{History|||snap=20091231-2|[[File:Leather Cap (item) JE1 BE1.png|32px]] [[File:Studded Helmet (item) JE1.png|32px]] [[File:Chainmail Helmet (item) JE1 BE1.png|32px]] [[File:Iron Helmet (item) JE1 BE1.png|32px]] Added [[item]]s of relation to leather, [[History of textures/Unused textures#Studded armor|studded]], chainmail and plate (iron) helmets.
    |The textures of leather helmets are taken from one of [[Notch]]'s previous games, ''[[Legend of the Chambered]]''. The rest are from ''[[Legend of the Chambered 2]]''.}}
    {{History||20100206|[[File:Golden Helmet (item) JE1 BE1.png|32px]] [[File:Diamond Helmet (item) JE1 BE1.png|32px]] Added items of golden and diamond helmets.
    |Removed leather-chain helmets.}}
    {{History||20100212-1|Added armor models.
    |[[File:Indev 20100212 armor.png|50px]] Armor models are now displayed on the [[player]] in the [[inventory]].}}
    {{History||20100218|[[File:Leather Cap JE1 BE1.png|32px]] [[File:Chainmail Helmet JE2 BE1.png|32px]] [[File:Iron Helmet JE1 BE1.png|32px]] [[File:Golden Helmet JE1 BE1.png|32px]] [[File:Diamond Helmet JE1 BE1.png|32px]] Added models of leather, chainmail, iron, gold, and diamond helmets.
    |Helmets can now be [[crafting|crafted]] and worn.
    |Helmets now function. All helmets give {{Armor|3}}. Helmets have limited [[item durability|durability]], with lower tier helmets less durable than higher tier helmets.}}
    {{History|java alpha}}
    {{History||v1.0.8|With the introduction of [[leather]], "Cloth Cap" has been renamed to "Leather Cap".
    |Leather cap is now [[crafting|crafted]] with leather instead of [[wool|cloth]].}}
    {{History|java}}
    {{History||1.0.0|snap=Beta 1.9 Prerelease|The armor protection behavior has been changed. Prior to this update, the total armor protection is based in this equation: (((''total equipped armor damage reduction'' − 1) × (''all equipped armor max damage'' − ''total equipped armor damage'')) ÷ (''total equipped armor max damage'' + 1)). Armor no longer reduces certain damage types to be covered by enchantments.}}
    {{History|||snap=October 3, 2011|slink={{tweet|notch|120859830339637249}}|The first images of a [[player]] wearing enchanted armor are revealed.}}
    {{History|||snap=Beta 1.9 Prerelease 3|Iron helmets can now be found in the new [[stronghold]] altar [[chest]]s.}}
    {{History|||snap=Beta 1.9 Prerelease 4|Helmets can now be [[enchanting|enchanted]].}}
    {{History||1.1|snap=12w01a|Iron helmets can now be found in the new blacksmith [[chest]]s in [[village]]s.}}
    {{History||1.2.1|snap=12w06a|[[Zombie]]s now drop iron helmets on rare occasions and [[zombie pigman|zombie pigmen]] now drop golden helmets.}}
    {{History||1.3.1|snap=12w15a|{{key|Shift}}+clicking can now be used to wear helmets.}}
    {{History|||snap=12w21a|Chain helmets can now be obtained legitimately in [[survival]] mode through [[trading]].
    |Blacksmith [[villager]]s now [[trading|sell]] chain helmets for 5–6 emeralds.
    |Blacksmith villagers now sell diamond helmets for 7 emeralds.
    |Blacksmith villagers now sell iron helmets for 4–5 emeralds.
    |Butchers now sell leather caps for 2–3 emeralds.}}
    {{History||1.4.2|snap=12w32a|[[Mob]] armor has been reintroduced. A partial or full set of any armor is now sometimes worn by [[zombie]]s, [[skeleton]]s and [[zombified piglins|zombie pigmen]], with the likelihood increasing with difficulty.}}
    {{History|||snap=August 17, 2012|slink={{tweet|Dinnerbone|236445090929844225}}|[[Jeb]] and [[Dinnerbone]] tweeted pictures of [[dye]]able leather armor.}}
    {{History|||snap=12w34a|Leather helmets can now be dyed by [[crafting]] a leather armor piece with [[dye]]s. Dyes can be removed by {{control|use|text=using}} dyed leather armor on a [[cauldron]] with [[water]].
    |[[File:Leather Cap JE2.png|32px]] [[File:Leather Cap (item) JE2.png|32px]] Default leather caps textures are now slightly darker.}}
    {{History|||snap=12w36a|[[Dye]]d leather caps are now more saturated and have a slight tint of tan in respect to the default armor color.}}
    {{History|||snap=12w37a|[[File:Leather Cap JE3 BE2.png|32px]] [[File:Leather Cap (item) JE3 BE2.png|32px]] Leather armor now has non-dyed parts on the cap. This has been implemented so that [[player]]s can distinguish between other types of helmets and similarly colored leather caps.}}
    {{History||1.5|snap=13w04a|Helmets in the [[player]]'s hand can now be equipped by right-clicking.
    |[[Dispenser]]s can now equip nearby players with helmets.}}
    {{History||1.8|snap=14w02a|[[Trading|Trades]] changed: armorer [[villager]]s now [[trading|sell]] chain helmets for 5–7 emeralds.
    |Armorer villagers no longer sell diamond helmets.
    |Armorer villagers now sell iron helmets for 4–6 emeralds.
    |Leatherworkers no longer sell other leather caps.}}
    {{History|||snap=14w05a|Helmets no longer turns red when [[mob]]s and [[player]]s are hurt.}}
    {{History|||snap=14w06a|Helmets are now visible on [[giant]]s.}}
    {{History|||snap=14w25a|Chain helmets [[Java Edition removed features#Chainmail armor|cannot be crafted anymore]] due to the [[item]] form of [[fire]] being [[Java Edition removed features#Obtainable until 1.8|removed]].}}
    {{History||1.9|snap=15w31a|Enchanted iron and diamond helmets can now be found in [[end city]] ship [[chest]]s.
    |[[Mob]]s now wear armor from the bottom to the top, rather than from the top to the bottom. This means that a mob with three armor pieces, for example, spawn with all armor except a helmet.}}
    {{History|||snap=15w34b|Helmet [[item durability|durability]] now affects armor value.}}
    {{History|||snap=15w36a|Armor and armor [[enchanting|enchantment]] calculations have been changed. For the original values, see [[Armor/Before 1.9|here]].}}
    {{History|||snap=15w36d|Helmet durability affecting value has been removed.
    |Helmets now has an attribute controlling the defense points.}}
    {{History|||snap=15w50a|Added <code>equip</code> [[sound]]s for leather armor.}}
    {{History|||snap=16w02a|Armor and armor enchantment calculations have been changed again.}}
    {{History|||snap=16w05a|Armor calculations have been changed, once again.}}
    {{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], these [[item]]s' numeral IDs were 298, 302, 306, 310 and 314.}}
    {{History|||snap=18w07a|[[File:Turtle Shell.png|32px]] [[File:Turtle Shell (item) JE1 BE1.png|32px]] Added turtle shells.}}
    {{History|||snap=18w09a|Golden helmets now have a chance of generating in [[underwater ruins]].}}
    {{History|||snap=18w11a|Enchanted leather caps can now generate in the chests of [[shipwreck]]s.}}
    {{History|||snap=18w20a|"Chain Helmet" has now been renamed to "Chainmail Helmet".}}
    {{History||1.14|snap=18w43a|[[File:Leather Cap JE4 BE2.png|32px]] [[File:Chainmail Helmet JE3 BE2.png|32px]] [[File:Iron Helmet JE2 BE2.png|32px]] [[File:Golden Helmet JE2 BE2.png|32px]] [[File:Diamond Helmet JE2 BE2.png|32px]]<br>[[File:Leather Cap (item) JE4 BE3.png|32px]] [[File:Chainmail Helmet (item) JE2 BE2.png|32px]] [[File:Iron Helmet (item) JE2 BE2.png|32px]] [[File:Golden Helmet (item) JE2 BE2.png|32px]] [[File:Diamond Helmet (item) JE2 BE2.png|32px]] The textures of all types of helmets have been changed.}}
    {{History|||snap=18w48a|Leather caps can now be found in [[chest]]s in [[village]] tanneries.}}
    {{History|||snap=18w50a|Iron helmets can now be found on [[armor stand]]s in [[taiga]] villages.}}
    {{History|||snap=19w08a|[[File:Golden Helmet (item) JE3 BE3.png|32px]] The textures of gold helmet [[item]]s have been changed.}}
    {{History|||snap=19w11a|Armorer villagers now sell enchanted diamond helmets, making diamond helmets effectively [[renewable resource|renewable]] again.
    |Leatherworker villagers now sell randomly [[dye]]d leather caps.}}
    {{History|||snap=19w13a|Armorer villagers now give chainmail helmets to players under the [[Hero of the Village]] effect.}}
    {{History||1.16|snap=20w06a|[[File:Netherite Helmet JE1.png|32px]] [[File:Netherite Helmet (item) JE1.png|32px]] Added netherite helmets.}}
    {{History|||snap=20w07a|[[File:Leather piglin helmet.png|32px]] [[File:Chainmail piglin helmet.png|32px]] [[File:Iron piglin helmet.png|32px]] [[File:Golden piglin helmet.png|32px]] [[File:Diamond piglin helmet.png|32px]] [[File:Netherite piglin helmet JE1.png|32px]] Added textures and [[model]]s for all helmets when they are used by [[piglin]]s.
    |Netherite helmets are now obtained by combining one diamond armor piece and one netherite ingot in a crafting table.
    |[[File:Turtle Shell piglin MC-172110.png|32px]] Turtle shells, when used by piglins and [[zombified piglin]]s, result in a [[missing texture]] when being displayed.<ref>{{Cite bug|MC|172110|Texture of turtle shells is missing when worn by a piglin or zombified piglin|date=February 14, 2020}}</ref>}}
    {{History|||snap=20w09a|[[File:Diamond Helmet (item) JE3 BE3.png|32px]] The textures of diamond helmet [[item]]s have been changed.}}
    {{History|||snap=20w10a|[[File:Netherite Helmet JE2 BE1.png|32px]] [[File:Netherite Helmet (item) JE2 BE1.png|32px]] The texture of netherite helmets has been changed.
    |[[File:Netherite piglin helmet.png|32px]] The texture of netherite helmets for [[piglin]]s has been changed.
    |Netherite helmets can no longer be [[crafting|crafted]].
    |Netherite helmets are now obtained by combining one diamond helmet and one netherite ingot in a [[smithing table]].}}
    {{History|||snap=20w16a|Golden and netherite helmets now generate randomly [[enchanting|enchanted]], and sometimes [[damage]]d, in [[bastion remnant]] and [[ruined portal]] chests.}}
    {{History|||snap=20w17a|Diamonds helmets now generate in place of netherite helmets in bastion remnant [[chest]]s.}}
    {{History|||snap=pre3|The special helmet [[model]]s and textures created for [[piglin]]s have been removed except for leather helmets.}}
    {{History||1.17|snap=20w48a|Wearing a leather helmet now prevents [[Powder Snow#Freezing|freezing]] entirely.}}
    {{History|||snap=21w13a|The two unused textures of the leather cap for [[piglin]]s<ref><code>/assets/minecraft/textures/models/armor/piglin_leather_layer_1.png</code></ref><ref><code>/assets/minecraft/textures/models/armor/piglin_leather_layer_1_overlay.png</code></ref> have been removed.}}
    {{History||1.18.2|snap=22w03a|Netherite helmet knockback resistance is no longer random.}}
    {{History||1.19|snap=22w17a|[[File:Leather Cap JE5.png|32px]] The texture of the leather cap item has been changed.|Changed the leather cap texture when worn so the center bar now extends to the bottom of the back face.}}
    {{History||1.20<br>(Experimental)|link=1.19.4|snap=23w04a|Non-leather helmets can now be trimmed using a [[smithing table]].
    |There are 10 types of material that determine the color of the trim:
    *Iron
    *Copper
    *Gold
    *Lapis
    *Emerald
    *Diamond
    *Netherite
    *Redstone
    *Amethyst
    *Quartz
    |Upgrading diamond helmets to netherite helmets now requires the netherite upgrade [[smithing template]].}}
    {{History|||snap=23w05a|Leather caps can now be trimmed using a smithing table.|Helmets can now have trims of the same material it is made out of.}}
    {{History|||snap=23w06a|Swapped {{cd|iron}} and {{cd|iron_darker}} palette, then made {{cd|iron_darker}} darker overall.}}
    {{History||1.19.4|snap=23w05a|Helmets can now be swapped by {{ctrl|using}} them in the hotbar.<ref>{{bug|MC-216270|||Fixed}}</ref>}}
    {{History||?|Helmets can now be swapped in [[armor stand]]s by {{ctrl|using}} them/[[head]]s/[[carved pumpkin]]s in the armor stand's slot.}}
    {{History||1.20|snap=23w12a|The pattern textures of dune and sentry armor trims are changed.|Those previous patterns were left with different names: dune was renamed sentry and sentry was renamed shaper.}}
    
    {{History|pocket alpha}}
    {{History||v0.6.0|[[File:Leather Cap JE1 BE1.png|32px]] [[File:Chainmail Helmet JE2 BE1.png|32px]] [[File:Iron Helmet JE1 BE1.png|32px]] [[File:Golden Helmet JE1 BE1.png|32px]] [[File:Diamond Helmet JE1 BE1.png|32px]]<br>[[File:Leather Cap (item) JE1 BE1.png|32px]] [[File:Chainmail Helmet (item) JE1 BE1.png|32px]] [[File:Iron Helmet (item) JE1 BE1.png|32px]] [[File:Golden Helmet (item) JE1 BE1.png|32px]] [[File:Diamond Helmet (item) JE1 BE1.png|32px]] Added helmets.}}
    {{History||v0.8.0|snap=build 2|[[File:Leather Cap (item) JE3 BE2.png|32px]] The leather helmet sprite has been changed to that of {{el|je}}, but its armor [[model]] remains that of older versions.}}
    {{History||v0.9.0|snap=build 1|Iron helmets now naturally generate in [[village]] [[chest]]s and in [[stronghold]] altar chests.}}
    {{History||v0.11.0|snap=build 11|Helmets now protect against [[damage]] from [[mob]]s only.}}
    {{History||v0.12.1|snap=build 1|Helmets can now be worn by mobs.
    |Chainmail helmets can now be obtained in [[survival]] mode from a mob wearing it.}}
    {{History||?|Helmets no longer turn red when [[mob]]s and [[player]]s are hurt.}}
    {{History||v0.14.0|snap=build 1|[[File:Leather Cap JE3 BE2.png|32px]] The texture of leather helmets have been changed.
    |Leather helmets can now be dyed.}}
    {{History||v0.15.0|snap=build 1|Helmets can now be obtained from [[stray]]s and [[husk]]s that naturally spawn with armor.}}
    {{History|pocket}}
    {{History||1.0.0|snap=alpha 0.17.0.1|[[Enchanting|Enchanted]] iron helmets and enchanted diamond helmets can now be found inside [[chest]]s within [[end city|end cities]].}}
    {{History||1.0.4|snap=alpha 1.0.4.0|Iron helmets and chainmail helmets are now [[trading|sold]] by armorer smith [[villager]]s via trading.}}
    {{History||1.1.0|snap=alpha 1.1.0.0|Golden, chain and iron helmets can now be [[smelting|smelted]] down into one of their respective [[nugget]]s.}}
    {{History|bedrock}}
    {{History||1.4.0|snap=beta 1.2.14.2|Chainmail helmets now generate in [[buried treasure]] chests.
    |Enchanted leather helmets can now be found inside [[shipwreck]] supply room [[chest]]s.}}
    {{History|||snap=beta 1.2.20.1|Golden helmets can now be found inside [[underwater ruins]] chests.}}
    {{History||1.5.0|snap=beta 1.5.0.4|[[File:Turtle Shell.png|32px]] [[File:Turtle Shell (item) JE1 BE1.png|32px]] Added turtle shells.}}
    {{History||1.10.0|snap=beta 1.10.0.3|[[File:Leather Cap JE4 BE2.png|32px]] [[File:Chainmail Helmet JE3 BE2.png|32px]] [[File:Iron Helmet JE2 BE2.png|32px]] [[File:Golden Helmet JE2 BE2.png|32px]] [[File:Diamond Helmet JE2 BE2.png|32px]]<br>[[File:Leather Cap (item) JE4 BE3.png|32px]] [[File:Chainmail Helmet (item) JE2 BE2.png|32px]] [[File:Iron Helmet (item) JE2 BE2.png|32px]] [[File:Golden Helmet (item) JE2 BE2.png|32px]] [[File:Diamond Helmet (item) JE2 BE2.png|32px]] The textures of all types of helmets have been changed.
    |Iron helmets now can be found in plains [[village]] weaponsmith [[chest]]s.
    |Leather helmets can now be found inside plains village tannery chests.}}
    {{History||1.11.0|snap=beta 1.11.0.1|Iron helmets now can be found in [[savanna]], [[taiga]], [[desert]], [[snowy taiga]] and [[snowy tundra]] [[village]] weaponsmith [[chest]]s.
    |Leather helmets can now be found inside savanna, taiga, desert, snowy taiga and snowy tundra village tannery chests.
    |Iron helmets can now be found in [[village]] armorer chests.}}
    {{History|||snap=beta 1.11.0.4|[[Pillager]]s and [[vindicator]]s that spawn in [[raid]]s can now drop iron helmets.
    |Diamond helmets are now sold by armorer villagers.}}
    {{History||1.11.0|snap=beta 1.11.0.5|[[File:Golden Helmet (item) JE3 BE3.png|32px]] The textures of gold helmet [[item]]s have been changed.}}
    {{History||1.12.0|snap=beta 1.12.0.2|[[File:Armor Stand with Leather Armor MCPE-44669.png|32px]] Leather armor no longer shows as being [[dye]]d properly when worn by [[armor stand]]s.}}
    {{History||1.13.0|snap=beta 1.13.0.1|Leather armor now appears properly dyed when worn by armor stands.}}
    {{History||1.16.0|snap=beta 1.16.0.51|[[File:Netherite Helmet JE2 BE1.png|32px]] [[File:Netherite Helmet (item) JE2 BE1.png|32px]] Added netherite helmets.
    |[[File:Diamond Helmet (item) JE3 BE3.png|32px]] The textures of diamond helmet [[item]]s have been changed.
    |Helmets can now be obtained from [[piglin]]s that naturally spawn with golden helmets.}}
    {{History|||snap=beta 1.16.0.57|Golden and netherite helmets now generate randomly [[enchanting|enchanted]], and sometimes [[damage]]d, in [[bastion remnant]] chests.
    |Netherite helmets can no longer be [[crafting|crafted]].
    |Netherite helmets are now obtained by combining one diamond helmet and one netherite ingot in a [[smithing table]].}}
    {{History|||snap=beta 1.16.0.63|Diamonds helmets now generate in place of netherite helmets in bastion remnant [[chest]]s.}}
    {{History|||snap=beta 1.16.200.53|Netherite helmets now gives a 90% reduction in knockback.}}
    {{History||1.16.210|snap=beta 1.16.210.53|Wearing leather helmets now prevents [[Powder Snow#Freezing|freezing]] entirely.}}
    
    {{History|console}}
    {{History||xbox=TU1|xbone=CU1|ps=1.0|wiiu=Patch 1|switch=1.0.1|[[File:Leather Cap JE1 BE1.png|32px]] [[File:Chainmail Helmet JE2 BE1.png|32px]] [[File:Iron Helmet JE1 BE1.png|32px]] [[File:Golden Helmet JE1 BE1.png|32px]] [[File:Diamond Helmet JE1 BE1.png|32px]]<br>[[File:Leather Cap (item) JE1 BE1.png|32px]] [[File:Chainmail Helmet (item) JE1 BE1.png|32px]] [[File:Iron Helmet (item) JE1 BE1.png|32px]] [[File:Golden Helmet (item) JE1 BE1.png|32px]] [[File:Diamond Helmet (item) JE1 BE1.png|32px]] Added helmets.
    |Added a quick equip for armor to the [[inventory]] interface.}}
    {{History||xbox=TU12|ps=1.03|[[File:Leather Cap JE3 BE2.png|32px]] [[File:Leather Cap (item) JE3 BE2.png|32px]] The textures for leather helmets have been changed.}}
    {{History||xbox=TU14|ps=1.05|Leather helmets can now be [[dye]]d.
    |[[Item repair]] can now repair helmets.}}
    {{History||xbox=TU25|xbone=CU13|ps=1.16|Helmets now have the quick equip functionality.}}
    {{History||xbox=TU53|xbone=CU43|ps=1.49|wiiu=Patch 23|switch=1.0.3|Golden, chain and iron helmets can now be [[smelting|smelted]] down into one of their respective [[nugget]]s.}}
    {{History|PS4}}
    {{History||1.90|[[File:Chainmail Helmet (item) JE2 BE2.png|32px]] [[File:Iron Helmet (item) JE2 BE2.png|32px]] [[File:Golden Helmet (item) JE2 BE2.png|32px]] [[File:Diamond Helmet (item) JE2 BE2.png|32px]] The textures of all types of helmet items have been changed (except for the leather helmets).}}
    
    {{History|new 3ds}}
    {{History||0.1.0|[[File:Leather Cap JE1 BE1.png|32px]] [[File:Chainmail Helmet JE2 BE1.png|32px]] [[File:Iron Helmet JE1 BE1.png|32px]] [[File:Golden Helmet JE1 BE1.png|32px]] [[File:Diamond Helmet JE1 BE1.png|32px]]<br>[[File:Leather Cap (item) JE3 BE2.png|32px]] [[File:Chainmail Helmet (item) JE1 BE1.png|32px]] [[File:Iron Helmet (item) JE1 BE1.png|32px]] [[File:Golden Helmet (item) JE1 BE1.png|32px]] [[File:Diamond Helmet (item) JE1 BE1.png|32px]] Added helmets.}}
    {{History|foot}}
    <gallery>
    File:ArmorModel Aug 13 2009.jpg|First image of armor.
    File:DinnerboneArmor.png|[[Dinnerbone]]'s first screenshot of dyed armor.
    File:ArmorPE.png
    </gallery>
    
    ;Armor durability from Indev until late Beta
    {| class="wikitable" data-description="Armor Durability during Indev until late Beta" style="text-align:center;"
    |-
    !Leather
    !Golden
    !Chainmail
    !Iron
    !Diamond
    |-
    |33
    |66
    |66
    |132
    |264
    |}
    
    ==Issues ==
    
    {{issue list}}
    
    ==Trivia ==
    *Unlike the other helmets, the netherite helmet covers most of the player's face, due to a nose guard and cheek plates.
    *The turtle shell is the only helmet that is not part of a complete set.
    * In Bedrock Edition, there exists a bug<ref>{{Cite bug|MCPE|109048|Efficiency 1 Leather Cap in Woodland Mansions|date=December 1, 2020}}</ref> that makes it possible to obtain a Leather Cap enchanted with Efficiency I from [[Woodland Mansion]] chests with a chance of 1.45%. The enchantment has no effect on the cap, however.
    
    ==Gallery ==
    <gallery>
    File:Zombie helmet.png|A zombie wearing a helmet in [[Survival Test]].
    </gallery>
    ===Enchanted Helmets===
    <gallery>
    File:Enchanted Leather Cap (item).gif
    File:Enchanted Chainmail Helmet (item).gif
    File:Enchanted Iron Helmet (item).gif
    File:Enchanted Golden Helmet (item).gif
    File:Enchanted Diamond Helmet (item).gif
    File:Enchanted Netherite Helmet (item).gif
    File:Enchanted Turtle Shell (item).gif
    </gallery>
    <gallery>
    File:Enchanted Leather Helmet.gif
    File:Enchanted Chainmail Helmet.gif
    File:Enchanted Iron Helmet.gif
    File:Enchanted Golden Helmet.gif
    File:Enchanted Diamond Helmet.gif
    File:Enchanted Netherite Helmet.gif
    File:Enchanted Turtle Shell.gif
    </gallery>
    
    ==References ==
    {{reflist}}
    
    ==External Links ==
    *[https://www.minecraft.net/en-us/article/taking-inventory--helmet Taking Inventory: Helmet] – Minecraft.net on February 20, 2020
    
    {{Items}}
    
    [[Category:Armor]]
    
    [[es:Casco]]
    [[ja:ヘルメット]]
    [[ko:투구]]
    [[pt:Capacete]]
    [[pl:Hełm]]
    [[zh:头盔]]</li></ul>
    20w07aThe "death.attack.magic.player" death message has been changed to "<player> was killed by magic whilst trying to escape <player/mob>".
    20w09aAdded the following death messages:
    • <player> fell off some weeping vines
    • <player> fell while climbing
    • death.attack.fireworks.item
    The death message "<player> went off with a bang whilst fighting <player/mob>" has been removed, but its translation string remains.
    20w11aAdded the following death messages:
    • <player> fell off some twisting vines
    • <player> fell off a scaffolding
    20w12aThe translation of the death message "<player> fell out of the water" has been removed. It now displays as "death.fell.accident.water".
    20w13aThe raw translation strings of the death message "<player> was killed by [Intentional Game Design]" have been changed from "death.attack.netherBed.<message/link>" to "death.attack.badRespawnPoint.<message/link>", because the death message now also appears when a player is killed by the explosion of a charged respawn anchor in the Overworld or the End.
    20w18aThe following death messages have been changed:
    • "<player> fell off a scaffolding" to "<player> fell off scaffolding"
    • "death.attack.fireworks.item" to "<player> went off with a bang due to a firework fired from <item> by <player/mob>"
    20w22aAdded the following death messages:
    • <player> was shot by a <player/mob>'s skull
    • death.attack.witherSkull.item
    1.16.2
    {{Extension DPL}}<ul><li>[[Sign|Sign]]<br/>{{Block
    | image = <gallery>
    Oak Sign.png|Sign
    Oak Wall Sign.png|Wall Sign
    Oak Hanging Sign.png|Hanging Sign
    Oak Wall Hanging Sign.png|Wall Hanging Sign
    </gallery>
    | image2 = <gallery>
    Oak Sign JE3.png|Sign
    Oak Hanging Sign (item) JE1 BE1.png|Hanging Sign
    </gallery>
    | extratext = [[#Gallery|View all renders]]
    | transparent = Yes
    | light = No
    | tool = axe
    | renewable = Yes
    | stackable = Yes (16)
    | flammable = No
    | lavasusceptible = No
    }}
    A '''sign''' is a non-solid [[block]] that displays text and can be placed on the top or side of other blocks. A '''hanging sign''' is a decorative block that also displays text, and can be placed underneath blocks or with a solid self-supporting bracket. The text of both types of signs can be customized with [[dye]]s and [[glow ink sac]]s.
    
    == Obtaining ==
    === Breaking ===
    Signs can be broken with any tool or without a tool, but an [[axe]] is fastest.
    {{breaking row|horizontal=1|Sign|sprite=oak-sign|Axe|foot=1|item=1}}
    
    A sign or a hanging sign also breaks and drops itself as an [[item]] if the block the sign is attached to is moved, removed or destroyed. However, a wall hanging sign will stay here if the block the hanging sign is attached to is removed.<ref>{{bug|MC-256501|||WAI}}</ref>
    
    If a sign is broken while being edited, the player continues to edit the sign<ref>{{bug|MC-117815}}</ref>, although {{in|bedrock}} breaking the sign stops the editing operation.
    
    === Natural generation ===
    An oak sign can be found in [[igloo]] basements. Spruce signs can be found in taiga [[village]] houses, as part of a chair.
    
    === Chest loot ===
    {{LootChestItem|oak-sign,oak-hanging-sign,spruce-sign,spruce-hanging-sign}}
    
    === Crafting ===
    [[The player]] can place six stripped [[log]] [[block]]s at the bottom half of the crafting table and place two [[chain]]s on the top-left and top-right slots to create hanging signs. This crafting recipe will create six hanging signs. Hanging signs can only be crafted with stripped logs or [[stem]]s; non-stripped wood cannot be used to craft hanging signs.
    {{Crafting
    |head=1
    |showdescription=1
    |nolink=1
    |A1= Matching Planks
    |B1= Matching Planks
    |C1= Matching Planks
    |A2= Matching Planks
    |B2= Matching Planks
    |C2= Matching Planks
    |B3= Stick
    |Output=Matching Sign,3
    |type=Decoration block
    }}
    {{Crafting
    |name= Hanging Sign
    |A1= Chain
    |C1= Chain
    |A2= Matching Stripped Log or Stem; Block of Stripped Bamboo
    |B2= Matching Stripped Log or Stem; Block of Stripped Bamboo
    |C2= Matching Stripped Log or Stem; Block of Stripped Bamboo
    |A3= Matching Stripped Log or Stem; Block of Stripped Bamboo
    |B3= Matching Stripped Log or Stem; Block of Stripped Bamboo
    |C3= Matching Stripped Log or Stem; Block of Stripped Bamboo
    |Output= Matching Hanging Sign,6; Bamboo Hanging Sign,6
    |type=Decoration block
    |foot=1
    }}
    
    == Usage ==
    Signs can be used to display text; they can be used to label storage, display information to other players or note areas of interest. Signs are also not destroyed by [[water]] or [[lava]] and therefore may be used to control the flow of these fluids.
    
    === Placement ===
    ==== Signs ====
    Signs may be placed on the top or side of other [[block]]s (including semi-solid and non-solid blocks such as [[fence]]s, [[Trapdoor|trapdoors]] and other signs). To place a sign, {{control|use}} a sign [[item]] while pointing at the block the sign should be attached to, enter the desired text (or none), and click the "Done" button or press "escape" on a keyboard (or press × {{in|bedrock}}, {{xbtn|b}} on an Xbox controller, {{psbtn|o}} on a PlayStation controller, or {{nsbutton|B}} on a Nintendo Switch controller. Closing the virtual keyboard on a mobile device also exits the typing menu). To place a sign on a block that can be interacted with by the {{control|use}} control (for example, [[chest]]s, [[note block]]s, etc.), {{control|sneak}} while placing the sign.
    
    Signs on the top of a block stand on a short post and face toward the player who placed it, in any of 16 different directions. Signs placed on the side of a block simply float there, even if the block doesn't make contact with the sign.
    
    Even if placed on a vertical surface, a sign may not co-exist in the same block of air as any other item, despite not necessarily visibly obstructing eachother.
    
    For more information about the blocks signs can be placed on, see [[Opacity/Placement]].
    
    ==== Hanging signs ====
    Hanging signs can be placed in three different ways:
    * Placing a hanging sign on the side of a block will result in it being placed with a self-supporting bracket, which allows it to float without any supporting block. This version can be placed in four different directions.
    * Placing a hanging sign on the bottom of a block will result in the sign hanging below the block.
    ** If the block is wide enough, the chains holding the sign will be parallel. This version can be placed in four different directions.
    ** If the block is too narrow, the chains will meet together in a upwards arrow shape. This version is also placed if the player is {{control|sneaking}} when placing a hanging sign below a wide-enough block. This version can be placed in sixteen different directions.
    
    === Text ===
    [[File:Oak Sign GUI.png|thumb|240px|Oak Sign editing.]]
    Placing a sign opens an editor interface resembling a magnified view of the sign. Up to four lines of text can then be entered using a keyboard (hardware or on-screen). The editor supports limited editing, including moving the cursor and inserting and deleting characters. {{IN|bedrock}}, [[formatting codes]] can also be used to apply decorative effects such as color, bold, italic and underline to various bits of the text. Depending on the edition and platform in use, copy and paste operations may be supported and the editor may also support keyboard entry of Alt-codes for displaying Unicode characters.
    
    
    Text can be added to the back side of a sign by interacting with the that side of the sign after placing it and editing the front.
    
    Signs can be waxed by {{Control|use|text=using}} a [[honeycomb]] on it. Once waxed, a sign cannot be unwaxed or edited.
    
    After placing and affixing text on a sign, a player can change the text color by {{control|using}} a [[dye]] on it. When colored with dye, the text color may differ from any color specified by formatting codes.{{Info needed|How does this work? Does the dye affect all the text? One line? One word? Does dye override all formatting codes, including font effects?}}
    
    [[File:Glow Ink Sign with Orange Dye JE2.png|thumb|216px|Oak sign with glow ink and orange dye applied in {{JE}}.]]
    
    A player can {{control|use}} a [[glow ink sac]] on a sign to make its text glow. The glowing text is not affected by lighting. The player can use a regular black [[ink sac]] on the sign to remove the glowing effect.
    
    {| class="wikitable mw-collapsible mw-collapsed"
    |+ class="nowrap" | Glow ink colors
    !Name !! Main Color !! Edge Color
    |-
    ! Black
    | {{color|#000000}}
    | {{color|#EDE8CA}}
    |-
    ! Red
    | {{color|#FC0000}}
    | {{color|#650000}}
    |-
    ! Green
    | {{color|#00FC00}}
    | {{color|#006500}}
    |-
    ! Brown
    | {{color|#894413}}
    | {{color|#361B07}}
    |-
    ! Blue
    | {{color|#0000FC}}
    | {{color|#000065}}
    |-
    ! Purple
    | {{color|#9E20ED}}
    | {{color|#3F0C5F}}
    |-
    ! Cyan
    | {{color|#00D6D6}}
    | {{color|#006565}}
    |-
    ! Light Gray
    | {{color|#D0D0D0}}
    | {{color|#535353}}
    |-
    ! Gray
    | {{color|#7E7E7E}}
    | {{color|#323232}}
    |-
    ! Pink
    | {{color|#FC68B2}}
    | {{color|#652947}}
    |-
    ! Lime
    | {{color|#8DFC00}}
    | {{color|#4B6500}}
    |-
    ! Yellow
    | {{color|#FCFC00}}
    | {{color|#656500}}
    |-
    ! Light Blue
    | {{color|#98BECB}}
    | {{color|#3C4B51}}
    |-
    ! Magenta
    | {{color|#FC00FC}}
    | {{color|#650065}}
    |-
    ! Orange
    | {{color|#FC671F}}
    | {{color|#65280C}}
    |-
    ! White
    | {{color|#FCFCFC}}
    | {{color|#656565}}
    |}
    
    In [[Creative]] mode, the combination {{key|Ctrl}} + {{control|pick block}} on Windows/Linux, or {{key|cmd}} + {{control|pick block}} on macOS, can be used to copy an already-placed sign, including its text (with decorations), into the player's inventory.
    
    A dyed sign facing east or west will have its text appear more saturated and bright than a sign facing north or south. However, it is actually the sign that is dimmer, because ''Minecraft'''s lighting engine uses side lighting to make the world appear less flat, but the text on signs is not affected by this.
    
    {{IN|bedrock}}, inappropriate words or phrases in a sign's text are displayed as asterisks.
    
    {{IN|java}}, signs can be created with [[Commands#Raw JSON Text|JSON text]], which allows complex formatting (colors, bold, italic, etc.), hover and click events, localized translation (for ''Minecraft'' technical terms, like "Redstone Repeater", otherwise translations must be provided in language files in resource packs), and the incorporation of scoreboard values into text. Use the {{cmd|data merge block}} command to create or alter JSON signs.
    
    : Example: {{cmd|long=1|data merge block ~ ~1 ~ <nowiki>{front_text:{ color:"green", messages:[ '{"selector":"@p", "bold":false, "italic":false, "underlined":false, "strikethrough":false, "obfuscated":false}' , '{"text":"Second Line"}']}}}}
    
    Signs can post the success count of JSON text hover and click events to [[scoreboard]] objectives. The objectives to be used can be specified by running the {{cmd|execute store}} command or by modifying the sign's NBT data directly with the {{cmd|data merge block}} command.
    
    === Interaction ===
    Signs act as though they have a {{control|use}} action, so the [[player]] is unable to place [[block]]s or use [[item]]s while the cursor is pointed at them without {{control|sneaking}}.
    
    Signs are destroyed and drop as an item when pushed by a [[piston]].{{Only|bedrock}}
    
    Signs are non-solid and have no collision, so [[item]]s and [[mob]]s can move through sign blocks. Other [[block]]s (including other signs) can be placed on any edge of a sign.
    
    [[Water]] and [[lava]] flow around signs. Lava can create [[fire]] in [[air]] blocks next to signs as if the signs were flammable, but the signs do not burn (and cannot be burned by other methods either, except {{in|be}}).
    
    === Fuel ===
    Wooden signs can be used as a fuel in [[furnace]]s, smelting an [[item]] per sign.
    
    === Note Blocks ===
    Signs can be placed under [[note block]]s to produce a "bass" sounds.
    
    == Sounds ==
    === Generic ===
    ==== Normal wood ====
    ; Sign
    {{Sound table/Block/Wood|forcecollapsed=1}}
    ; Hanging sign
    {{Sound table/Block/Hanging sign|forcecollapsed=1}}
    
    ==== Cherry wood ====
    ; Sign
    {{Sound table/Block/Cherry wood|forcecollapsed=1}}
    ; Hanging sign
    {{Sound table/Block/Cherry wood hanging sign|forcecollapsed=1}}
    
    ==== Bamboo wood ====
    ; Sign
    {{Sound table/Block/Bamboo wood|forcecollapsed=1}}
    ; Hanging sign
    {{edition|java}}:
    {{Sound table/Block/Bamboo wood hanging sign/JE|forcecollapsed=1}}
    
    {{edition|bedrock}}:
    {{Sound table/Block/Bamboo wood hanging sign/BE|forcecollapsed=1}}
    
    ==== Nether wood ====
    ; Sign
    {{Sound table/Block/Nether wood|forcecollapsed=1}}
    ; Hanging sign
    {{edition|java}}:
    {{Sound table/Block/Nether wood hanging sign/JE|forcecollapsed=1}}
    
    {{edition|bedrock}}:
    {{Sound table/Block/Nether wood hanging sign/BE|forcecollapsed=1}}
    
    === Unique ===
    {{edition|java}}:
    {{Sound table|forcecollapsed=1
    |rowspan=2
    |sound=Ink sac1.ogg
    |sound2=Ink sac2.ogg
    |sound3=Ink sac3.ogg
    |subtitle=Glow Ink Sac splotches
    |source=block
    |description=When a [[glow ink sac]] is used on a sign
    |id=item.glow_ink_sac.use
    |translationkey=subtitles.item.glow_ink_sac.use
    |volume=1.0
    |pitch=''varies'' <ref group=sound>Can be 1.0, 0.95, or 1.05 for each sound</ref>
    |distance=16}}
    {{Sound table
    |subtitle=Ink Sac splotches
    |source=block
    |description=When an [[ink sac]] is used on a sign
    |id=item.ink_sac.use
    |translationkey=subtitles.item.ink_sac.use
    |volume=1.0
    |pitch=''varies'' <ref group=sound>Can be 0.85, 0.88, or 0.9 for each sound</ref>
    |distance=16}}
    {{Sound table
    |sound=Dye.ogg
    |subtitle=Dye stains
    |source=block
    |description=When [[dye]] is used on a sign
    |id=item.dye.use
    |translationkey=subtitles.item.dye.use
    |volume=1.0
    |pitch=''varies'' <ref group=sound>Can be 1.0, 0.9, 0.95, or 1.1</ref>
    |distance=16}}
    {{Sound table
    |sound=Wax on1.ogg
    |sound2=Wax on2.ogg
    |sound3=Wax on3.ogg
    |subtitle=Wax on
    |source=block
    |description=When a sign is waxed
    |id=item.honeycomb.wax_on
    |translationkey=subtitles.item.honeycomb.wax_on
    |volume=1.0
    |pitch=1.0/0.9/1.1
    |distance=16}}
    {{Sound table
    |sound=Sign waxed interact fail1.ogg
    |sound2=Sign waxed interact fail2.ogg
    |sound3=Sign waxed interact fail3.ogg
    |subtitle=Sign wobbles
    |source=block
    |description=When a player attempts to edit a waxed sign
    |id=block.sign.waxed_interact_fail
    |translationkey=subtitles.block.sign.waxed_interact_fail
    |volume=1.0
    |pitch=''varies''<ref group=sound>{{cd|fail1}} can be 1.0 or 0.9; {{cd|fail2}} and {{cd|fail3}} can be 0.8 or 0.9</ref>
    |distance=16
    |foot=1}}
    
    {{edition|bedrock}}:
    {{Sound table|forcecollapsed=1
    |type=bedrock
    |sound=Ink sac1.ogg
    |sound2=Ink sac2.ogg
    |sound3=Ink sac3.ogg
    |source=sound
    |description=When a glow ink sac or an ink sac is used on a sign
    |id=sign.ink_sac.use
    |volume=1.0
    |pitch=1.0}}
    {{Sound table
    |type=bedrock
    |sound=Dye.ogg
    |source=sound
    |description=When dye is used on a sign
    |id=sign.dye.use
    |volume=1.0
    |pitch=1.0}}
    {{Sound table
    |sound=Wax on1.ogg
    |sound2=Wax on2.ogg
    |sound3=Wax on3.ogg
    |source=neutral
    |description=When a honeycomb waxes a sign
    |id=copper.wax.on
    |volume=1.0
    |pitch=0.8-1.2}}
    {{Sound table
    |sound=Sign waxed interact fail1.ogg
    |sound2=Sign waxed interact fail2.ogg
    |sound3=Sign waxed interact fail3.ogg
    |source=block
    |description=When a player attempts to edit a waxed sign
    |id=block.sign.waxed_interact_fail
    |volume=1.0
    |pitch=''varies'' <ref group=sound>Can be 1.0 or 0.9 for <code>waxed_interact_fail1</code>; can be 0.8 or 0.9 for <code>waxed_interact_fail2</code> and <code>waxed_interact_fail3</code></ref>
    |foot=1}}
    
    == Data values ==
    === ID ===
    {{edition|java}}:
    {{ID table
    |edition=java
    |showblocktags=y
    |showitemtags=y
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Oak Sign
    |spritetype=block
    |nameid=oak_sign
    |blocktags=signs, standing_signs, wall_post_override
    |itemtags=signs}}
    {{ID table
    |displayname=Spruce Sign
    |spritetype=block
    |nameid=spruce_sign
    |blocktags=signs, standing_signs, wall_post_override
    |itemtags=signs}}
    {{ID table
    |displayname=Birch Sign
    |spritetype=block
    |nameid=birch_sign
    |blocktags=signs, standing_signs, wall_post_override
    |itemtags=signs}}
    {{ID table
    |displayname=Jungle Sign
    |spritetype=block
    |nameid=jungle_sign
    |blocktags=signs, standing_signs, wall_post_override
    |itemtags=signs}}
    {{ID table
    |displayname=Acacia Sign
    |spritetype=block
    |nameid=acacia_sign
    |blocktags=signs, standing_signs, wall_post_override
    |itemtags=signs}}
    {{ID table
    |displayname=Dark Oak Sign
    |spritetype=block
    |nameid=dark_oak_sign
    |blocktags=signs, standing_signs, wall_post_override
    |itemtags=signs}}
    {{ID table
    |displayname=Mangrove Sign
    |spritetype=block
    |nameid=mangrove_sign
    |blocktags=signs, standing_signs, wall_post_override
    |itemtags=signs}}
    {{ID table
    |displayname=Cherry Sign
    |spritename=Cherry Sign
    |spritetype=block
    |nameid=cherry_sign
    |blocktags=signs, standing_signs, wall_post_override
    |itemtags=signs}}
    {{ID table
    |displayname=Bamboo Sign
    |spritename=Bamboo Sign
    |spritetype=block
    |nameid=bamboo_sign
    |blocktags=signs, standing_signs, wall_post_override
    |itemtags=signs}}
    {{ID table
    |displayname=Crimson Sign
    |spritetype=block
    |nameid=crimson_sign
    |blocktags= signs, standing_signs, wall_post_override
    |itemtags=non_flammable_wood, signs}}
    {{ID table
    |displayname=Warped Sign
    |spritetype=block
    |nameid=warped_sign
    |blocktags=signs, standing_signs, wall_post_override
    |itemtags=non_flammable_wood, signs}}
    {{ID table
    |displayname=Oak Wall Sign
    |spritetype=block
    |nameid=oak_wall_sign
    |blocktags=signs, wall_signs
    |form=block}}
    {{ID table
    |displayname=Spruce Wall Sign
    |spritetype=block
    |nameid=spruce_wall_sign
    |blocktags=signs, wall_signs
    |form=block}}
    {{ID table
    |displayname=Birch Wall Sign
    |spritetype=block
    |nameid=birch_wall_sign
    |blocktags=signs, wall_signs
    |form=block}}
    {{ID table
    |displayname=Jungle Wall Sign
    |spritetype=block
    |nameid=jungle_wall_sign
    |blocktags=signs, wall_signs
    |form=block}}
    {{ID table
    |displayname=Acacia Wall Sign
    |spritetype=block
    |nameid=acacia_wall_sign
    |blocktags=signs, wall_signs
    |form=block}}
    {{ID table
    |displayname=Dark Oak Wall Sign
    |spritetype=block
    |nameid=dark_oak_wall_sign
    |blocktags=signs, wall_signs
    |form=block}}
    {{ID table
    |displayname=Mangrove Wall Sign
    |spritetype=block
    |nameid=mangrove_wall_sign
    |blocktags=signs, wall_signs
    |form=block}}
    {{ID table
    |displayname=Cherry Wall Sign
    |spritename=Cherry Wall Sign
    |spritetype=block
    |nameid=cherry_wall_sign
    |blocktags=signs, wall_signs
    |form=block}}
    {{ID table
    |displayname=Bamboo Wall Sign
    |spritename=Bamboo Wall Sign
    |spritetype=block
    |nameid=bamboo_wall_sign
    |blocktags=signs, wall_signs
    |form=block}}
    {{ID table
    |displayname=Crimson Wall Sign
    |spritetype=block
    |nameid=crimson_wall_sign
    |blocktags=signs, wall_signs
    |form=block}}
    {{ID table
    |displayname=Warped Wall Sign
    |spritetype=block
    |nameid=warped_wall_sign
    |blocktags=signs, wall_signs
    |form=block}}
    {{ID table
    |displayname=Oak Hanging Sign
    |spritename=Oak Hanging Sign
    |spritetype=block
    |nameid=oak_hanging_sign
    |blocktags=all_hanging_signs, ceiling_hanging_signs
    |itemtags=hanging_signs}}
    {{ID table
    |displayname=Spruce Hanging Sign
    |spritename=Spruce Hanging Sign
    |spritetype=block
    |nameid=spruce_hanging_sign
    |blocktags=all_hanging_signs, ceiling_hanging_signs
    |itemtags=hanging_signs}}
    {{ID table
    |displayname=Birch Hanging Sign
    |spritename=Birch Hanging Sign
    |spritetype=block
    |nameid=birch_hanging_sign
    |blocktags=all_hanging_signs, ceiling_hanging_signs
    |itemtags=hanging_signs}}
    {{ID table
    |displayname=Jungle Hanging Sign
    |spritename=Jungle Hanging Sign
    |spritetype=block
    |nameid=jungle_hanging_sign
    |blocktags=all_hanging_signs, ceiling_hanging_signs
    |itemtags=hanging_signs}}
    {{ID table
    |displayname=Acacia Hanging Sign
    |spritename=Acacia Hanging Sign
    |spritetype=block
    |nameid=acacia_hanging_sign
    |blocktags=all_hanging_signs, ceiling_hanging_signs
    |itemtags=hanging_signs}}
    {{ID table
    |displayname=Dark Oak Hanging Sign
    |spritename=Dark Oak Hanging Sign
    |spritetype=block
    |nameid=dark_oak_hanging_sign
    |blocktags=all_hanging_signs, ceiling_hanging_signs
    |itemtags=hanging_signs}}
    {{ID table
    |displayname=Mangrove Hanging Sign
    |spritename=Mangrove Hanging Sign
    |spritetype=block
    |nameid=mangrove_hanging_sign
    |blocktags=all_hanging_signs, ceiling_hanging_signs
    |itemtags=hanging_signs}}
    {{ID table
    |displayname=Cherry Hanging Sign
    |spritename=Cherry Hanging Sign
    |spritetype=block
    |nameid=cherry_hanging_sign
    |blocktags=all_hanging_signs, ceiling_hanging_signs
    |itemtags=hanging_signs}}
    {{ID table
    |displayname=Bamboo Hanging Sign
    |spritename=Bamboo Hanging Sign
    |spritetype=block
    |nameid=bamboo_hanging_sign
    |blocktags=all_hanging_signs, ceiling_hanging_signs
    |itemtags=hanging_signs}}
    {{ID table
    |displayname=Crimson Hanging Sign
    |spritename=Crimson Hanging Sign
    |spritetype=block
    |nameid=crimson_hanging_sign
    |blocktags=all_hanging_signs, ceiling_hanging_signs
    |itemtags=hanging_signs, non_flammable_wood}}
    {{ID table
    |displayname=Warped Hanging Sign
    |spritename=Warped Hanging Sign
    |spritetype=block
    |nameid=warped_hanging_sign
    |blocktags=all_hanging_signs, ceiling_hanging_signs
    |itemtags=hanging_signs, non_flammable_wood}}
    {{ID table
    |displayname=Oak Wall Hanging Sign
    |spritename=Oak Wall Hanging Sign
    |spritetype=block
    |nameid=oak_wall_hanging_sign
    |blocktags=all_hanging_signs, wall_hanging_signs
    |form=block}}
    {{ID table
    |displayname=Spruce Wall Hanging Sign
    |spritename=Spruce Wall Hanging Sign
    |spritetype=block
    |nameid=spruce_wall_hanging_sign
    |blocktags=all_hanging_signs, wall_hanging_signs
    |form=block}}
    {{ID table
    |displayname=Birch Wall Hanging Sign
    |spritename=Birch Wall Hanging Sign
    |spritetype=block
    |nameid=birch_wall_hanging_sign
    |blocktags=all_hanging_signs, wall_hanging_signs
    |form=block}}
    {{ID table
    |displayname=Jungle Wall Hanging Sign
    |spritename=Jungle Wall Hanging Sign
    |spritetype=block
    |nameid=jungle_wall_hanging_sign
    |blocktags=all_hanging_signs, wall_hanging_signs
    |form=block}}
    {{ID table
    |displayname=Acacia Wall Hanging Sign
    |spritename=Acacia Wall Hanging Sign
    |spritetype=block
    |nameid=acacia_wall_hanging_sign
    |blocktags=all_hanging_signs, wall_hanging_signs
    |form=block}}
    {{ID table
    |displayname=Dark Oak Wall Hanging Sign
    |spritename=Dark Oak Wall Hanging Sign
    |spritetype=block
    |nameid=dark_oak_wall_hanging_sign
    |blocktags=all_hanging_signs, wall_hanging_signs
    |form=block}}
    {{ID table
    |displayname=Mangrove Wall Hanging Sign
    |spritename=Mangrove Wall Hanging Sign
    |spritetype=block
    |nameid=mangrove_wall_hanging_sign
    |blocktags=all_hanging_signs, wall_hanging_signs
    |form=block}}
    {{ID table
    |displayname=Cherry Wall Hanging Sign
    |spritename=Cherry Wall Hanging Sign
    |spritetype=block
    |nameid=cherry_wall_hanging_sign
    |blocktags=all_hanging_signs, wall_hanging_signs
    |form=block}}
    {{ID table
    |displayname=Bamboo Wall Hanging Sign
    |spritename=Bamboo Wall Hanging Sign
    |spritetype=block
    |nameid=bamboo_wall_hanging_sign
    |blocktags=all_hanging_signs, wall_hanging_signs
    |form=block}}
    {{ID table
    |displayname=Crimson Wall Hanging Sign
    |spritename=Crimson Wall Hanging Sign
    |spritetype=block
    |nameid=crimson_wall_hanging_sign
    |blocktags=all_hanging_signs, wall_hanging_signs
    |form=block}}
    {{ID table
    |displayname=Warped Wall Hanging Sign
    |spritename=Warped Wall Hanging Sign
    |spritetype=block
    |nameid=warped_wall_hanging_sign
    |blocktags=all_hanging_signs, wall_hanging_signs
    |form=block
    |foot=1}}
    {{ID table
    |displayname=Block entity
    |spritename=signs
    |spritetype=block
    |nameid=sign}}
    {{ID table
    |displayname=Block entity
    |spritename=hanging-signs
    |spritetype=block
    |nameid=hanging_sign
    |foot=1}}
    
    {{edition|bedrock}}:
    {{ID table
    |edition=bedrock
    |firstcolumnname=Sign
    |shownumericids=y
    |showforms=y
    |showaliasids=y
    |showitemtags=y
    |generatetranslationkeys=y
    |displayname=Oak standing
    |spritename=oak-sign
    |spritetype=block
    |nameid=standing_sign
    |id=63
    |form=block}}
    {{ID table
    |displayname=Spruce standing
    |spritename=spruce-sign
    |spritetype=block
    |nameid=spruce_standing_sign
    |id=436
    |form=block}}
    {{ID table
    |displayname=Birch standing
    |spritename=birch-sign
    |spritetype=block
    |nameid=birch_standing_sign
    |id=441
    |form=block}}
    {{ID table
    |displayname=Jungle standing
    |spritename=jungle-sign
    |spritetype=block
    |nameid=jungle_standing_sign
    |id=443
    |form=block}}
    {{ID table
    |displayname=Acacia standing
    |spritename=acacia-sign
    |spritetype=block
    |nameid=acacia_standing_sign
    |id=445
    |form=block}}
    {{ID table
    |displayname=Dark Oak standing
    |spritename=dark-oak-sign
    |spritetype=block
    |nameid=darkoak_standing_sign
    |id=447
    |form=block}}
    {{ID table
    |displayname=Mangrove standing
    |spritename=mangrove-sign
    |spritetype=block
    |nameid=mangrove_standing_sign
    |id=-494
    |form=block
    |translationkey=-}}
    {{ID table
    |displayname=Cherry standing
    |spritename=cherry-sign
    |spritetype=block
    |nameid=cherry_standing_sign
    |id=-542
    |form=block
    |translationkey=-}}
    {{ID table
    |displayname=Bamboo standing
    |spritename=bamboo-sign
    |spritetype=block
    |nameid=bamboo_standing_sign
    |id=-518
    |form=block
    |translationkey=-}}
    {{ID table
    |displayname=Crimson standing
    |spritename=crimson-sign
    |spritetype=block
    |nameid=crimson_standing_sign
    |id=505
    |form=block}}
    {{ID table
    |displayname=Warped standing
    |spritename=warped-sign
    |spritetype=block
    |nameid=warped_standing_sign
    |id=506
    |form=block}}
    {{ID table
    |displayname=Oak wall
    |spritename=oak-wall-sign
    |spritetype=block
    |nameid=wall_sign
    |id=68
    |form=block
    |translationkey=-}}
    {{ID table
    |displayname=Spruce wall
    |spritename=spruce-wall-sign
    |spritetype=block
    |nameid=spruce_wall_sign
    |id=437
    |form=block
    |translationkey=-}}
    {{ID table
    |displayname=Birch wall
    |spritename=birch-wall-sign
    |spritetype=block
    |nameid=birch_wall_sign
    |id=442
    |form=block
    |translationkey=-}}
    {{ID table
    |displayname=Jungle wall
    |spritename=jungle-wall-sign
    |spritetype=block
    |nameid=jungle_wall_sign
    |id=444
    |form=block
    |translationkey=-}}
    {{ID table
    |displayname=Acacia wall
    |spritename=acacia-wall-sign
    |spritetype=block
    |nameid=acacia_wall_sign
    |id=446
    |form=block
    |translationkey=-}}
    {{ID table
    |displayname=Dark Oak wall
    |spritename=dark-oak-wall-sign
    |spritetype=block
    |nameid=darkoak_wall_sign
    |id=448
    |form=block
    |translationkey=-}}
    {{ID table
    |displayname=Mangrove wall
    |spritename=mangrove-wall-sign
    |spritetype=block
    |nameid=mangrove_wall_sign
    |id=-495
    |form=block
    |translationkey=-}}
    {{ID table
    |displayname=Cherry wall
    |spritename=cherry-wall-sign
    |spritetype=block
    |nameid=cherry_wall_sign
    |id=-544
    |form=block
    |translationkey=-}}
    {{ID table
    |displayname=Bamboo wall
    |spritename=bamboo-wall-sign
    |spritetype=block
    |nameid=bamboo_wall_sign
    |id=-519
    |form=block
    |translationkey=-}}
    {{ID table
    |displayname=Crimson wall
    |spritename=crimson-wall-sign
    |spritetype=block
    |nameid=crimson_wall_sign
    |id=507
    |form=block}}
    {{ID table
    |displayname=Warped wall
    |spritename=warped-wall-sign
    |spritetype=block
    |nameid=warped_wall_sign
    |id=508
    |form=block}}
    {{ID table
    |displayname=Oak item
    |spritename=oak-sign
    |spritetype=item
    |nameid=oak_sign
    |aliasid=sign
    |id=360
    |form=item
    |itemtags=minecraft:sign
    |translationkey=item.sign.name}}
    {{ID table
    |displayname=Spruce item
    |spritename=spruce-sign
    |spritetype=item
    |nameid=spruce_sign
    |id=576
    |form=item
    |itemtags=minecraft:sign}}
    {{ID table
    |displayname=Birch item
    |spritename=birch-sign
    |spritetype=item
    |nameid=birch_sign
    |id=577
    |form=item
    |itemtags=minecraft:sign}}
    {{ID table
    |displayname=Jungle item
    |spritename=jungle-sign
    |spritetype=item
    |nameid=jungle_sign
    |id=578
    |form=item
    |itemtags=minecraft:sign}}
    {{ID table
    |displayname=Acacia item
    |spritename=acacia-sign
    |spritetype=item
    |nameid=acacia_sign
    |id=579
    |form=item
    |itemtags=minecraft:sign}}
    {{ID table
    |displayname=Dark Oak item
    |spritename=dark-oak-sign
    |spritetype=item
    |nameid=dark_oak_sign
    |aliasid=darkoak_sign
    |id=587
    |form=item
    |itemtags=minecraft:sign
    |translationkey=item.darkoak_sign.name}}
    {{ID table
    |displayname=Mangrove item
    |spritename=mangrove-sign
    |spritetype=item
    |nameid=mangrove_sign
    |id=642
    |form=item
    |itemtags=minecraft:sign}}
    {{ID table
    |displayname=Cherry item
    |spritename=cherry-sign
    |spritetype=item
    |nameid=cherry_sign
    |id=659
    |form=item
    |itemtags=minecraft:sign}}
    {{ID table
    |displayname=Bamboo item
    |spritename=bamboo-sign
    |spritetype=item
    |nameid=bamboo_sign
    |id=660
    |form=item
    |itemtags=minecraft:sign}}
    {{ID table
    |displayname=Crimson item
    |spritename=crimson-sign
    |spritetype=item
    |nameid=crimson_sign
    |id=614
    |form=item
    |itemtags=minecraft:sign}}
    {{ID table
    |displayname=Warped item
    |spritename=warped-sign
    |spritetype=item
    |nameid=warped_sign
    |id=615
    |form=item
    |itemtags=minecraft:sign}}
    {{ID table
    |displayname=Oak Hanging Sign
    |spritename=Oak Wall Hanging Sign
    |spritetype=block
    |nameid=oak_hanging_sign
    |id=-500
    |itemtags=minecraft:hanging_sign
    |translationkey=item.oak_hanging_sign.name}}
    {{ID table
    |displayname=Spruce Hanging Sign
    |spritename=Spruce Wall Hanging Sign
    |spritetype=block
    |nameid=spruce_hanging_sign
    |id=-501
    |itemtags=minecraft:hanging_sign
    |translationkey=item.spruce_hanging_sign.name}}
    {{ID table
    |displayname=Birch Hanging Sign
    |spritename=Birch Wall Hanging Sign
    |spritetype=block
    |nameid=birch_hanging_sign
    |id=-502
    |itemtags=minecraft:hanging_sign
    |translationkey=item.birch_hanging_sign.name}}
    {{ID table
    |displayname=Jungle Hanging Sign
    |spritename=Jungle Wall Hanging Sign
    |spritetype=block
    |nameid=jungle_hanging_sign
    |id=-503
    |itemtags=minecraft:hanging_sign
    |translationkey=item.jungle_hanging_sign.name}}
    {{ID table
    |displayname=Acacia Hanging Sign
    |spritename=Acacia Wall Hanging Sign
    |spritetype=block
    |nameid=acacia_hanging_sign
    |id=-504
    |itemtags=minecraft:hanging_sign
    |translationkey=item.acacia_hanging_sign.name}}
    {{ID table
    |displayname=Dark Oak Hanging Sign
    |spritename=Dark Oak Wall Hanging Sign
    |spritetype=block
    |nameid=dark_oak_hanging_sign
    |id=-505
    |itemtags=minecraft:hanging_sign
    |translationkey=item.dark_oak_hanging_sign.name}}
    {{ID table
    |displayname=Mangrove Hanging Sign
    |spritename=Mangrove Wall Hanging Sign
    |spritetype=block
    |nameid=mangrove_hanging_sign
    |id=-508
    |itemtags=minecraft:hanging_sign
    |translationkey=item.mangrove_hanging_sign.name}}
    {{ID table
    |displayname=Cherry Hanging Sign
    |spritename=Cherry Wall Hanging Sign
    |spritetype=block
    |nameid=cherry_hanging_sign
    |id=-534
    |itemtags=minecraft:hanging_sign
    |translationkey=item.cherry_hanging_sign.name}}
    {{ID table
    |displayname=Bamboo Hanging Sign
    |spritename=Bamboo Wall Hanging Sign
    |spritetype=block
    |nameid=bamboo_hanging_sign
    |id=-522
    |itemtags=minecraft:hanging_sign
    |translationkey=item.bamboo_hanging_sign.name}}
    {{ID table
    |displayname=Crimson Hanging Sign
    |spritename=Crimson Wall Hanging Sign
    |spritetype=block
    |nameid=crimson_hanging_sign
    |id=-506
    |itemtags=minecraft:hanging_sign
    |translationkey=item.crimson_hanging_sign.name}}
    {{ID table
    |displayname=Warped Hanging Sign
    |spritename=Warped Wall Hanging Sign
    |spritetype=block
    |nameid=warped_hanging_sign
    |id=-507
    |itemtags=minecraft:hanging_sign
    |translationkey=item.warped_hanging_sign.name
    |foot=1}}
    {{ID table
    |notnamespaced=y
    |displayname=Block entity
    |spritename=signs
    |spritetype=block
    |nameid=Sign}}
    {{ID table
    |displayname=Block entity
    |spritename=hanging-signs
    |spritetype=block
    |nameid=HangingSign
    |foot=1}}
    
    === Block states ===
    {{see also|Block states}}
    {{/BS}}
    
    === Block data ===
    A sign has a block entity associated with it that holds additional data about the block.
    
    {{el|java}}:
    {{see also|Block entity format}}
    {{/BE}}
    
    {{el|bedrock}}:
    :See [[Bedrock Edition level format/Block entity format]].
    
    == Achievements ==
    {{load achievements|It's a Sign}}
    
    == Advancements ==
    {{load advancements|Glow and Behold}}
    
    == History ==
    {{main|/History}}
    {{History|java classic}}
    {{History||0.24_SURVIVAL_TEST|[[File:Sign Entity.png|32px]] Signs are currently being tested as [[entity|entities]]. They always display "This is a test of the signs. Each line can be 15 chars!" and can only be spawned by pressing {{key|B}}.<ref>{{ytl|bdT76iFEnLk}}</ref>}}
    {{History||0.26  SURVIVAL TEST|Removed signs.}}
    {{History|java infdev}}
    {{History||20100607|[[File:Oak Sign (0) JE1.png|32px]] Signs have been re-implemented as [[block]]s, although still rendering as entities.
    |Signs now have a [[crafting]] recipe and the text can now be edited. Editing a sign pauses the game in [[singleplayer]].
    |Signs are currently huge and drop [[planks]] when destroyed.
    |Signs do not have a particle texture defined. As such, they [[Placeholder texture#Default texture|default to using the grass block texture instead]].}}
    {{History||20100608|Signs are now broken faster.
    |Signs now [[drops|drop]] themselves when [[breaking|destroyed]], instead of planks.
    |Signs now use planks particles.}}
    {{History|java alpha}}
    {{History||v1.0.1|[[File:Oak Wall Sign (S) JE1 BE1.png|32px]] Added wall signs.
    |[[File:Oak Sign (0) JE2.png|32px]] Signs are now smaller.}}
    {{History||v1.0.5|Signs no longer require a free [[block]] above it to place.}}
    {{History|java beta}}
    {{History||April 27, 2011|link=https://notch.tumblr.com/post/4988431144|Hand-drawn signs are mentioned.}}
    {{History|java}}
    {{History||1.0.0|snap=Beta 1.9 Prerelease 6|Signs are now broken faster using an [[axe]].}}
    {{History||1.3.1|snap=12w18a|Editing a sign no longer pauses the game in [[singleplayer]].}}
    {{History|||snap=12w27a|Signs are now stackable up to 16. 
    |The same [[crafting]] recipe now produces 3 signs instead of 1.}}
    {{History||June 9, 2014|link=https://twitter.com/SeargeDP/status/476047216541700096|[[Searge]] tweeted a picture of a sign showing a username and a [[scoreboard]] score.}}
    {{History||1.8|snap=14w25a|Added support for JSON text to signs.
    |Sign character limit now depends on character width.}}
    {{History|||snap=14w29a|Signs now display the cracking animation.}}
    {{History||1.9|snap=15w43a|A sign now generates within [[igloo]] basements.}}
    {{History||1.11|snap=16w33a|Signs can now be used as [[fuel]] in [[furnace]]s.}}
    {{History||1.13|snap=17w47a|The standing sign ID has been changed from <code>standing_sign</code> to <code>sign</code>.
    |Prior to [[1.13/Flattening|''The Flattening'']], these [[block]]s' numeral IDs were 63 and 68, and the [[item]]'s 323.}}
    {{History|||snap=18w10d|[[Water]] can now be placed on the same block as signs.}}
    {{History||1.14|snap=18w43a|"Sign" has been renamed to "Oak Sign".
    |[[File:Oak Sign JE2 BE2.png|32px]] The texture of oak sign [[item]]s has been changed.
    |[[File:Spruce Standing Sign JE1 BE1.png|32px]] [[File:Birch Standing Sign JE1 BE1.png|32px]] [[File:Jungle Standing Sign JE1 BE1.png|32px]] [[File:Acacia Standing Sign JE1 BE1.png|32px]] [[File:Dark Oak Standing Sign JE1 BE1.png|32px]] [[File:Spruce Sign JE1 BE1.png|32px]] [[File:Birch Sign JE1 BE1.png|32px]] [[File:Jungle Sign JE1 BE1.png|32px]] [[File:Acacia Sign JE1 BE1.png|32px]] [[File:Dark Oak Sign JE1 BE1.png|32px]] Added spruce, birch, jungle, acacia and dark oak signs.
    |The sign's text has been changed from black to white.
    |A sign's recipe now requires the same type of [[wood]] instead of a random assortment.}}
    {{History|||snap=18w44a|Signs can now be {{control|used}} while holding a [[dye]] to change the text color.
    |Default text color for signs has been changed back to black.}}
    {{History|||snap=18w45a|A new movable cursor for free text editing to signs has been added.
    |Selection and copy/paste support have been added to signs.}}
    {{History|||snap=18w50a|Spruce signs now generate in some [[taiga]] [[village]] houses.
    |Spruce sign items can now be found in [[chest]]s in taiga village houses.}}
    {{History|||snap=19w12a|Signs can now be [[dye]]d only in [[Creative mode]].}}
    {{History|||snap=19w12b|Signs can now be dyed in [[Survival mode]] again.}}
    {{History||1.16|snap=20w06a|[[File:Crimson Standing Sign JE1 BE1.png|32px]] [[File:Warped Standing Sign JE1 BE1.png|32px]] [[File:Crimson Sign JE1 BE1.png|32px]] [[File:Warped Sign JE1 BE1.png|32px]] Added crimson and warped signs.}}
    {{History|||snap=20w09a|Crimson and warped signs can now be [[crafting|crafted]].}}
    {{History||1.17|snap=21w03a|Signs can now be tinted with [[Glow Ink Sac|glow ink sac]]s to make the text glow.
    |Works with both undyed and dyed signs.
    |Signs now have a sound for being dyed.}}
    {{History|||snap=21w11a|[[File:Oak Standing Sign (S) JE2.png|32px]][[File:Spruce Standing Sign (S) JE2 BE2.png|32px]] [[File:Birch Standing Sign (S) JE2 BE2.png|32px]] [[File:Jungle Standing Sign (S) JE2 BE2.png|32px]] [[File:Acacia Standing Sign (S) JE2 BE2.png|32px]] [[File:Dark Oak Standing Sign (S) JE2 BE2.png|32px]] [[File:Oak Wall Sign (S) JE2.png|32px]] [[File:Spruce Wall Sign (S) JE2 BE2.png|32px]] [[File:Birch Wall Sign (S) JE2 BE2.png|32px]] [[File:Jungle Wall Sign (S) JE2 BE2.png|32px]] [[File:Acacia Wall Sign (S) JE2 BE2.png|32px]] [[File:Dark Oak Wall Sign (S) JE2 BE2.png|32px]] The textures of signs have been changed to reflect the changes made to planks in the [[Texture Update]].}}
    {{History|||snap=Pre-release 1|Glowing text on signs now has an outer glow, making text more visible in the dark.}}
    {{History||1.18|snap=21w41a|[[File:Oak Sign JE3.png|32px]] [[File:Spruce Sign JE2.png|32px]] [[File:Birch Sign JE2.png|32px]] [[File:Jungle Sign JE2.png|32px]] [[File:Acacia Sign JE2.png|32px]] [[File:Dark Oak Sign JE2.png|32px]] [[File:Crimson Sign JE2.png|32px]] [[File:Warped Sign JE2.png|32px]] Changed all signs textures as items.}}
    {{History||1.19|snap=22w11a|[[File:Mangrove Sign JE1 BE1.png|32px]][[File:Mangrove Wall Sign JE1 BE1.png|32px]][[File:Mangrove Sign (item) JE1 BE1.png|32px]] Added mangrove signs.}}
    {{History|||snap=22w14a|Due to the addition of the [[mangrove tree]] and [[mangrove swamp]], mangrove signs are now obtainable in survival and renewable.}}
    {{History||October 15, 2022|link={{ytl|https://youtu.be/iM9KtHaDcUg?t=5437}}|Hanging signs were announced and shown on [[Minecraft Live 2022]].|Hanging signs were conceptualized by [[Agnes Larsson]] with input from her daughter.<ref>{{ytl|vJCMpPyaN8Q|Minecraft 1.20: New Blocks and Their Functions! @ 0:29|Minecraft|February 24, 2023|t=29s}}</ref>}}
    {{History||1.20<br>(Experimental)|link=1.19.3|snap=22w42a|[[File:Bamboo Sign (0) JE1 BE1.png|32px]] [[File:Bamboo Wall Sign (S) JE1 BE1.png|32px]] [[File:Bamboo Sign (item) JE1 BE1.png|32px]] Added bamboo signs behind the [[Java Edition 1.20|Update 1.20 experimental datapack]].
    |[[File:Oak Hanging Sign JE1 BE1.png|32px]] [[File:Spruce Hanging Sign JE1 BE1.png|32px]] [[File:Birch Hanging Sign JE1 BE1.png|32px]] [[File:Jungle Hanging Sign JE1 BE1.png|32px]] [[File:Acacia Hanging Sign JE1 BE1.png|32px]] [[File:Dark Oak Hanging Sign JE1 BE1.png|32px]] [[File:Mangrove Hanging Sign JE1 BE1.png|32px]] [[File:Bamboo Hanging Sign JE1 BE1.png|32px]] [[File:Crimson Hanging Sign JE1 BE1.png|32px]] [[File:Warped Hanging Sign JE1 BE1.png|32px]]<br>[[File:Oak Wall Hanging Sign JE1 BE1.png|32px]] [[File:Spruce Wall Hanging Sign JE1 BE1.png|32px]] [[File:Birch Wall Hanging Sign JE1 BE1.png|32px]] [[File:Jungle Wall Hanging Sign JE1 BE1.png|32px]] [[File:Acacia Wall Hanging Sign JE1 BE1.png|32px]] [[File:Dark Oak Wall Hanging Sign JE1 BE1.png|32px]] [[File:Mangrove Wall Hanging Sign JE1 BE1.png|32px]] [[File:Bamboo Wall Hanging Sign (S) JE1 BE1.png|32px]] [[File:Crimson Wall Hanging Sign JE1 BE1.png|32px]] [[File:Warped Wall Hanging Sign JE1 BE1.png|32px]]<br>[[File:Oak Hanging Sign (item) JE1 BE1.png|32px]] [[File:Spruce Hanging Sign (item) JE1 BE1.png|32px]] [[File:Birch Hanging Sign (item) JE1 BE1.png|32px]] [[File:Jungle Hanging Sign (item) JE1 BE1.png|32px]] [[File:Acacia Hanging Sign (item) JE1 BE1.png|32px]] [[File:Dark Oak Hanging Sign (item) JE1 BE1.png|32px]] [[File:Mangrove Hanging Sign (item) JE1 BE1.png|32px]] [[File:Bamboo Hanging Sign (item) JE1 BE1.png|32px]] [[File:Crimson Hanging Sign (item) JE1 BE1.png|32px]] [[File:Warped Hanging Sign (item) JE1 BE1.png|32px]]<br>Added hanging signs behind the [[Java Edition 1.20|Update 1.20 experimental datapack]].|Added unique sounds for Nether and bamboo wood signs.}}
    {{History|||snap=22w45a|[[File:Jungle Wall Hanging Sign JE2 BE2.png|32px]] The texture of jungle hanging wall signs have been changed.|Added unique sounds for Nether and bamboo wood hanging signs.|Bamboo hanging signs now can be crafted using [[block of stripped bamboo]] instead of bamboo planks.|Crafting bamboo hanging signs now outputs 6 hanging signs instead of 2.}}
    {{History||1.20<br>(Experimental)|link=1.19.4|snap=23w07a|[[File:Cherry Sign (0) JE1.png|32px]] [[File:Cherry Wall Sign (S) JE1.png|32px]] [[File:Cherry Sign (item) JE1.png|32px]] [[File:Cherry Hanging Sign JE1.png|32px]] [[File:Cherry Wall Hanging Sign JE1.png|32px]] [[File:Cherry Hanging Sign (item) JE1.png|32px]] Added cherry signs and hanging signs behind the [[Java Edition 1.20|Update 1.20 experimental datapack]]. There used to be a glitch where right clicking on a sign would play the “use” animation. This was fixed in the snapshots for 1.20, where signs are editable.}}
    {{History|||snap=1.19.4 Pre-release 4|[[File:Cherry Sign (0) JE2 BE2.png|32px]] Updated the texture of cherry signs.}}
    {{History||1.20|snap=23w12a|Bamboo sign, cherry sign and all of the hanging signs are now available without using the "Update 1.20" experimental datapack.|Signs and hanging signs can now be edited after being placed.|Signs and hanging signs now support text on both sides.|Signs and hanging signs can now be waxed with [[honeycomb]] to prevent editing.|Oak and spruce hanging sign can now be found in [[suspicious gravel]] and [[suspicious sand]] in [[trail ruins]].}}
    {{History|||snap=23w14a|Signs and hanging signs with click commands can now be interacted with even if the sign is not waxed.|Signs and hanging signs can no longer be edited by players in [[Adventure]] mode.|Signs and hanging signs with non-text chat components can no longer be edited, even if the sign is not waxed.|Signs and hanging signs now save text even if the edit screen is closed by the player being moved far away.}}
    {{History|||snap=23w16a|Oak and spruce hanging sign no longer generates in [[suspicious sand]] in [[trail ruins]].|Due to the split of the archaeological loot tables for the suspicious gravel within the [[trail ruins]]; oak and spruce hanging sign now are in the common loot.}}
    {{History||1.20.2|snap=23w31a|Changed sounds for Nether wood hanging signs.<ref>{{Bug|MC-262295||Warped and Crimson hanging signs uses their respective plank sounds, despite their stripped stems having unique sounds|Fixed}}</ref>}}
    
    {{History|pocket alpha}}
    {{History||v0.5.0|[[File:Oak Standing Sign.png|32px]] [[File:Oak Sign JE1 BE1.png|32px]] Signs have been added, though they can be obtained only through [[inventory]] editors. |The [[player]] currently cannot write on signs.}}
    {{History||v0.6.0|Signs can now be legitimately obtained in [[Survival]] and [[Creative]] mode.|The player can now write on signs.}}
    {{History||v0.10.0|snap=build 1|Signs now have a selection overlay.}}
    {{History|pocket}}
    {{History||1.0.0|snap=alpha 0.17.0.1|Signs can now be found in [[igloo]] basements.}}
    {{History|bedrock}}
    {{History||1.9.0|snap=beta 1.9.0.0|"Sign" has been renamed to "Oak Sign".
    |[[File:Spruce Standing Sign (S) JE2 BE2.png|32px]] [[File:Birch Standing Sign (S) JE2 BE2.png|32px]] [[File:Jungle Standing Sign (S) JE2 BE2.png|32px]] [[File:Acacia Standing Sign (S) JE2 BE2.png|32px]] [[File:Dark Oak Standing Sign (S) JE2 BE2.png|32px]] [[File:Spruce Sign JE1 BE1.png|32px]] [[File:Birch Sign JE1 BE1.png|32px]] [[File:Jungle Sign JE1 BE1.png|32px]] [[File:Acacia Sign JE1 BE1.png|32px]] [[File:Dark Oak Sign JE1 BE1.png|32px]] Added spruce, birch, jungle, acacia and dark oak signs.|The sign's text has been changed from black to white.|A sign's recipe now requires the same type of [[wood]] instead of a random assortment.}}
    {{History|||snap=beta 1.9.0.2|The default sign text color has been changed back to black.|Sign variants are now grouped in their own [[inventory]] category.}}
    {{History||1.10.0|snap=beta 1.10.0.3|[[File:Oak Sign JE2 BE2.png|32px]] The texture of oak sign [[item]]s has been changed.|Spruce signs now generate in new [[taiga]] and [[snowy taiga]] [[village]] houses.}}
    {{History||1.11.0|snap=beta 1.11.0.1|Signs can now be used as a [[fuel]] in [[furnace]]s.|Oak signs can now be found inside taiga and snowy taiga village house [[chest]]s.}}
    {{History||1.16.0|snap=beta 1.16.0.51|[[File:Crimson Standing Sign JE1 BE1.png|32px]] [[File:Warped Standing Sign JE1 BE1.png|32px]] [[File:Crimson Sign JE1 BE1.png|32px]] [[File:Warped Sign JE1 BE1.png|32px]] Added crimson and warped signs.|[[File:Spruce Standing Sign (S) JE2 BE2.png|32px]] [[File:Birch Standing Sign (S) JE2 BE2.png|32px]] [[File:Jungle Standing Sign (S) JE2 BE2.png|32px]] [[File:Acacia Standing Sign (S) JE2 BE2.png|32px]] [[File:Dark Oak Standing Sign (S) JE2 BE2.png|32px]] [[File:Spruce Wall Sign (S) JE2 BE2.png|32px]] [[File:Birch Wall Sign (S) JE2 BE2.png|32px]] [[File:Jungle Wall Sign (S) JE2 BE2.png|32px]] [[File:Acacia Wall Sign (S) JE2 BE2.png|32px]] [[File:Dark Oak Wall Sign (S) JE2 BE2.png|32px]] The texture of all signs except oak sign have been changed.}}
    {{History||1.16.20|snap=beta 1.16.20.50|Crimson and warped signs now uses regular plank [[sound]]s instead of their stem variant sounds.}}
    {{History||1.16.210|snap=beta 1.16.210.59|Signs can now be {{control|used}} while holding a [[dye]] to change the text color.|Signs can now be tinted with [[Glow Ink Sac|glow ink sac]]s to make the text glow.
    |Works with both default and dyed signs.}}
    {{History|||snap=beta 1.16.210.60|Color on dyed signs disappears and the text turns back to black.|Signs with applied glowing effect as well as color stops glowing and color is removed.}}
    {{History||1.16.220|snap=beta 1.16.220.50|Signs can now be {{control|used}} while holding a [[dye]] to change the text color again.|Signs can now be tinted with [[Glow Ink Sac|glow ink sac]]s to make the text glow again.}}
    {{History|||snap=beta 1.16.220.52|Now has sounds for being dyed.}}
    {{History|||snap=release|A glowing effect can no longer be applied to signs due to glow ink sacs becoming inaccessible in the full release.}}
    {{History||1.17.0|snap=beta 1.17.0.50|[[File:Oak Sign BE3.png|32px]] [[File:Spruce Sign BE2.png|32px]] [[File:Birch Sign BE2.png|32px]] [[File:Jungle Sign BE2.png|32px]] [[File:Acacia Sign BE2.png|32px]] [[File:Dark Oak Sign BE2.png|32px]] Textures of sign items was updated.
    |[[File:Oak Standing Sign (S) JE2 BE2.png|32px]] [[File:Oak Wall Sign (S) JE2 BE2.png|32px]] The textures of oak signs have been changed to reflect the changes made to planks in the [[Texture Update]].}}
    {{History||1.17.10|snap=beta 1.17.10.21|Glowing text on signs now has an outer glow, making text more visible in the dark.}}
    {{History||1.18.10|snap=beta 1.18.10.20|[[File:Oak Sign JE3.png|32px]] [[File:Spruce Sign JE2.png|32px]] [[File:Birch Sign JE2.png|32px]] [[File:Jungle Sign JE2.png|32px]] [[File:Acacia Sign JE2.png|32px]] [[File:Dark Oak Sign JE2.png|32px]] [[File:Crimson Sign JE2.png|32px]] [[File:Warped Sign JE2.png|32px]] Changed all signs textures as items.}}
    {{History||1.19.0|snap=beta 1.19.0.20|[[File:Mangrove Sign JE1 BE1.png|32px]][[File:Mangrove Wall Sign JE1 BE1.png|32px]][[File:Mangrove Sign (item) JE1 BE1.png|32px]] Added mangrove signs.}}
    {{History||Next Major Update<br>(Experimental)|link=Bedrock Edition 1.20|snap=beta 1.19.50.21|[[File:Bamboo Sign (0) JE1 BE1.png|32px]] [[File:Bamboo Wall Sign (S) JE1 BE1.png|32px]] [[File:Bamboo Sign (item) JE1 BE1.png|32px]] Added bamboo signs behind the "[[Bedrock Edition 1.20|Next Major Update]]" [[experimental]] toggle.|[[File:Oak Hanging Sign JE1 BE1.png|32px]] [[File:Spruce Hanging Sign JE1 BE1.png|32px]] [[File:Birch Hanging Sign JE1 BE1.png|32px]] [[File:Jungle Hanging Sign JE1 BE1.png|32px]] [[File:Acacia Hanging Sign JE1 BE1.png|32px]] [[File:Dark Oak Hanging Sign JE1 BE1.png|32px]] [[File:Mangrove Hanging Sign JE1 BE1.png|32px]] [[File:Bamboo Hanging Sign JE1 BE1.png|32px]] [[File:Crimson Hanging Sign JE1 BE1.png|32px]] [[File:Warped Hanging Sign JE1 BE1.png|32px]]<br>[[File:Oak Wall Hanging Sign JE1 BE1.png|32px]] [[File:Spruce Wall Hanging Sign JE1 BE1.png|32px]] [[File:Birch Wall Hanging Sign JE1 BE1.png|32px]] [[File:Jungle Wall Hanging Sign JE1 BE1.png|32px]] [[File:Acacia Wall Hanging Sign JE1 BE1.png|32px]] [[File:Dark Oak Wall Hanging Sign JE1 BE1.png|32px]] [[File:Mangrove Wall Hanging Sign JE1 BE1.png|32px]] [[File:Bamboo Wall Hanging Sign (S) JE1 BE1.png|32px]] [[File:Crimson Wall Hanging Sign JE1 BE1.png|32px]] [[File:Warped Wall Hanging Sign JE1 BE1.png|32px]]<br>[[File:Oak Hanging Sign (item) JE1 BE1.png|32px]] [[File:Spruce Hanging Sign (item) JE1 BE1.png|32px]] [[File:Birch Hanging Sign (item) JE1 BE1.png|32px]] [[File:Jungle Hanging Sign (item) JE1 BE1.png|32px]] [[File:Acacia Hanging Sign (item) JE1 BE1.png|32px]] [[File:Dark Oak Hanging Sign (item) JE1 BE1.png|32px]] [[File:Mangrove Hanging Sign (item) JE1 BE1.png|32px]] [[File:Bamboo Hanging Sign (item) JE1 BE1.png|32px]] [[File:Crimson Hanging Sign (item) JE1 BE1.png|32px]] [[File:Warped Hanging Sign (item) JE1 BE1.png|32px]]<br>Added hanging signs behind the "[[Bedrock Edition 1.20.0|Next Major Update]]" [[experimental]] toggle.|Added unique sounds for Nether and bamboo wood signs.}}
    {{History|||snap=beta 1.19.60.20|[[File:Jungle Wall Hanging Sign JE2 BE2.png|32px]] The texture of jungle hanging wall signs have been changed.|Bamboo hanging signs now can be crafted using [[block of stripped bamboo]] instead of bamboo planks.|Crafting bamboo hanging signs now outputs 6 hanging signs instead of 2.}}
    {{History||Next Major Update<br>(Experimental)|link=Bedrock Edition 1.19.80|snap=beta 1.19.80.20|[[File:Cherry Sign (0).png|32px]] [[File:Cherry Wall Sign (S) JE1.png|32px]] [[File:Cherry Sign (item) JE1.png|32px]] [[File:Cherry Hanging Sign JE1.png|32px]] [[File:Cherry Wall Hanging Sign JE1.png|32px]] [[File:Cherry Hanging Sign (item) JE1.png|32px]] Added cherry signs and hanging signs behind the "[[Bedrock Edition 1.20.0|Next Major Update]]" [[experimental]] toggle.}}
    {{History|||snap=beta 1.19.80.21|[[File:Cherry Sign (0) JE2 BE2.png|32px]] Updated the texture of cherry signs.}}
    {{History|||snap=beta 1.19.80.22|Signs and hanging signs can now be edited after being placed.|Signs and hanging signs now support text on both sides.|Signs and hanging signs can now be waxed with [[honeycomb]] to prevent editing.}}
    {{History|||snap=beta 1.20.0.20|Crimson, warped, and bamboo hanging signs now have custom sounds to match their wood type.<ref name=badnewsounds>{{Bug|MCPE-164246}}</ref>}}
    {{History||1.20.0|snap=beta 1.20.0.21|Bamboo sign, cherry sign and all of the hanging signs are now available without using the "Next Major Update" experimental toggle.}}
    
    {{History|console}}
    {{History||xbox=TU1|xbone=CU1|ps=1.0|wiiu=Patch 1|switch=1.0.1|[[File:Oak Standing Sign.png|32px]] [[File:Oak Sign JE1 BE1.png|32px]] Added signs.}}
    {{History||xbox=TU9|Signs are now stackable up to 16. 
    |The same [[crafting]] recipe for signs now produces 3 signs instead of 1.}}
    {{History||xbox=none|xbone=none|ps=1.88|wiiu=none|switch=none|[[File:Spruce Standing Sign (S) JE2 BE2.png|32px]] [[File:Birch Standing Sign (S) JE2 BE2.png|32px]] [[File:Jungle Standing Sign (S) JE2 BE2.png|32px]] [[File:Acacia Standing Sign (S) JE2 BE2.png|32px]] [[File:Dark Oak Standing Sign (S) JE2 BE2.png|32px]] [[File:Spruce Sign JE1 BE1.png|32px]] [[File:Birch Sign JE1 BE1.png|32px]] [[File:Jungle Sign JE1 BE1.png|32px]] [[File:Acacia Sign JE1 BE1.png|32px]] [[File:Dark Oak Sign JE1 BE1.png|32px]] Added spruce, birch, jungle, acacia and dark oak signs.}}
    {{History||xbox=none|xbone=none|ps=1.90|wiiu=none|switch=none|[[File:Oak Sign JE2 BE2.png|32px]] The texture of oak sign [[item]]s has been changed.}}
    
    {{History|new 3ds}}
    {{History||0.1.0|[[File:Oak Standing Sign (S) JE2 BE2.png|32px]] [[File:Oak Sign JE1 BE1.png|32px]] Added signs.}}
    {{History|foot}}
    
    == Trivia ==
    * The first concept art of hanging signs came from [[Agnes Larsson]]'s daughter.<ref>{{Ytl|vJCMpPyaN8Q|Minecraft 1.20: New Blocks and Their Functions!|Minecraft|t=30s}}</ref>
    
    == Gallery ==
    === Screenshots ===
    <gallery>
    Signs classic.png|Test of signs in early [[Java Edition Classic]].
    Sigh test.jpg|Another early sign image.
    Signs PreRelease.png|First image of sign blocks during [[Java Edition Infdev|Infdev]].
    Pocket Edition v0.6.0 alpha Development sign.png|First image of signs on [[Pocket Edition]].
    Pocket Edition v0.6.0 alpha Development sign editing.png|First image of editing text on [[PE]] iOS.
    Pocket Edition v0.6.0 alpha Development sign editing 2.png|First image of editing text on [[PE]] Android.
    Pocket Edition v0.6.0 alpha Development sky.png
    Door Sign.png|A sign placed on a door.
    Breaking News.png|A sign being broken.
    Sign Text Dark.jpg|A dark oak sign with black text.
    Sign Text Light.jpg|A dark oak sign with white text.
    Sign Blockdata.gif|A sign using blockdata to dynamically change.
    JSON Sign.png|First image of a sign using JSON text.
    Width Based Character Limit.png|First image of a sign using width based character limits.
    Glow Ink Sign with Pink Dye.png|Oak sign with glow ink in the dark in [[Java Edition 21w03a]].
    Lit vs unlit signs.png|Difference in visibility of a lime text, from left to right, in a lit birch sign, unlit birch sign, lit dark oak sign, and unlit dark oak sign.
    Glowing Text Comparison.png|The comparison between glow text and non-glow text.
    Example Of Signs Being Weird.png|alt=Shading differences|Signs being different shades depending on orientation.
    Glow text.gif|All sixteen colors of glow text.
    Glow Ink Signs.jpg|Signs with glowing ink in several colors.
    Lots of Glowing Signs.jpg|More signs with glowing ink.
    Sign Platforms.jpg|[[Ari]] standing on top of a hanged sign.
    Eric Shop.jpg|[[Sunny]] looking at a double sided hanging sign.
    Hanging Sign Bedrock.png|Hanging sign with small text.
    Hanging Sign Java.png|Hanging sign with large text.
    New Hanging Sign Text Length 1.jpg|Text on hanging sign.
    New Hanging Sign Text Length 2.jpg|Text on hanging sign.
    </gallery>
    
    === Concept Art ===
    <gallery>
    Hanging_Sign_Concept_Art.png|Hanging sign concept art.
    Hanging_Sign_Concept_Art2.png|Ditto.
    Hanging_Sign_Concept_Art3.png|Hanging sign dimensions concept art.
    Hanging_Sign_Concept_Art4.png|Hanging sign crafting recipe, block states concept art.
    </gallery>
    
    === Renders ===
    {{hidden begin}}
    <div style="clear: both"></div>
    <gallery>
    Oak Sign.png|Oak Sign
    Spruce Sign.png|Spruce Sign
    Birch Sign.png|Birch Sign
    Jungle Sign.png|Jungle Sign
    Acacia Sign.png|Acacia Sign
    Dark Oak Sign.png|Dark Oak Sign
    Mangrove Sign.png|Mangrove Sign
    Cherry Sign.png|Cherry Sign
    Bamboo Sign.png|Bamboo Sign
    Crimson Sign.png|Crimson Sign
    Warped Sign.png|Warped Sign
    Oak Wall Sign.png|Oak Wall Sign
    Spruce Wall Sign.png|Spruce Wall Sign
    Birch Wall Sign.png|Birch Wall Sign
    Jungle Wall Sign.png|Jungle Wall Sign
    Acacia Wall Sign.png|Acacia Wall Sign
    Dark Oak Wall Sign.png|Dark Oak Wall Sign
    Mangrove Wall Sign.png|Mangrove Wall Sign
    Cherry Wall Sign.png|Cherry Wall Sign
    Bamboo Wall Sign.png|Bamboo Wall Sign
    Crimson Wall Sign.png|Crimson Wall Sign
    Warped Wall Sign.png|Warped Wall Sign
    Oak Hanging Sign.png|Oak Hanging Sign
    Spruce Hanging Sign.png|Spruce Hanging Sign
    Birch Hanging Sign.png|Birch Hanging Sign
    Jungle Hanging Sign.png|Jungle Hanging Sign
    Acacia Hanging Sign.png|Acacia Hanging Sign
    Dark Oak Hanging Sign.png|Dark Oak Hanging Sign
    Mangrove Hanging Sign.png|Mangrove Hanging Sign
    Cherry Hanging Sign.png|Cherry Hanging Sign
    Bamboo Hanging Sign.png|Bamboo Hanging Sign
    Crimson Hanging Sign.png|Crimson Hanging Sign
    Warped Hanging Sign.png|Warped Hanging Sign
    Oak Wall Hanging Sign.png|Oak Wall Hanging Sign
    Spruce Wall Hanging Sign.png|Spruce Wall Hanging Sign
    Birch Wall Hanging Sign.png|Birch Wall Hanging Sign
    Jungle Wall Hanging Sign.png|Jungle Wall Hanging Sign
    Acacia Wall Hanging Sign.png|Acacia Wall Hanging Sign
    Dark Oak Wall Hanging Sign.png|Dark Oak Wall Hanging Sign
    Mangrove Wall Hanging Sign.png|Mangrove Wall Hanging Sign
    Cherry Wall Hanging Sign.png|Cherry Wall Hanging Sign
    Bamboo Wall Hanging Sign.png|Bamboo Wall Hanging Sign
    Crimson Wall Hanging Sign.png|Crimson Wall Hanging Sign
    Warped Wall Hanging Sign.png|Warped Wall Hanging Sign
    </gallery>
    <gallery>
    Oak Sign JE3.png
    Spruce Sign JE2.png
    Birch Sign JE2.png
    Jungle Sign JE2.png
    Acacia Sign JE2.png
    Dark Oak Sign JE2.png
    Mangrove Sign (item) JE1 BE1.png
    Cherry Sign (item) JE1.png
    Bamboo Sign (item) JE1 BE1.png
    Crimson Sign JE2.png
    Warped Sign JE2.png
    Oak Hanging Sign (item) JE1 BE1.png
    Spruce Hanging Sign (item) JE1 BE1.png
    Birch Hanging Sign (item) JE1 BE1.png
    Jungle Hanging Sign (item) JE1 BE1.png
    Acacia Hanging Sign (item) JE1 BE1.png
    Dark Oak Hanging Sign (item) JE1 BE1.png
    Mangrove Hanging Sign (item) JE1 BE1.png
    Cherry Hanging Sign (item) JE1.png
    Bamboo Hanging Sign (item) JE1 BE1.png
    Crimson Hanging Sign (item) JE1 BE1.png
    Warped Hanging Sign (item) JE1 BE1.png
    </gallery>
    {{hidden end}}
    {{-}}
    
    == Issues ==
    {{issue list}}
    
    == See also ==
    * [[Chalkboard]]
    
    == References ==
    {{Reflist}}
    
    == External Links ==
    *[https://www.minecraft.net/en-us/article/taking-inventory--sign Taking Inventory: Sign] – Minecraft.net on January 9, 2020
    
    {{Blocks|utility}}
    {{Items}}
    
    [[Category:Utility blocks]]
    [[Category:Manufactured blocks]]
    [[Category:Generated structure blocks]]
    [[Category:Block entities]]
    [[Category:Non-solid blocks]]
    
    [[cs:Cedule]]
    [[de:Schild (Schrift)]]
    [[es:Cartel]]
    [[fr:Pancarte]]
    [[hu:Tábla]]
    [[it:Cartello]]
    [[ja:看板]]
    [[ko:표지판]]
    [[nl:Bord]]
    [[pl:Tabliczka]]
    [[pt:Placa]]
    [[ru:Табличка]]
    [[th:ป้าย]]
    [[uk:Табличка]]
    [[zh:告示牌]]</li><li>[[Heart of the Sea|Heart of the Sea]]<br/>{{Item
    | image = Heart of the Sea.png
    | stackable = Yes (64)
    | rarity = Uncommon
    | renewable = No
    }}
    
    A '''heart of the sea''' is a rare [[item]] that can be crafted into a [[conduit]].
    
    == Obtaining ==
    The heart of the sea must be found. It cannot be crafted or obtained by trading, making it a [[non-renewable resource]].
    
    A heart of the sea is obtained from a [[buried treasure]]. The location is marked with a noticeable red X on a [[Explorer Map|buried treasure map]], which is found in [[Ocean_Ruins|ocean ruins]] and [[Shipwreck|shipwrecks]]. Feeding [[raw cod]] or [[raw salmon]] to a [[dolphin]] causes the dolphin to swim toward the nearest [[buried treasure]], [[shipwreck]], or [[ocean ruins]].
    
    === Chest loot ===
    
    {{LootChestItem|heart-of-the-sea}}
    
    == Usage ==
    === Crafting===
    
    {{crafting usage}}
    
    == Data values ==
    === ID ===
    {{edition|java}}:
    {{ID table
    |edition=java
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Heart of the Sea
    |spritetype=item
    |nameid=heart_of_the_sea
    |form=item
    |foot=1}}
    
    {{edition|bedrock}}:
    {{ID table
    |edition=bedrock
    |shownumericids=y
    |showforms=y
    |notshowbeitemforms=y
    |generatetranslationkeys=y
    |displayname=Heart of the Sea
    |spritetype=item
    |nameid=heart_of_the_sea
    |id=571
    |form=item
    |foot=1}}
    
    == History ==
    
    {{History|java}}
    {{History||1.13|snap=18w15a|[[File:Heart of the Sea JE1 BE2.png|32px]] Added heart of the sea.}}
    {{History|||snap=18w19a|Heart of the sea now generates in all [[buried treasure]] [[chest]]s in a stack of 1.}}
    
    {{History|bedrock}}
    {{History||1.4.0|snap=beta 1.2.14.2|An entry in the [[buried treasure]] loot table has been added named <code>nautilus_core</code>. It is unobtainable though since the <code>nautilus_core</code> has not been added into the game yet.}}
    {{History|||snap=beta 1.2.20.1|[[File:Heart of the Sea BE1.png|32px]] Added heart of the sea as an [[item]] obtainable in buried treasure [[chest]]s. It cannot be used to craft [[conduit]]s yet.}}
    {{History|||snap=beta 1.2.20.2|[[File:Heart of the Sea JE1 BE2.png|32px]] The texture of heart of the sea has been changed.}}
    {{History||1.5.0|snap=beta 1.5.0.1|Heart of the sea can now be used to craft [[conduit]]s.}}
    
    {{History|console}}
    {{History||xbox=TU69|ps=1.76|wiiu=Patch 38|[[File:Heart of the Sea JE1 BE2.png|32px]] Added heart of the sea.}}
    
    {{History|education}}
    {{History||1.4.0|[[File:Heart of the Sea JE1 BE2.png|32px]] Added heart of the sea. It generates in all [[buried treasure]] [[chest]]s in a stack of 1.}}
    {{History|foot}}
    
    == Issues ==
    {{issue list}}
    
    == Trivia ==
    * Before the heart of the sea was added to {{el|be}}, there was an entry found in the buried treasure chest loot table named <code>nautilus_core</code>, which was later revealed to be the heart of the sea. Despite the name change, the heart of the sea continues to be referred to as the <code>nautilus_core</code> in most game files.
    
    == External Links ==
    *[https://www.minecraft.net/en-us/article/heart-sea Taking Inventory: Heart of the Sea] – Minecraft.net on August 31, 2023
    
    {{items}}
    
    [[Category:Non-renewable resources]]
    
    [[de:Herz des Meeres]]
    [[fr:Cœur de la mer]]
    [[es:Corazón del mar]]
    [[it:Cuore del mare]]
    [[ja:海洋の心]]
    [[ko:바다의 심장]]
    [[nl:Hart van de zee]]
    [[pl:Serce oceanu]]
    [[pt:Coração do mar]]
    [[ru:Сердце моря]]
    [[uk:Серце моря]]
    [[zh:海洋之心]]</li></ul></nowiki>
    20w30aThe "<player> was shot by a <player/mob>'s skull" death message has been changed to "<player> was shot by a skull from <player/mob>".
    Upcoming Java Edition
    1.17
    {{Extension DPL}}<ul><li>[[Honey Bottle|Honey Bottle]]<br/>{{Item
    | title = Honey Bottle
    | image = Honey Bottle.png
    | renewable = Yes
    | heals = {{hunger|6}}
    |effects=Clears {{EffectLink|Poison}}
    | stackable = Yes (16)
    }}
    
    A '''honey bottle''' is a [[drinks|consumable drink]] item obtainable by using a [[glass bottle]] on a full [[beehive]].  Honey bottles remove [[poison]] when drunk and can be used to craft [[Honey Block|honey blocks]] and [[sugar]].
    
    == Obtaining ==
    {{See also|Tutorials/Honey farming}}
    
    === Harvesting ===
    A honey bottle can be obtained by using a [[glass bottle]] on either a [[beehive]] or [[beehive|bee nest]] with a honey level of 5. Doing this angers any [[bee]]s inside, causing them to attack the player, unless there is a [[campfire]] or another block on fire beneath the nest or hive.
    
    A [[dispenser]] with glass bottles can be used to collect the honey without angering the bees. The honey bottle appears as an item in the dispenser's inventory. If the dispenser is full, the honey bottle is shot out.
    
    === Crafting ===
    {{Crafting
    |Glass Bottle
    |Glass Bottle
    |Honey Block
    |Glass Bottle 
    |Glass Bottle
    |Output=Honey Bottle, 4
    |type= Foodstuff
    }}
    
    == Usage ==
    To drink a honey bottle, press and hold {{control|use}} while it is selected in the hotbar. Drinking one restores {{hunger|6}} [[hunger]] and 1.2 hunger [[Hunger#Mechanics|saturation]]. Consuming the item also has the benefit of removing any [[poison]] effect applied to the player. Unlike drinking [[Milk Bucket|milk]], other applied effects are not removed upon drinking a honey bottle.
    
    Honey bottles can be drunk even with a full hunger bar. Drinking a honey bottle takes 25% longer than eating other food - 2 seconds - and has a unique sound.
    
    === Crafting ingredient ===
    {{Crafting usage}}
    
    == Sounds ==
    {{edition|java}}:
    {{Sound table
    |sound=Drink honey1.ogg
    |sound2=Drink honey2.ogg
    |sound3=Drink honey3.ogg
    |sound4=Drink honey3.ogg
    |subtitle=Gulping
    |source=player
    |description=While a player is drinking a honey bottle
    |id=item.honey_bottle.drink
    |translationkey=subtitles.item.honey_bottle.drink
    |volume=0.5
    |pitch=''varies'' <ref group=sound>0.9-1.0 for <code>drink_honey1</code> and <code>drink_honey2</code>, 0.315-0.35 for <code>drink_honey3</code>, and 0.675-0.75 for the second copy of <code>drink_honey3</code></ref>
    |distance=16}}
    {{Sound table
    |sound=Bottle fill water1.ogg
    |sound2=Bottle fill water2.ogg
    |sound3=Bottle fill water3.ogg
    |sound4=Bottle fill water4.ogg
    |subtitle=Bottle fills
    |source=block
    |description=When a bottle is filled with honey
    |id=item.bottle.fill
    |translationkey = subtitles.item.bottle.fill
    |volume=1.0
    |pitch=1.0
    |distance=16
    |foot=1}}
    
    {{edition|bedrock}}:
    {{Sound table
    |type=bedrock
    |sound=Drink honey1.ogg
    |sound2=Drink honey2.ogg
    |sound3=Drink honey3.ogg
    |sound4=Drink honey3.ogg<!--This is duplicated intentionally, see below-->
    |source=player
    |description=While a player is drinking a honey bottle
    |id=random.drink_honey
    |volume=''varies''<ref group="sound" name="bevarieshoney">0.5 for <code>drink_honey1</code> and <code>drink_honey2</code>, but <code>drink_honey3</code> is 0.175 or 0.375</ref>
    |pitch=0.9-1.0}}
    {{Sound table
    |sound=Fill water bucket1.ogg
    |sound2=Fill water bucket2.ogg
    |sound3=Fill water bucket3.ogg
    |source=block
    |description=When a bottle is filled with honey<wbr><ref group=sound>{{Bug|MCPE-53881}}</ref>
    |id=bucket.fill_water
    |volume=1.0
    |pitch=1.0
    |foot=1}}
    
    == Data values ==
    === ID ===
    {{edition|java}}:
    {{ID table
    |edition=java
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Honey Bottle
    |spritetype=item
    |nameid=honey_bottle
    |form=item
    |foot=1}}
    
    {{edition|bedrock}}:
    {{ID table
    |edition=bedrock
    |shownumericids=y
    |showforms=y
    |notshowbeitemforms=y
    |generatetranslationkeys=y
    |displayname=Honey Bottle
    |spritetype=item
    |nameid=honey_bottle
    |id=592
    |form=item
    |foot=1}}
    
    == Achievements ==
    
    {{Load achievements|Bee Our Guest}}
    
    == Advancements ==
    {{Load advancements|Husbandry;A Balanced Diet;Bee Our Guest}}
    
    == History ==
    {{History|java}}
    {{History||1.15|snap=19w34a|[[File:Honey Bottle JE1.png|32px]] Added honey bottles.}}
    {{History|||snap=19w35a|Honey bottles now remove the [[Poison]] effect when consumed.
    |Honey bottles are now included in the "A Balanced Diet" [[advancement]].}}
    {{History|||snap=19w36a|Honey bottles are now less filling, restoring 1.2 [[Hunger#Mechanics|saturation]] instead of 9.6.}}
    {{History||1.15|snap=19w41a|Honey bottles can now be used to craft [[honey block]]s.}}
    {{History||1.15|snap=19w44a|Honey bottles can now be [[crafting|crafted]] with four [[glass bottle]]s and one [[honey block]].
    |Honey bottles are now stackable (up to 16).}}
    {{History|||snap=19w46a|Using [[glass bottle]]s to collect honey now unlocks the [[Bee Our Guest]] advancement.}}
    
    {{History|bedrock}}
    {{History||1.14.0|snap=beta 1.14.0.1|[[File:Honey Bottle BE1.png|32px]] Added honey bottles.}}
    {{History|||snap=beta 1.14.0.4|[[File:Honey Bottle BE2.png|32px]] The texture of honey bottles has been changed to match {{el|je}}'s.
    |Honey bottles can now be crafted with four [[glass bottle]]s and one [[honey block]].
    |Honey bottles are now stackable to 16.}}
    {{History|||snap=release|slink=Bedrock Edition 1.14.0|Using [[glass bottle]]s to collect honey now unlocks the [[Bee our guest]] achievement.}}
    {{History|foot}}
    
    == Issues ==
    {{issue list}}
    
    == Trivia ==
    
    * Honey bottles are the only drinkable [[item]]s that can stack. They have a maximum stack size of 16.
    * Honey bottles are the only drinkable items that can restore hunger.
    * Honey bottles are 4 pixels more full than [[water bottles]].
    
    {{Items}}
    
    [[cs:Lahvička medu]]
    [[de:Honigflasche]]
    [[es:Frasco con miel]]
    [[fr:Fiole de miel]]
    [[ja:ハチミツ入りの瓶]]
    [[ko:꿀이 든 병]]
    [[lzh:蜜瓶]]
    [[pl:Butelka miodu]]
    [[pt:Frasco de mel]]
    [[ru:Бутылочка мёда]]
    [[th:ขวดน้ำผึ้ง]]
    [[uk:Пляшечка меду]]
    [[zh:蜂蜜瓶]]
    [[Category:Food]]
    [[Category:Renewable resources]]</li><li>[[Iron Ingot|Iron Ingot]]<br/>{{About|the ingot|the ore|Iron Ore|the mineral block|Block of Iron|the nugget|Iron Nugget|the raw mineral|Raw Iron}}
    {{Item
    | image = Iron Ingot.png
    |type=
    | renewable = Yes
    | stackable = Yes (64)
    }}
    
    '''Iron ingots''' are versatile [[metal]] ingots used extensively in [[crafting]].
    
    == Obtaining ==
    === Chest loot ===
    {{LootChestItem|iron-ingot}}
    
    === Crafting ===
    
    {{Crafting
    |head=1
    |showname=0
    |Block of Iron
    |Output=Iron Ingot,9
    |type=Material
    }}
    
    {{Crafting
    |A1= Iron Nugget
    |B1= Iron Nugget
    |C1= Iron Nugget
    |A2= Iron Nugget
    |B2= Iron Nugget
    |C2= Iron Nugget
    |A3= Iron Nugget
    |B3= Iron Nugget
    |C3= Iron Nugget
    |Output=Iron Ingot
    |type= Material
    |foot=1
    }}
    
    === Smelting ===
    {{see also|Iron Ore#Natural generation}}[[Smelting]] raw iron in a [[furnace]] or [[blast furnace]] is the most common way to obtain iron ingots.
    
    {{Smelting
    |head=1
    |Iron Ore;Deepslate Iron Ore
    |Iron Ingot
    |0,7
    }}
    {{Smelting
    |foot=1
    |Raw Iron
    |Iron Ingot
    |0,7
    }}
    
    === Compound creation ===
    
    Iron Ingot can be created from its base [[element]]s, using the [[compound creator]].{{only|bedrock|education}}
    
    {| class="wikitable"
    !Name
    !Elements
    !Example recipe
    |- <!-- Temporarily using crafting grid as a substitute for the compound creator (template not yet available), since the layout is the same, even if the appearance is different -->
    !Iron Ingot
    |Iron <br>
    |{{Crafting Table
    |shapeless= 1
    |A2=Iron
    |Output=Iron Ingot}}
    |}
    
    === Mob loot ===
    {{see also|Tutorials/Iron golem farming}}
    [[Iron golem]]s drop 3-5 iron ingots upon death, regardless of the way they die. The looting enchantment does not increase the amount of iron ingots dropped.
    
    [[Zombie]]s, [[husk]]s, and [[zombie villager]]s have a 2.5% ({{frac|1|40}}) chance of dropping either an iron ingot, [[carrot]], or [[potato]] when killed by a player or tamed wolf. This is increased by 1% ({{frac|1|100}}) per level of looting. This gives iron ingots the following chances of dropping:
    * {{frac|1|120}} (about 0.83%)
    * {{frac|7|600}} (about 1.17%) with Looting I
    * {{frac|9|600}} (1.50%) with Looting II
    * {{frac|11|600}} (about 1.83%) with Looting III
    
    == Usage ==
    
    === Crafting ingredient ===
    
    {{crafting usage}}
    
    === Trading ===
    Apprentice-level Armorer, Toolsmith, and Weaponsmith [[Villager|villagers]] buy 4 iron ingots for an [[emerald]] as their third trade.{{only|bedrock}}
    
    Apprentice-level Armorer villagers have a 50% chance to buy 4 iron ingots for one emerald, and apprentice-level Toolsmith and Weaponsmith villagers always offer to buy 4 iron ingots for one emerald.{{only|java}}
    
    === Repairing ===
    
    Iron ingots are the repair items for the iron [[tier]] and chainmail and iron [[armor material]]s, and thus can be used to [[item repair|repair]] the following items in an [[anvil]]:
    * {{ItemLink|Chainmail Helmet}}
    * {{ItemLink|Chainmail Chestplate}}
    * {{ItemLink|Chainmail Leggings}}
    * {{ItemLink|Chainmail Boots}}
    * {{ItemLink|Iron Helmet}}
    * {{ItemLink|Iron Chestplate}}
    * {{ItemLink|Iron Leggings}}
    * {{ItemLink|Iron Boots}}
    * {{ItemLink|Iron Sword}}
    * {{ItemLink|Iron Axe}}
    * {{ItemLink|Iron Pickaxe}}
    * {{ItemLink|Iron Shovel}}
    * {{ItemLink|Iron Hoe}}
    
    === Healing iron golems ===
    
    {{control|Using}} an iron ingot on an [[iron golem]] restores its health by {{hp|25}}. 
    
    === Beacons ===
    
    Iron ingots can be used to select powers from a [[beacon]]. The player must select one of the available powers, and then insert an iron ingot in the item slot. 
    
    An iron ingot can be substituted for an [[emerald]], a [[gold ingot]], a [[diamond]], or a [[netherite ingot]].
    
    === Smithing ingredient ===
    {{Smithing
    |head=1
    |ingredients=Any Armor Trim +<br/>Any Armor Piece + <br/>Iron Ingot
    |Any Armor Trim Smithing Template
    |Netherite Chestplate
    |Iron Ingot
    |Iron Trim Netherite Chestplate
    |showdescription=1
    |description = All armor types can be used in this recipe,<br/>a netherite chestplate is shown as an example.<br/>
    |tail=1
    }}
    
    ;Trim color palette
    The following color palettes are shown on the designs on trimmed armor:
    *{{TrimPalette|iron ingot}}
    *{{TrimPalette|iron ingot|darker=1}} (a darker color palette is used when an iron armor piece is trimmed using an iron ingot).
    
    == Achievements ==
    {{load achievements|Acquire Hardware}}
    
    == Advancements ==
    {{load advancements|Acquire Hardware}}
    
    == Data values ==
    === ID ===
    {{edition|java}}:
    {{ID table
    |edition=java
    |showitemtags=y
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Iron Ingot
    |spritetype=item
    |nameid=iron_ingot
    |itemtags=beacon_payment_items
    |form=item
    |foot=1}}
    
    {{edition|bedrock}}:
    {{ID table
    |edition=bedrock
    |shownumericids=y
    |showforms=y
    |notshowbeitemforms=y
    |generatetranslationkeys=y
    |displayname=Iron Ingot
    |spritetype=item
    |nameid=iron_ingot
    |id=305
    |form=item
    |foot=1}}
    
    == History ==
    
    {{History|java indev}}
    {{History||0.31|snap=20100128|[[File:Iron Ingot JE1.png|32px]] Added iron ingots.}}
    {{History|||snap=20100129|[[File:Iron Ingot JE2 BE1.png|32px]] The texture of iron ingots has been changed.
    |Iron ingots can be [[smelting|smelted]] from [[iron ore]] and [[drops|drop]] 3–5 iron ingots. 
    |Iron ingots can be used to craft [[iron block]]s, [[flint and steel]] and iron [[sword]]s, [[shovel]]s, [[pickaxe]]s and [[axe]]s.}}
    {{History|||snap=20100130|Iron ingots are now used to craft [[arrow]]s.|[[Iron block]]s now require 9 iron ingots (3×3) instead 4 (2×2) to be [[crafting|crafted]], making them much more expensive.}}
    {{History||20100206|Iron ingots can now be used to [[crafting|craft]] iron [[hoe]]s.}}
    {{History||?|[[Smelting]] now [[drops]] only 1 iron ingot (down from 3–5).}}
    {{History||20100218|Iron ingots are now used to craft iron [[helmet]]s, [[chestplate]]s, [[leggings]] and [[boots]].}}
    {{History|java infdev}}
    {{History||20100615|Iron ingots are now used to craft [[bucket]]s.}}
    {{History||20100618|Iron ingots are now used to craft [[rail]]s and [[minecart]]s.}}
    {{History||20100625-2|Iron ingots can be found in [[dungeon]] [[chest]]s.}}
    {{History|java alpha}}
    {{History||v1.0.1|Iron ingots are now used to [[crafting|craft]] iron [[door]]s.}}
    {{History||v1.0.14|Iron ingots are no longer used to craft [[arrow]]s.}}
    {{History||v1.1.0|Iron ingots are now used to craft [[compass]]es.}}
    {{History|java beta}}
    {{History||1.5|Iron ingots are now used to craft [[detector rail]]s.}}
    {{History||1.7|Iron ingots are now used to craft [[piston]]s and [[shears]].}}
    {{History||1.8|snap=Pre-release|Iron ingots are found in the new [[stronghold]] storeroom and [[mineshaft]] [[chest]]s.
    |Iron ingots are now used to craft [[iron bars]].}}
    {{History|java}}
    {{History||1.0.0|snap=Beta 1.9 Prerelease 2|Iron ingots are now used to craft [[cauldron]]s.}}
    {{History|||snap=Beta 1.9 Prerelease 3|Iron ingots are now found in the new stronghold altar [[chest]]s.}}
    {{History||1.1|snap=12w01a|Iron ingots are now found in [[village]] blacksmith chests.}}
    {{History||1.2.1|snap=12w06a|[[Zombie]]s now rarely [[drops|drop]] iron ingots, making it a [[renewable resource]].}}
    {{History|||snap=12w08a|[[Iron golem]]s now drop 3–5 iron ingots.}}
    {{History||1.3.1|snap=12w21a|Added [[desert temple]]s, with a hidden [[chest]] room and loot containing iron ingots.
    |Blacksmith [[villager]]s now [[trading|buy]] 8–9 iron ingots for 1 [[emerald]].}}
    {{History|||snap=12w22a|Added [[jungle temple]]s, which contain loot [[chest]]s with iron ingots.
    |Iron ingots are now used to craft [[tripwire hook]]s.}}
    {{History||1.4.2|snap=12w32a|Iron ingots can be used to activate [[beacon]]s.}}
    {{History|||snap=12w41a|Iron ingots are now used to craft [[anvil]]s.}}
    {{History|||snap=12w42a|Anvils now need 4 iron ingots to [[craft]] instead of 1.}}
    {{History||1.5|snap=13w01a|Iron ingots are now used to [[crafting|craft]] heavy [[weighted pressure plate]]s.}}
    {{History|||snap=13w02a|Iron ingots are now used to craft [[hopper]]s and [[activator rail]]s.}}
    {{History||1.6.1|snap=13w16a|Iron ingot is now used to craft iron [[horse armor]] and [[horse saddle]].}}
    {{History|||snap=13w18a|Iron ingot is no longer used to craft iron [[horse armor]] and [[horse saddle]].|Iron ingots are now found in [[nether fortress]] [[chest]]s.}}
    {{History||1.8|snap=14w02a|[[Trading]] for iron ingots has been changed: armorer, weapon smith and tool smith [[villager]]s now [[trading|buy]] 7–9 iron ingots for 1 [[emerald]].}}
    {{History|||snap=14w07a|Iron ingots are now used to craft [[iron trapdoor]]s.}}
    {{History||1.9|snap=15w31a|Iron ingots are now found in [[end city]] ship [[chest]]s.}}
    {{History|||snap=15w33c|Iron ingots are now used to craft [[shield]]s.}}
    {{History|||snap=15w44a|The average yield from [[dungeon]] and [[desert temple]] chests has been substantially decreased. 
    |The average yield from [[mineshaft]] and [[nether fortress]] chests has been slightly decreased.}}
    {{History||1.11|snap=16w39a|Iron ingots are now found in the new [[woodland mansion]] chests.}}
    {{History||1.11.1|snap=16w50a|Iron ingots are now used to craft [[iron nugget]]s.}}
    {{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 265.}}
    {{History|||snap=18w10a|Iron ingots now generate in [[buried treasure]] [[chest]]s.}}
    {{History|||snap=18w11a|Iron ingots can now be found in the chests of [[shipwreck]]s.}}
    {{History||1.14|snap=18w43a|Iron ingots can now be used to craft [[crossbow]]s.
    |[[File:Iron Ingot JE3 BE2.png|32px]] The texture of iron ingots has been changed.}}
    {{History|||snap=18w47a|Iron ingots can now be found inside of loot [[chest]]s on top of [[pillager outpost]]s.}}
    {{History|||snap=18w50a|Iron ingots can now be found in chests in [[village]] toolsmith houses.
    |Iron ingots can now be used to craft a [[blast furnace]].}}
    {{History|||snap=19w04a|Iron ingots can now be used to craft [[stonecutter]]s.}}
    {{History||1.15|snap=19w41a|Iron ingots can now be used to heal [[iron golem]]s.}}
    {{History||1.16|snap=20w16a|Iron ingots now generate in [[bastion remnants]] chests.
    |Iron ingots are now used to craft [[chain]]s.}}
    {{History||1.16.2|snap=20w30a|The average yield of iron ingots from bastion remnant chests has been slightly increased.}}
    {{History||1.17|snap=21w08a|Iron ingots can now be smelted from [[deepslate iron ore]].}}
    {{History|||snap=21w14a|Iron ingots can now be smelted from [[raw iron]].}}
    {{History||1.20<br>(Experimental)|link=1.19.4|snap=23w04a|Iron ingots can now be used as an armor trim material.}}
    {{History|||snap=23w05a|Iron ingots can now be trimmed with iron [[armor]].}}
    
    {{History|pocket alpha}}
    {{History||v0.2.0|[[File:Iron Ingot JE2 BE1.png|32px]] Added iron ingots. They are currently unobtainable and serve no purpose.}}
    {{History||v0.3.2|Iron ingots are now obtainable by [[smelting]] iron ore in a [[furnace]].
    |Iron ingots can be used to craft [[shears]], [[blocks of iron]] and iron [[pickaxe]]s, [[axe]]s, [[sword]]s and [[shovel]]s.}}
    {{History||v0.4.0|Iron ingots are now used to craft [[flint and steel]] and iron [[hoe]]s.}}
    {{History||v0.5.0|Iron ingots are now used to craft [[nether reactor core]]s.}}
    {{History||v0.6.0|Iron ingots are now used to craft iron [[armor]].}}
    {{History||v0.7.0|Iron ingots are now used to craft [[bucket]]s.}}
    {{History||v0.8.0|snap=build 1|Iron ingots are now used to craft [[compass]]es and [[iron bars]].}}
    {{History|||snap=build 2|Iron ingots are now used to craft [[minecart]]s and [[rail]]s.}}
    {{History||v0.9.0|snap=build 1|Iron ingots can now be found in [[village]] blacksmith [[chest]]s, [[stronghold]] altar chests and [[dungeon]] chests.
    |[[Zombie]]s now rarely drop iron ingots.}}
    {{History||v0.12.1|snap=build 1|Iron ingots are no longer used to craft [[nether reactor core]]s and are instead dropped by it.
    |Iron ingots are now used to craft [[anvil]]s.
    |Iron ingots are now found in [[nether fortress]] chests.
    |Added [[iron golem]]s, which [[drops|drop]] iron ingots.
    |Iron ingots can now be used to repair iron [[tool]]s, [[armor]] and [[weapon]]s in [[anvil]]s.
    |Added [[zombie villager]]s, which rarely drop iron ingots.}}
    {{History||v0.13.0|snap=build 1|Iron ingots are now used to craft [[tripwire hook]]s, [[detector rail]]s, [[iron trapdoor]]s and heavy [[weighted pressure plate]]s.
    |Added [[desert temple]]s, which have hidden [[chest]] rooms and loot containing iron ingots.}}
    {{History||v0.14.0|snap=build 1|Iron ingots are now used to craft [[hoppers]] and [[cauldron]]s.
    |Iron ingots can now be found in [[minecart with chest|minecart chests]] generated in [[mineshaft]]s.}}
    {{History||v0.15.0|snap=build 1|Iron ingots are now used to craft [[piston]]s.
    |Added [[jungle temple]]s, which have hidden [[chest]] rooms and main treasure rooms that have loot containing iron ingots.
    |Added [[husk]]s, which rarely [[drops|drop]] iron ingots.}}
    {{History||v0.16.0|snap=build 4|Iron ingots can now be used to activate [[beacon]]s.}}
    {{History|pocket}}
    {{History||1.0.0|snap=alpha 0.17.0.1|Iron ingots can now be found in [[end city]] ship [[chest]]s.
    |Iron ingots can now be found in [[stronghold]] storeroom chests.}}
    {{History||1.0.4|snap=alpha 1.0.4.0|Added [[trading]]—armorer, weaponsmith and toolsmith [[villager]]s now [[trading|buy]] 7–9 iron ingots for 1 [[emerald]].}}
    {{History||1.1.0|snap=alpha 1.1.0.0|Iron ingots can now be [[crafting|crafted]] using [[iron nugget]]s.
    |Iron ingots can now be used to [[crafting|craft]] iron nuggets.
    |Iron ingots can now be found in [[woodland mansion]] [[chest]]s.}}
    {{History|bedrock}}
    {{History||1.4.0|snap=beta 1.2.14.2|Iron ingots now generate in [[buried treasure]] [[chest]]s.
    |Iron ingots can now be found in [[shipwreck]] treasure chests.}}
    {{History||1.8.0|snap=beta 1.8.0.10|Iron ingots can now be used to craft [[crossbow]]s.}}
    {{History||1.10.0|snap=beta 1.10.0.3|Iron ingots can now be found inside [[pillager outpost]]s and plains [[village]]s' weaponsmith chests.
    |Iron ingots can now be used to craft [[blast furnace]]s, [[stonecutter]]s and [[shield]]s.
    |[[File:Iron Ingot JE3 BE2.png|32px]] The texture of iron ingots has been changed.}}
    {{History||1.11.0|snap=beta 1.11.0.1|Iron ingots can now be found in [[village]] armorer and toolsmith [[chest]]s.
    |Iron ingots can now be found in [[savanna]], [[taiga]], [[desert]] and [[snowy taiga]] village weaponsmiths.}}
    {{History|||snap=beta 1.11.0.4|Armorer, toolsmith, and weaponsmith [[villager]]s now [[trading|buy]] 4 iron ingots for an [[emerald]].}}
    {{History||1.16.0|snap=beta 1.16.0.57|Iron ingots now generate in bastion remnants chests.}}
    {{History||1.17.0|snap=beta 1.16.230.52|Iron ingots can now be smelted from [[deepslate iron ore]].}}
    {{History|||snap=beta 1.17.0.50|Iron ingots can now be smelted from [[raw iron]].}}
    {{History||1.18.10|snap=beta 1.18.10.26|Iron ingots can now be used to heal iron golems.}}
    {{History||1.19.80|snap=beta 1.19.80.21|Iron ingots can now be used as an armor trim material.}}
    
    {{History|console}}
    {{History||xbox=TU1|xbone=CU1|ps=1.0|wiiu=Patch 1|switch=1.0.1|[[File:Iron Ingot JE2 BE1.png|32px]] Added iron ingots.}}
    {{History||xbox=none|xbone=none|ps=1.90|wiiu=none|switch=none|[[File:Iron Ingot JE3 BE2.png|32px]] The texture of iron ingots has been changed.}}
    
    {{History|new3DS}}
    {{History||0.1.0|[[File:Iron Ingot JE2 BE1.png|32px]] Added iron ingots.}}
    {{History|foot}}
    
    == Issues ==
    
    {{issue list}}
    
    == Trivia ==
    
    * To craft each recipe once, a player would need 152 iron ingots, including 27 for the iron blocks in an [[anvil]], while using the extra tripwire hook for the [[crossbow]] and the [[iron nuggets]] for the [[chain]].
    
    == See also ==
    
    * {{BlockLink|Block of Iron}}
    * {{ItemSprite|Iron Chestplate}} [[Iron armor]]
    * {{ItemLink|Iron Nugget}}
    * {{BlockLink|Iron Ore}}
    * [[Ores]]
    
    == External links ==
    * {{Mcnet|taking-inventory--iron-ignot|Taking Inventory: Iron Ingot}}
    
    {{Items}}
    
    [[cs:Železný ingot]]
    [[de:Eisenbarren]]
    [[es:Lingote de hierro]]
    [[fr:Lingot de fer]]
    [[hu:Vasrúd]]
    [[it:Lingotto di ferro]]
    [[ja:鉄インゴット]]
    [[ko:철괴]]
    [[nl:IJzerstaaf]]
    [[pl:Sztabka żelaza]]
    [[pt:Barra de ferro]]
    [[ru:Железный слиток]]
    [[uk:Залізний зливок]]
    [[zh:铁锭]]
    [[Category:Renewable resources]]</li></ul>
    20w46aAdded the following death messages:
    • <player> froze to death
    • <player> was frozen to death by <player/mob>
    20w49aAdded the following death messages:
    • <player> was skewered by a falling stalactite
    • <player> was skewered by a falling stalactite whilst fighting <player/mob>
    21w03aAdded the following death messages:
    • <player> was impaled on a stalagmite
    • <player> was impaled on a stalagmite whilst fighting <player/mob>
    Pocket Edition Alpha
    v0.11.0
    {{Extension DPL}}<ul><li>[[Glow Stick|Glow Stick]]<br/>{{stub}}
    {{education feature}}
    {{Item
    | image = White Glow Stick.png
    | extratext = View [[#Gallery|all renders]]
    | renewable = No
    | durability = 95
    | stackable = No
    }}
    '''Glow sticks''' are [[Chemistry Update|chemistry]]-related [[item]]s, which can be lit up in the player's hand for a limited time.
    
    == Obtaining ==
    {{iN|be}}, glow sticks cannot be obtained by the {{cmd|give}} command. They also cannot be obtained in [[Survival]]. Cheats must be enabled to obtain glow sticks in [[Survival]] mode, or in [[Education Edition]].
    
    === Crafting ===
    
    {{Crafting
    |showdescription=1
    |ingredients=[[Polyethylene]] +<br>[[Hydrogen Peroxide]] +<br>Matching [[Dye]] +<br>[[Luminol]]
    |A1= Polyethylene
    |B1= Hydrogen Peroxide
    |C1= Polyethylene
    |A2= Polyethylene
    |B2= White Dye; Orange Dye; Magenta Dye; Light Blue Dye; Yellow Dye; Lime Dye; Pink Dye; Gray Dye; Cyan Dye; Purple Dye; Blue Dye; Brown Dye; Green Dye; Red Dye
    |C2= Polyethylene
    |A3= Polyethylene
    |B3= Luminol
    |C3= Polyethylene
    |Output= Matching Glow Stick
    |description={{only|bedrock|education}}
    |type= Miscellaneous
    }}
    
    <div style="display:none">
    
    <!--
        This is so the pre-Village & Pillage dyes can have dye-related crafting recipes show on their respective pages.
        They don't need to be displayed on this page because they already intuitively list "Any Matching Dye".
    -->
    
    {{Crafting
    |showdescription=1
    |ingredients=[[Polyethylene]] +<br>[[Hydrogen Peroxide]] +<br>Matching [[Dye]] +<br>[[Luminol]]
    |A1= Polyethylene
    |B1= Hydrogen Peroxide
    |C1= Polyethylene
    |A2= Polyethylene
    |B2= Bone Meal; Lapis Lazuli; Cocoa Beans  
    |C2= Polyethylene
    |A3= Polyethylene
    |B3= Luminol
    |C3= Polyethylene
    |Output= White Glow Stick; Blue Glow Stick; Brown Glow Stick
    |description={{only|bedrock|Education}}
    |type= Miscellaneous
    }}
    </div>
    
    == Usage ==
    
    While equipped, [[player]]s can {{control|use}} glow sticks to shake them, causing them to appear bright regardless of the [[light]] level. This is only an aesthetic change, as no light is emitted to the surrounding area. A particle effect is visible until the durability runs out. The glowstick's durability depletes while lit{{Info needed}}, in both Survival and Creative modes.
    
    == Sounds ==
    {{Sound table
    |type=bedrock
    |sound=Flint and steel click.ogg
    |source=block
    |description=While a glowstick is being activated
    |id=fire.ignite
    |volume=1.0
    |pitch=0.5/0.7
    |foot=1}}
    
    == Data values ==
    === ID ===
    {{ID table
    |edition=bedrock
    |shownumericids=y
    |showforms=y
    |notshowbeitemforms=y
    |generatetranslationkeys=y
    |displayname=Glow Stick
    |spritename=glow-sticks
    |spritetype=item
    |nameid=glow_stick
    |id=601
    |form=item
    |translationkey=item.glow_stick.black.name,item.glow_stick.red.name,item.glow_stick.green.name,item.glow_stick.brown.name,item.glow_stick.blue.name,item.glow_stick.purple.name,item.glow_stick.cyan.name,item.glow_stick.silver.name,item.glow_stick.gray.name,item.glow_stick.pink.name,item.glow_stick.lime.name,item.glow_stick.yellow.name,item.glow_stick.lightBlue.name,item.glow_stick.magenta.name,item.glow_stick.orange.name,item.glow_stick.white.name
    |foot=1}}
    
    ===Metadata===
    {{/DV}}
    
    ===Item data===
    
    See [[Bedrock Edition level format/Item format]].
    
    == History ==
    
    {{History|bedrock}}
    {{History||1.4.0|snap=beta 1.2.20.1|[[File:White Glow Stick.png|32px]] [[File:Orange Glow Stick.png|32px]] [[File:Magenta Glow Stick.png|32px]] [[File:Light Blue Glow Stick.png|32px]] [[File:Yellow Glow Stick.png|32px]] [[File:Lime Glow Stick.png|32px]] [[File:Pink Glow Stick.png|32px]] [[File:Gray Glow Stick.png|32px]] [[File:Cyan Glow Stick.png|32px]] [[File:Purple Glow Stick.png|32px]] [[File:Blue Glow Stick.png|32px]] [[File:Brown Glow Stick.png|32px]] [[File:Green Glow Stick.png|32px]] [[File:Red Glow Stick.png|32px]] Added glow sticks.}}
    {{History||1.14.60|snap=?|Making a glow stick results in an edible item called {{code|item.glow_stick.black.name}}.}}
    {{History||?|Making a glow stick results in correct items again.
    |Making a glow stick with dye has been made an upgrade{{info needed|what is this supposed to mean?}}
    |Putting 2 glow sticks in a Crafting Table now outputs a correct glow stick.}}
    {{History||1.17.0|snap=?|[[File:Missing Glow Stick.png|32px]] Two black glow sticks, using the [[missing texture]] if Education Edition is disabled, now generate in fake end portal rooms in [[mansion]]s instead of [[ender pearl]]s.}}
    {{h||1.18.0|snap=beta 1.18.0.21|Glow sticks no longer generate in [[woodland mansion]]s.}}
    
    {{History|education}}
    {{History||1.0.27|[[File:White Glow Stick.png|32px]] [[File:Orange Glow Stick.png|32px]] [[File:Magenta Glow Stick.png|32px]] [[File:Light Blue Glow Stick.png|32px]] [[File:Yellow Glow Stick.png|32px]] [[File:Lime Glow Stick.png|32px]] [[File:Pink Glow Stick.png|32px]] [[File:Gray Glow Stick.png|32px]] [[File:Cyan Glow Stick.png|32px]] [[File:Purple Glow Stick.png|32px]] [[File:Blue Glow Stick.png|32px]] [[File:Brown Glow Stick.png|32px]] [[File:Green Glow Stick.png|32px]] [[File:Red Glow Stick.png|32px]] Added glow sticks.}}
    {{History|foot}}
    
    == Gallery ==
    <gallery>
    White Glow Stick.png|
    Orange Glow Stick.png|
    Magenta Glow Stick.png|
    Light Blue Glow Stick.png|
    Yellow Glow Stick.png|
    Lime Glow Stick.png|
    Pink Glow Stick.png|
    Gray Glow Stick.png|
    Cyan Glow Stick.png|
    Purple Glow Stick.png|
    Blue Glow Stick.png|
    Brown Glow Stick.png|
    Green Glow Stick.png|
    Red Glow Stick.png|
    </gallery>
    
    == Trivia ==
    * The glowing reaction of [[Wikipedia:Luminol|Luminol]] during oxidation exists in real life. It is used for detecting blood in crime scenes.
    * Players cannot enchant glowsticks with Unbreaking or Mending, despite it having durability.
    * The black and light gray glow sticks use the same texture as the red glow stick.{{verify|It seems they use the missing texture instead. Was this the case beforehand, and they only started using the missing texture later?}}
    
    == Issues ==
    {{issue list}}
    
    {{items}}
    {{Education Edition}}
    
    [[Category:Non-renewable resources]]
    [[Category:Education Edition items]]
    
    [[de:Knicklicht]]
    [[ja:ケミカルライト]]
    [[ko:발광봉]]
    [[pt:Graveto Brilhante]]
    [[ru:Химический источник света]]
    [[zh:荧光棒]]</li><li>[[Nether Quartz|Nether Quartz]]<br/>{{About|the item|the ore|Nether Quartz Ore|the mineral block|Block of Quartz|other uses|Quartz}}
    {{Item
    | image = Nether Quartz.png
    |type=
    | renewable = Yes
    | stackable = Yes (64)
    }}
    
    '''Nether quartz''' is a white mineral found in [[the Nether]].
    
    == Obtaining ==
    {{see also|Nether Quartz Ore#Natural generation}}
    
    === Mining ===
    
    [[Nether quartz ore]] mined using a [[pickaxe]] drops one unit of Nether quartz. If the pickaxe is enchanted with [[Fortune]], it may drop an extra unit per level of Fortune, up to a maximum of four with Fortune III. If the pickaxe is enchanted with [[Silk Touch]], the ore drops itself.
    
    === Chest loot ===
    {{LootChestItem|nether-quartz}}
    
    === Smelting ===
    {{Smelting
    |Nether Quartz Ore
    |Nether Quartz
    |0,2
    }}
    
    === Bartering ===
    
    [[Piglin]]s may [[barter]] 5–12 nether quartz when given a [[gold ingot]].
    
    == Usage ==
    
    === Crafting ingredient ===
    {{crafting usage}}
    
    === Trading ===
    
    Expert-level stone mason [[villagers]] have a {{frac|1|33}} chance to trade one [[emerald]] for 12 Nether quartz {{in|java}}. This trade is always offered {{in|bedrock}}.
    
    === Smithing ingredient ===
    {{Smithing
    |head=1
    |ingredients=Any Armor Trim +<br/>Any Armor Piece + <br/>Nether Quartz
    |Any Armor Trim Smithing Template
    |Netherite Chestplate
    |Nether Quartz
    |Quartz Trim Netherite Chestplate
    |showdescription=1
    |description = All armor types can be used in this recipe,<br/>a netherite chestplate is shown as an example.<br/>
    |tail=1
    }}
    
    ;Trim color palette
    The following color palette is shown on the designs on trimmed armor:
    *{{TrimPalette|nether quartz}}
    
    == Data values ==
    === ID ===
    {{edition|java}}:
    {{ID table
    |edition=java
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Nether Quartz
    |spritetype=item
    |nameid=quartz
    |form=item
    |foot=1}}
    
    {{edition|bedrock}}:
    {{ID table
    |edition=bedrock
    |shownumericids=y
    |showforms=y
    |notshowbeitemforms=y
    |generatetranslationkeys=y
    |displayname=Nether Quartz
    |spritetype=item
    |nameid=quartz
    |id=524
    |form=item
    |foot=1}}
    
    == History ==
    
    {{History|java}}
    {{History||1.5|snap=13w01a|[[File:Nether Quartz JE1 BE1.png|32px]] Added Nether quartz. 
    |Nether quartz is used to craft [[daylight sensor]]s and [[redstone comparator]]s.}}
    {{History|||snap=January 4, 2013|slink=http://twitter.com/jeb_/status/287481098760499201|[[Jeb]] tweeted that Nether quartz would be used for more decorative uses as well.}}
    {{History|||snap=January 7, 2013|slink=http://twitter.com/jeb_/status/288311932304371712|Jeb tweeted a picture of some [[block of quartz]] tests potentially being replacements for the lack of limestone/marble in the game.}}
    {{History|||snap=13w02a|Added [[block of quartz]], which is [[crafting|crafted]] with Nether quartz.}}
    {{History||1.8|snap=14w02a|Nether quartz can now be used to craft [[granite]] and [[diorite]].}}
    {{History||1.11|snap=16w39a|Nether quartz is now used to craft [[observer]]s.}}
    {{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeric ID was 406.}}
    {{History||1.14|snap=18w43a|[[File:Nether Quartz JE2 BE2.png|32px]] The texture of Nether quartz has now been changed.}}
    {{History|||snap=19w11a|Nether quartz is now [[trading|bought]] by [[villager]]s of the new mason profession.}}
    {{History||1.16|snap=20w07a|Nether quartz now has a {{frac|1|109}} (~0.92%) chance of being offered by [[piglin]]s when [[bartering]], in a stack size of 1–4, making it [[renewable resource|renewable]].}}
    {{History|||snap=20w09a|Nether quartz now has a {{frac|10|226}} (~4.42%) chance of being offered by piglins when bartering, in a stack size of 1–5.}}
    {{History|||snap=20w10a|Nether quartz now has a {{frac|20|411}} (~4.87%) chance of being offered by piglins when bartering, in a stack size of 8-16.}}
    {{History|||snap=20w11a|Nether quartz now has a {{frac|20|417}} (~4.80%) chance of being offered by piglins when bartering.}}
    {{History|||snap=20w13a|Nether quartz now has a {{frac|20|424}} (~4.72%) chance of being offered by piglins when bartering.}}
    {{History|||snap=20w16a|Nether quartz can now be found in [[bastion remnant]] chests.}}
    {{History|||snap=20w20a|Nether quartz now has a {{frac|20|423}} (~4.73%) chance of being offered by piglins when bartering.}}
    {{History||1.16.2|snap=20w28a|Nether quartz now has a {{frac|20|459}} (~4.36%) chance of being offered by piglins when bartering, in a stack size of 5-12.}}
    {{History||1.20<br>(Experimental)|link=1.19.4|snap=23w04a|Nether quartz can now be used as an armor trim material.}}
    
    {{History|pocket alpha}}
    {{History||v0.6.0|[[File:Nether Quartz JE1 BE1.png|32px]] Added Nether quartz.}}
    {{History||v0.12.1|snap=build 1|Nether quartz is no longer available from the [[Nether reactor]] and is now available from [[the Nether]].}}
    {{History||v0.13.0|snap=build 1|Nether quartz is now used to craft [[daylight sensor]]s.}}
    {{History||v0.14.0|snap=build 1|Nether quartz can now be used to craft [[redstone comparator]]s.}}
    {{History||v0.15.0|snap=build 1|Nether quartz is now used to craft [[observer]]s.}}
    {{History|bedrock}}
    {{History||1.10.0|snap=beta 1.10.0.3|[[File:Nether Quartz JE2 BE2.png|32px]] The texture of Nether quartz has now been changed.
    |Between 20 and 26 nether quartz can now be [[trading|sold]] to stone mason [[villager]]s.}}
    {{History||1.11.0|snap=beta 1.11.0.4|[[Trading]] has now been changed, 12 Nether quartz can now be sold to stone mason villagers.}}
    {{History||1.16.0|snap=beta 1.16.0.57|Nether Quartz can now be obtained from bartering with piglin.}}
    {{History||1.19.80|snap=beta 1.19.80.21|Nether quartz can now be used as an armor trim material.}}
    
    {{History|console}}
    {{History||xbox=TU14|xbone=CU1|ps=1.04|wiiu=Patch 1|switch=1.0.1|[[File:Nether Quartz JE1 BE1.png|32px]] Added Nether quartz.}}
    {{History||xbox=none|xbone=none|ps=1.90|wiiu=none|switch=none|[[File:Nether Quartz JE2 BE2.png|32px]] The texture of Nether quartz has now been changed.}}
    
    {{History|New 3DS}}
    {{History||0.1.0|[[File:Nether Quartz JE1 BE1.png|32px]] Added Nether quartz.}}
    {{History|foot}}
    
    == Issues ==
    
    {{issue list}}
    
    == Trivia ==
    
    * All of the sensor related items that are craftable (comparator, daylight sensor, observer) are crafted with some Nether quartz involved.
    
    == References ==
    
    {{reflist}}
    
    {{items}}
    
    [[Category:Renewable resources]]
    
    [[cs:Netheritový křemen]]
    [[de:Netherquarz]]
    [[es:Cuarzo del Nether]]
    [[fr:Quartz du Nether]]
    [[hu:Alvilági kvarc]]
    [[ja:ネザークォーツ]]
    [[ko:네더 석영]]
    [[nl:Netherkwarts]]
    [[pl:Kwarc]]
    [[pt:Quartzo do Nether]]
    [[ru:Кварц Нижнего мира]]
    [[uk:Пекельний кварц]]
    [[zh:下界石英]]</li></ul>
    build 1Added death messages.
    Pocket Edition
    1.0.4
    {{Extension DPL}}<ul><li>[[Bottle o' Enchanting|Bottle o' Enchanting]]<br/>{{ItemEntity
    |image=Bottle o' Enchanting.gif
    |imagesize=160px
    |invimage=Bottle o' Enchanting
    |stackable=Yes (64)
    |renewable=Yes
    |size=Height: 0.25 Blocks<br>Width: 0.25 Blocks
    |rarity=Uncommon
    |networkid='''[[JE]]''': 75
    }}
    
    A '''bottle o' enchanting''' is a throwable item that releases [[experience]] orbs on impact.
    
    == Obtaining ==
    
    === Trading ===
    Master-level cleric [[villager]]s sell bottles o' enchanting for 3 emeralds as part of their trade.
    
    === Natural generation ===
    
    {{LootChestItem|bottle-o'-enchanting}}
    
    == Usage ==
    
    A bottle o' enchanting can be thrown by pressing {{control|use}}. On impact, it drops [[experience]] orbs worth {{xp|3|11}} (average 7.0) and sends out blue particles.
    
    == Sounds ==
    {{Edition|Java}}:<br>
    Bottles o' enchanting use the Friendly Creatures sound category for entity-dependent sound events.
    {{Sound table
    |sound=Glass dig1.ogg
    |sound2=Glass dig2.ogg
    |sound3=Glass dig3.ogg
    |subtitle=Bottle smashes
    |source=neutral
    |description=When a bottle o' enchanting impacts something
    |id=entity.splash_potion.break
    |translationkey=subtitles.entity.potion.splash
    |volume=1.0
    |pitch=0.9-1.0
    |distance=16}}
    {{Sound table
    |rowspan=2
    |sound=Bow shoot.ogg
    |subtitle=Bottle thrown
    |source=neutral
    |description=When a bottle o' enchanting is thrown by a player
    |id=entity.experience_bottle.throw
    |translationkey=subtitles.entity.potion.throw
    |volume=0.5
    |pitch={{frac|1|3}}-0.5
    |distance=16}}
    {{Sound table
    |subtitle=Dispensed item
    |source=block
    |description=When a bottle o' enchanting is dispensed from a [[dispenser]]
    |id=block.dispenser.launch
    |translationkey=subtitles.block.dispenser.dispense
    |volume=1.0
    |pitch=1.2
    |distance=16
    |foot=1}}
    
    {{Edition|Bedrock}}:
    {{Sound table
    |type=bedrock
    |sound=Glass dig1.ogg
    |sound2=Glass dig2.ogg
    |sound3=Glass dig3.ogg
    |source=block
    |description=When a splash potion impacts something
    |id=random.glass
    |volume=1.0
    |pitch=1.0}}
    {{Sound table
    |rowspan=2
    |sound=Bow shoot.ogg
    |source=player
    |description=When a splash potion is thrown by a player
    |id=random.bow
    |volume=0.5
    |pitch=0.33-0.5}}
    {{Sound table
    |source=player
    |description=When a splash potion is dispensed from a dispenser
    |id=random.bow
    |volume=1.0
    |pitch=0.83-1.25
    |foot=1}}
    
    == Data values ==
    === ID ===
    {{edition|java}}:
    {{ID table
    |edition=java
    |firstcolumnname=Item
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Bottle o' Enchanting
    |spritetype=item
    |nameid=experience_bottle
    |form=item
    |foot=1}}
    {{ID table
    |edition=java
    |firstcolumnname=Entity
    |generatetranslationkeys=y
    |displayname=Thrown Bottle o' Enchanting
    |spritetype=entity
    |spritename=Bottle o' Enchanting
    |nameid=experience_bottle
    |foot=1}}
    
    {{edition|bedrock}}:
    {{ID table
    |edition=bedrock
    |firstcolumnname=Item
    |shownumericids=y
    |showforms=y
    |notshowbeitemforms=y
    |generatetranslationkeys=y
    |displayname=Bottle o' Enchanting
    |spritetype=item
    |nameid=experience_bottle
    |id=508
    |form=item
    |foot=1}}
    {{ID table
    |edition=bedrock
    |firstcolumnname=Entity
    |shownumericids=y
    |generatetranslationkeys=y
    |displayname=Bottle o' Enchanting
    |spritetype=entity
    |nameid=xp_bottle
    |id=68
    |foot=1}}
    
    === Entity data ===
    {{see also|Chunk format}}
    
    Thrown bottles o' enchanting have entity data that define various properties of the entity.
    
    {{/ED}}
    
    == History ==
    <!--When were dispensers made able to fire these? Or was this always a thing?-->
    {{History|java}}
    {{History||1.2.1|snap=12w04a|[[File:Bottle o' Enchanting JE1 BE1.png|32px]] Added bottles o' enchanting. 
    |Bottles o' enchanting can currently be obtained only in [[creative]] mode.}}
    {{History||1.3.1|snap=12w21a|With the implementation of the [[trading]] system, the [[player]] can now trade with priest [[villager]]s to obtain 2–4 bottles o' enchanting for 1 [[emerald]].}}
    {{History||1.8|snap=14w02a|With the trading revamp, villagers no longer [[trading|sell]] bottles o' enchanting, making them again unobtainable in regular [[survival]].}}
    {{History|||snap=14w31a|Cleric [[villager]]s now sell bottles o' enchanting for 3–11 [[emerald]]s each, making them [[renewable resource|renewable]] again.}}
    {{History||1.9|snap=15w49a|Bottles o' enchanting, like all projectiles, now take thrower's motion into account.}}
    {{History||1.11|snap=16w32a|The entity ID has now been changed from <code>ThrownExpBottle</code> to <code>xp_bottle</code>.}}
    {{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 384.}}
    {{History|||snap=18w11a|Bottles o' enchanting can now generate in [[shipwreck]] chests.}}
    {{History|||snap=pre5|The entity ID has now been changed to <code>experience_bottle</code>.}}
    {{History||1.14|snap=18w43a|[[File:Bottle o' Enchanting JE2 BE2.png|32px]] The texture of bottles o' enchanting has now been changed.}}
    {{History|||snap=18w47a|Bottles o' enchanting can now generate in [[pillager outpost]] chests.}}
    {{History||1.19|snap=22w13a|Bottles o' enchanting may now be found in [[ancient city]] [[chest]]s.}}
    
    {{History|pocket alpha}}
    {{History||v0.12.1|snap=build 1|[[File:Bottle o' Enchanting JE1 BE1.png|32px]] Added bottles o' enchanting. 
    |Due to the lack of [[trading]], bottles o' enchanting are currently available only in [[creative]] mode, similar to [[Java Edition 12w04a|12w04a]] when it was first released.}}
    {{History|pocket}}
    {{History||1.0.4|snap=alpha 1.0.4.0|With [[villager]] [[trading]] added, it is now possible to obtain bottles o' enchanting legitimately.}}
    {{History||1.1.0|snap=alpha 1.1.0.0|The entity ID has now been changed from <code>potion.experience</code> to <code>xp_bottle</code>.}}
    {{History|bedrock}}
    {{History||1.4.0|snap=beta 1.2.14.2|Bottles o' enchanting can now be found inside [[shipwreck]] and [[buried treasure]] [[chest]]s.}}
    {{History||1.10.0|snap=beta 1.10.0.3|Bottles o' enchanting can now be found in [[pillager outpost]] chests.
    |[[File:Bottle o' Enchanting JE2 BE2.png|32px]] The texture of bottles o' enchanting has now been changed.}}
    {{History||1.11.0|snap=beta 1.11.0.4|[[Trading]] has now been changed and bottles o' enchanting are now [[trading|sold]] by cleric [[villager]]s for 3 [[emerald]]s.}}
    
    {{History|console}}
    {{History||xbox=TU7|xbone=CU1|ps=1.0|wiiu=Patch 1|[[File:Bottle o' Enchanting JE1 BE1.png|32px]] Added bottles o' enchanting.
    |Bottle o' enchanting can be found in the Miscellaneous tab in the [[Creative inventory]].}}
    {{History||xbox=TU12|Moved bottle o' enchanting to the Brewing tab in the Creative inventory.}}
    {{History|PS4}}
    {{History||1.90|[[File:Bottle o' Enchanting JE2 BE2.png|32px]] The texture of bottles o' enchanting has now been changed.}}
    
    {{History|3ds}}
    {{History||0.1.0|[[File:Bottle o' Enchanting JE1 BE1.png|32px]] Added bottles o' enchanting.
    |Bottles o' enchanting are not available within the [[Creative inventory]].}}
    {{History||?|Added bottles o' enchanting to the Creative inventory.{{info needed|Which update did this occur?}}}}
    {{History|foot}}
    
    == Issues ==
    {{issue list|Bottle o' Enchanting|Experience Bottle}}
    
    == Gallery ==
    
    <gallery>
    Bottle O' Enchanting Splash.gif|Bottle o' enchanting splash animation on impact.
    Bottle O' Enchanting villager.png|Players may trade with villagers to obtain bottles o' enchanting in survival mode.
    </gallery>
    
    
    {{Items}}
    {{Entities}}
    
    [[cs:Lektvar očarování]]
    [[de:Erfahrungsfläschchen]]
    [[es:Frasco con experiencia]]
    [[fr:Fiole d'expérience]]
    [[ja:エンチャントの瓶]]
    [[ko:경험치 병]]
    [[pl:Zaklęta butelka]]
    [[pt:Frasco de experiência]]
    [[ru:Зелье опыта]]
    [[th:ขวดแห่งเวทมนตร์]]
    [[zh:附魔之瓶]]</li><li>[[Glow Berries|Glow Berries]]<br/>{{Block
    |image=<gallery>
    Cave Vines (head).png|Without Berries
    Cave Vines (berries).png|With Berries
    </gallery>
    |image2 = Glow Berries JE1 BE1.png
    |extratext=[[#Gallery|View all renders]]
    |rarity=Common
    |renewable=Yes
    |stackable=Yes (64)
    |tool=Any
    |light=Yes
    |transparent=Yes
    |heals={{hunger|2}}
    |flammable=Yes
    |lavasusceptible=No
    }}
    
    '''Glow berries''' are a [[food]] [[item]] obtained from cave vines and can be used to plant them.
    
    '''Cave vines''' are a climbable, [[Bone Meal|bonemealable]] plant that hangs off ceilings and grows glow berries. Cave vines with glow berries produce [[light]] and drop glow berries when broken or harvested. Cave vines with no glow berries will not drop anything.
    
    == Obtaining ==
    
    === Natural generation ===
    Cave vines can be found in [[lush caves]], hanging from cave ceilings.
    
    === Chest loot ===
    {{LootChestItem|glow-berries}}
    
    === Post-generation ===
    Glow berries can be collected from a cave vine by {{control|using}} or {{control|breaking}} the vine. This yields one glow berry when the vine is bearing them and nothing when it is not.  A cave vine also breaks if [[water]] runs over its location or if a [[piston]] extends or pushes a block into its location. 
    
    {{IN|bedrock}}, using a tool with [[Silk Touch]] on cave vines always yields a glow berry, even if the vine appears empty.
    
    [[Fortune]] has no effect on the number of glow berries dropped.
    
    == Usage ==
    === Placement ===
    Glow berries can be placed on and grown from the bottom of most blocks. They have no specific lighting requirements. When placed, they can be of any length.
    
    === Growth ===
    Placing glow berries on the bottom of a block creates a cave vine that grows downward one block at a time as long as [[air]] is beneath it and its maximum height (2 to 26 blocks) has not been reached. Each newly-grown cave vine block has a 1 in 9 chance of bearing glow berries.  Only this tip can ever naturally grow them.{{only|JE}}{{More info|exact growth rate and chance to bear glow berries}}
    
    {{control|Using}} [[bone meal]] on a cave vine produces glow berries if the vine was not bearing any.
    
    {{IN|Java}}, cave vines stop growing if [[shears]] are {{control|used}} on the tip.
    
    {{IN|bedrock}}, if placing glow berries in the Nether, cave vines are able to grow and produces glow berries.
    
    === Food ===
    To eat glow berries, press and hold {{control|use}} while it is selected in the hotbar. Eating one restores {{hunger|2}} [[hunger]] and 0.4 hunger [[Hunger#Mechanics|saturation]] points, like [[sweet berries]].
    
    === Light ===
    When bearing glow berries, cave vines give off a [[light]] level of 14.
    
    === Composting ===
    Placing glow berries into a [[composter]] by {{control|using}} them on it has a 30% chance of raising the compost level by 1.
    
    === Breeding ===
    Glow berries can be fed to [[fox]]es to [[breeding|breed]] them. Foxes are similar to cats when being fed as a wild animal; a sudden movement by the player may cause the fox to flee even if the player holds glow berries. The resulting baby fox trusts the [[player]] and does not flee.
    
    Glow berries can be {{control|used}} on baby foxes to reduce the time until they grow by 10%.
    
    ==Sounds==
    ===Glow berries===
    {{Sound table/Entity/Food}}
    
    ===Cave vines===
    ====Generic====
    {{Sound table/Block/Cave vines}}
    
    ==== Unique ====
    {{edition|java}}:
    {{Sound table
    |sound=Berries pick1.ogg
    |sound2=Berries pick2.ogg
    |subtitle=Berries pop
    |source=block
    |description=When glow berries are picked
    |id=block.cave_vines.pick_berries
    |translationkey=subtitles.item.berries.pick
    |volume=1.0
    |pitch=0.8-1.2
    |distance=16}}
    {{Sound table
    |sound=Shear.ogg
    |subtitle=Plant cropped
    |source=block
    |description=When the tip of cave vines are cropped with [[Shears#Cropping growing plants|shears]]
    |id=block.growing_plant.crop
    |translationkey=subtitles.block.growing_plant.crop
    |volume=1.0
    |pitch=1.0
    |distance=16
    |foot=1}}
    
    {{edition|bedrock}}:
    {{Sound table
    |type=bedrock
    |sound=Berries pick1.ogg
    |sound2=Berries pick2.ogg
    |source=block
    |description=When glow berries are picked
    |id=pick_berries.cave_vines
    |volume=1.0
    |pitch=0.8-1.2
    |foot=1}}
    
    ==Data values==
    ===ID===
    {{edition|java}}:
    {{ID table
    |edition=java
    |showblocktags=y
    |showitemtags=y
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Cave Vines
    |spritetype=block
    |nameid=cave_vines
    |blocktags=cave_vines,lush_plants_replaceable
    |form=block
    }}
    {{ID table
    |displayname=Cave Vines Plant
    |spritetype=block
    |nameid=cave_vines_plant
    |blocktags=cave_vines,lush_plants_replaceable
    |form=block
    }}
    {{ID table
    |displayname=Glow Berries
    |spritetype=item
    |nameid=glow_berries
    |itemtags=fox_food
    |form=item
    |foot=1}}
    
    {{el|be}}:
    {{ID table
    |edition=bedrock
    |shownumericids=y
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Cave Vines
    |nameid=cave_vines
    |spritetype=block
    |id=577}}
    {{ID table
    |displayname=Cave Vines Body With Berries
    |nameid=cave_vines_body_with_berries
    |spritename=lit-cave-vines-plant
    |spritetype=block
    |id=630}}
    {{ID table
    |displayname=Cave Vines Head With Berries 
    |spritename=lit-cave-vines
    |nameid=cave_vines_head_with_berries
    |spritetype=block
    |id=631}}
    {{ID table
    |displayname=Glow Berries
    |spritetype=item
    |nameid=glow_berries
    |form=item
    |id=638
    |foot=1}}
    
    === Block states===
    {{See also|Block states}}
    {{/BS}}
    
    ==Advancements==
    {{load advancements|Husbandry;A Balanced Diet}}
    
    ==History==
    {{History||October 3, 2020|link={{ytl|DWZIfsaIgtE|t=1781}}|[[File:Cave Vines Plant JE1 BE1.png|32px]] [[File:Cave Vines Plant (berries) JE1 BE1.png|32px]] [[File:Cave Vines (head) JE1 BE1.png|32px]] [[File:Cave Vines (berries) JE1 BE1.png|32px]] Cave vines (named as glow berries) are shown as part of lush caves at [[Minecraft Live 2020]].}}
    {{History|java}}
    {{History||1.17|snap=21w05a|[[File:Glow Berries JE1 BE1.png|32px]] Added glow berries.
    |[[File:Cave Vines Plant JE1 BE1.png|32px]] [[File:Cave Vines Plant (berries) JE1 BE1.png|32px]] [[File:Cave Vines (head) JE1 BE1.png|32px]] [[File:Cave Vines (berries) JE1 BE1.png|32px]] Added cave vines.}}
    {{History|||snap=21w11a|Renamed from "cave vines head" and "cave vines body" to "cave vines" and "cave vines plant", respectively.
    |The IDs have also changed.
    |Cave vines now always give 14 light, regardless of the type of part.
    |Now slow down the player.
    |Can now be climbed.}}
    {{History|||snap=21w13a|Glow berries now generate as loot in [[mineshaft]] [[Minecart with Chest|chest minecarts]].}}
    {{History||1.18|snap=Experimental Snapshot 1|With the implementation of cave biomes including lush caves, caves vines can now generate in normal worlds.}}
    {{History|||snap=21w37a|Cave vines stop growing if [[shears]] are used on the tip.}}
    {{History|||snap=21w41a|[[File:Cave Vines Plant JE2.png|32px]] [[File:Cave Vines Plant (berries) JE2.png|32px]] Changed cave vines plant texture.}}
    {{History||1.19|snap=22w13a|Glow Berries may now be found in [[ancient city]] [[chest]]s.}}
    
    {{History|bedrock}}
    {{History||Caves & Cliffs (experimental)|link=Bedrock Edition 1.17.0|snap=beta 1.16.220.52|[[File:Glow Berries JE1 BE1.png|32px]] Added glow berries.
    |[[File:Cave Vines Plant JE1 BE1.png|32px]] [[File:Cave Vines Plant (berries) JE1 BE1.png|32px]] [[File:Cave Vines (head) JE1 BE1.png|32px]] [[File:Cave Vines (berries) JE1 BE1.png|32px]] Added cave vines.}}
    {{History||1.17.0|snap=beta 1.16.230.54|Glow Berries now generate as loot in [[mineshaft]] [[Minecart with Chest|chest minecarts]].}}
    {{History|||snap=beta 1.17.0.52|Glow Berries are now available without enabling [[experimental gameplay]].}}
    {{History||1.17.20|snap=beta 1.17.20.20|Cave Vines can now be pollinated by [[bee]]s.}}
    {{History||1.18.10|snap=beta 1.18.10.20|[[File:Cave Vines Plant JE2.png|32px]] [[File:Cave Vines Plant (berries) JE2.png|32px]] Changed cave vines plant texture.}}
    {{History||1.19.20|snap=beta 1.19.20.20|Cave vines can now be destroyed by [[ravagers]].}}
    {{History|foot}}
    
    <gallery>
    Lush_caves_overview_concept_art.jpg|Concept art for the lush caves and vegetation including Glow Berries.
    JE_1.17_Development_Lush_Caves.jpg|A view of the lush caves with glow berries from Minecraft Live 2020.
    Lushcaves_minecon.png|Lush cave in MINECON.
    Cavesworkinprogress.jpg|A view of the lush caves with glow berries, tweeted by LadyAgnes.
    Livestream_lush_cave.jpg|Another view of the lush caves with glow berries, in an interview with LadyAgnes.
    Glow Berry Fox.jpg|A fox under a glow berry vine.
    </gallery>
    
    ===Cave vines "item"===
    {{:Technical blocks/Cave Vines}}
    
    ==Issues==
    {{Issue list}}
    
    ==Trivia==
    *They are the first item to be usable as both a food and a light source.
    
    ==Gallery==
    <gallery>
    Cave Vines (plant).png
    Cave Vines (berries, plant).png
    Cave Vines (head).png
    Cave Vines (berries).png
    Cave_Vines_Age2_(Possibility_pattern_1)_JE1.png|A possible pattern of the cave vines at Age 2.
    Cave_Vines_Age2_(Possibility_pattern_2)_JE1.png|And another pattern.
    </gallery>
    
    {{Blocks|vegetation}}
    {{Items}}
    
    [[Category:Food]]
    [[Category:Plants]]
    [[Category:Natural blocks]]
    [[Category:Non-solid blocks]]
    [[Category:Light sources]]
    [[Category:Flammable blocks]]
    [[Category:Climbable blocks]]
    
    [[de:Leuchtbeeren]]
    [[es:Bayas luminosas]]
    [[fr:Baies lumineuses]]
    [[it:Bacche luminose]]
    [[ja:グロウベリー]]
    [[pt:Bagas brilhantes]]
    [[ru:Светящиеся ягоды]]
    [[zh:发光浆果]]</li></ul>
    alpha 1.0.4.0Added the death message "<player> experienced kinetic energy".
    1.1.3
    {{Extension DPL}}<ul><li>[[Rabbit's Foot|Rabbit's Foot]]<br/>{{Item
    | image = Rabbit's Foot.png
    |type=
    | renewable = Yes
    | stackable = Yes (64)
    }}
    A '''rabbit's foot''' is a [[brewing]] item obtained from [[rabbit]]s.
    
    == Obtaining ==
    
    === Mob loot ===
    Each [[rabbit]] has a 10% chance to drop a rabbit's foot when killed by the [[player]]. This chance can be increased by 3% per level using a sword enchanted with [[Looting]].
    
    A [[fox]] sometimes spawns with a rabbit's foot in its mouth, which always drops upon death. Alternatively, the player can drop a [[food]] item, which causes the fox to drop the rabbit's foot.
    
    === Cat gifts ===
    {{main|Cat#Gifts}}
    A tamed [[cat]] has a 70% chance of giving the player a gift when the player wakes up from a [[bed]], and the gift has a 16.13% chance to be a rabbit's foot.
    
    == Usage ==
    
    === Brewing ingredient ===
    
    {{Brewing
      |head=1
      |Rabbit's Foot
      |Mundane Potion
      |base=Water Bottle
    }}
    {{brewing
      |foot=1
      |showname=1
      |Rabbit's Foot
      |Potion of Leaping
    }}
    
    === Trading ===
    Journeyman-level cleric [[villager]]s buy rabbit's feet for an [[emerald]] as part of their trade: {{in|java}} they buy 2, and {{in|bedrock}} they buy 4.
    
    == Video ==
    
    <div style="text-align:center">{{yt|Ba3QN3uCniU}}</div>
    
    == Data values ==
    === ID ===
    {{edition|java}}:
    {{ID table
    |edition=java
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Rabbit's Foot
    |spritetype=item
    |nameid=rabbit_foot
    |form=item
    |foot=1}}
    
    {{edition|bedrock}}:
    {{ID table
    |edition=bedrock
    |shownumericids=y
    |showforms=y
    |notshowbeitemforms=y
    |generatetranslationkeys=y
    |displayname=Rabbit's Foot
    |spritetype=item
    |nameid=rabbit_foot
    |id=528
    |form=item
    |foot=1}}
    
    == History ==
    
    {{History|java}}
    {{History||1.8|snap=June 30, 2014|slink=https://twitter.com/TheMogMiner/status/483636993780232192|[[Ryan Holtz]] tweeted images of a rabbit's foot with some other new [[item]]s.}}
    {{History|||snap=14w27a|[[File:Rabbit's Foot JE1.png|32px]] Added rabbit's foot.
    |Added the [[potion of Leaping]]; it is [[brewing|brewed]] by adding a rabbit's foot to an [[awkward potion]]. The rabbit's foot also creates the [[mundane potion]] when brewed into a [[water bottle]].}}
    {{History|||snap=14w33b|[[File:Rabbit's Foot JE2 BE1.png|32px]] The texture of the rabbit's foot has been changed. The new texture was created by [[wikipedia:Reddit|Reddit]] user [http://www.reddit.com/u/zeldahuman zeldahuman].<ref>{{reddit|2bjzes/a_reminder_of_the_blocks_and_items_added_in_18_so|cj69zie|context=3}}</ref><ref>{{reddit|2c5f35/minecraft_snapshot_14w31a_has_been_released|cjct7gb}}</ref>}}
    {{History||1.8.1|snap=pre1|Potions of Leaping, which use rabbit's foot, can now be extended using [[redstone]].}}
    {{History||1.9|snap=15w46a|The drop rate of rabbit's foot has been quadrupled.{{more info|Before/After rates}}}}
    {{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 414.}}
    {{History||1.14|snap=18w43a|[[File:Rabbit's Foot JE3 BE2.png|32px]] The texture of rabbit's foot has been changed.}}
    {{History|||snap=18w44a|[[Cat]]s now offer rabbit's feet as [[Cat#Gifts|gifts]].}}
    {{History|||snap=19w07a|Added [[fox]]es, which sometimes spawn with rabbit's feet in their mouths.}}
    {{History|||snap=19w11a|Cleric [[villager]]s now [[trading|buy]] rabbit's feet.}}
    
    {{History|pocket alpha}}
    {{History||v0.12.1|snap=build 1|[[File:Rabbit's Foot JE2 BE1.png|32px]] Added rabbit's foot to the [[Creative]] mode [[inventory]].}}
    {{History||v0.13.0|snap=build 1|Rabbit's foot can now be obtained as a rare [[drops|drop]] upon killing [[rabbit]]s.
    |Rabbit's foot can now be [[brewing|brewed]] to make [[potions of Leaping]].}}
    {{History|bedrock}}
    {{History||1.8.0|snap=beta 1.8.0.8|Tamed [[cat]]s can now give the [[player]] rabbit's foot as a gift.}}
    {{History||1.10.0|snap=beta 1.10.0.3|[[File:Rabbit's Foot JE3 BE2.png|32px]] The texture of rabbit's foot has been changed.}}
    {{History||1.11.0|snap=beta 1.11.0.4|Rabbit's foot can now be [[trading|sold]] to cleric [[villager]]s.}}
    {{History||1.13.0|snap=beta 1.13.0.1|Added [[fox]]es, which can [[drops|drop]] rabbit's foot.}}
    
    {{History|console}}
    {{History||xbox=TU31|xbone=CU19|ps=1.22|wiiu=Patch 3|switch=1.0.1|[[File:Rabbit's Foot JE2 BE1.png|32px]] Added rabbit's foot.}}
    {{History||xbox=none|xbone=none|ps=1.90|wiiu=none|switch=none|[[File:Rabbit's Foot JE3 BE2.png|32px]] The texture of rabbit's foot has been changed.}}
    
    {{History|New 3DS}}
    {{History||0.1.0|[[File:Rabbit's Foot JE2 BE1.png|32px]] Added rabbit's foot.}}
    {{History|foot}}
    
    == Issues ==
    {{issue list}}
    
    == Trivia ==
    * The superstition that [[wikipedia:Rabbit's_foot|a rabbit's foot is a lucky charm]] applies equally to Minecraft as it does in the real world: it does not actually increase luck.
    
    == Gallery ==
    <gallery>
    Rabbit Items 4 Ryan Holtz.png|First image of the item by [[Ryan Holtz]].
    Rabbit Items 5 Ryan Holtz.png|Ryan Holtz brewing the item into a potion.
    Rabbit Items 6 Ryan Holtz.png|Ryan Holtz enhancing the potion.
    </gallery>
    
    == References ==
    {{reflist}}
    
    == External Links ==
    *[https://www.minecraft.net/en-us/article/taking-inventory--rabbit-s-foot Taking Inventory: Rabbit's Foot] – Minecraft.net on May 3, 2019
    
    {{items}}
    
    [[de:Hasenpfote]]
    [[es:Pata de conejo]]
    [[fr:Patte de lapin]]
    [[it:Zampa di coniglio]]
    [[ja:ウサギの足]]
    [[ko:토끼발]]
    [[nl:Konijnenpootje]]
    [[pl:Królicza łapka]]
    [[pt:Pé de coelho]]
    [[ru:Кроличья лапка]]
    [[uk:Кроляча лапка]]
    [[zh:兔子脚]]
    [[Category:Renewable resources]]
    [[Category:Brewing recipe]]</li><li>[[White Dye|White Dye]]<br/>{{Item
    | image = White Dye.png
    | renewable = Yes
    | stackable = Yes (64)
    }}
    
    '''White dye''' is a [[Dye#Primary|primary color dye]] similar to [[bone meal]].
    
    == Obtaining ==
    === Crafting ===
    {{Crafting
     |showname=0
     |Bone Meal
     |Output=White Dye
     |type=Material
     |head=1
    }}
    {{Crafting
     |Lily of the Valley
     |Output=White Dye
     |type=Material
     |foot=1
    }}
    
    === Loot chest ===
    {{#invoke:LootChest|base3|white-dye}}
    
    == Usage ==
    
    {{dye usage}}
    
    === Crafting ingredient ===
    
    {{crafting usage|ignore=Banner|continue=1}}
    {{banner crafting usage}}
    
    === Loom ingredient ===
    {{Banner loom usage|White Dye}}
    
    === Trading ===
    
    Apprentice-level shepherd villagers have a 20% chance to buy 12 white dye for an emerald.
    
    == Data values ==
    === ID ===
    {{edition|java}}:
    {{ID table
    |edition=java
    |showforms=y
    |generatetranslationkeys=y
    |displayname=White Dye
    |spritetype=item
    |nameid=white_dye
    |form=item
    |foot=1}}
    
    {{edition|bedrock}}:
    {{ID table
    |edition=bedrock
    |showaliasids=y
    |shownumericids=y
    |showforms=y
    |notshowbeitemforms=y
    |generatetranslationkeys=y
    |displayname=White Dye
    |spritetype=item
    |nameid=white_dye
    |aliasid=dye / 19
    |id=410
    |form=item
    |translationkey=item.dye.white_new.name
    |foot=1}}
    
    == History ==
    
    {{History|java}}
    {{History||1.14|snap=18w43a|[[File:White Dye JE1 BE1.png|32px]] Added white dye.}}
    {{History|||snap=18w44a|White dye can now change the text color on [[sign]]s to white.}}
    {{History|||snap=19w05a|Added the [[wandering trader]], which sells white dye.}}
    {{History|||snap=19w11a|White dye can now be [[trading|bought]] by shepherd villagers.}}
    {{History||1.17|snap=20w45a|White dye can now be used to craft [[white candle]]s.}}
    {{History|||snap=21w19a|White dyes can no longer be used to craft white candles.}}
    {{History|||snap=Pre-release 1|White dye can once again be used to craft white candles.}}
    {{History||1.20<br>(Experimental)|link=1.19.3|snap=22w42a|White dye can now change the text color on [[hanging sign]]s to white.}}
    {{History||1.20|snap=23w12a|White dye can now be found in [[suspicious gravel]] and [[suspicious sand]] in [[trail ruins]].}}
    {{History|||snap=23w16a|White dye no longer generates in [[suspicious sand]] in [[trail ruins]].|Due to the split of the archaeological loot tables for suspicious gravel within the [[trail ruins]]; white dye is now common loot.}}
    
    {{History|bedrock}}
    {{History||1.8.0|snap=beta 1.8.0.10|[[File:White Dye JE1 BE1.png|32px]] Added white dye.}}
    {{History||1.9.0|snap=beta 1.9.0.0|Added [[flower|lilies of the valley]], which can be used to [[crafting|craft]] white dye.}}
    {{History||1.11.0|snap=beta 1.11.0.4|White dye can now be [[trading|sold]] to shepherd [[villager]]s.}}
    {{History||1.16.100|snap=beta 1.16.100.56|The ID of white dye has been changed from <code>dye/19</code> to <code>white_dye</code>.}}
    
    {{History|ps4}}
    {{History||1.83|[[File:White Dye JE1 BE1.png|32px]] Added white dye.}}
    {{History|foot}}
    
    == Issues ==
    {{issue list}}
    
    
    {{Items}}
    
    [[Category:Items]]
    [[Category:Dyes]]
    [[Category:Renewable resources]]
    
    [[de:Weißer Farbstoff]]
    [[es:Tinte blanco]]
    [[fr:Teinture blanche]]
    [[ja:白色の染料]]
    [[ko:하얀색 염료]]
    [[pl:Biały barwnik]]
    [[pt:Corante branco]]
    [[zh:白色染料]]</li></ul>
    alpha 1.1.3.0Added the following death messages:
    • <player> discovered floor was lava
    • <player> walked into danger zone due to <player/mob>
    Bedrock Edition
    1.2.0
    {{Extension DPL}}<ul><li>[[Beetroot Soup|Beetroot Soup]]<br/>{{for|other uses|Soup}}
    {{Item
    | title = Beetroot Soup
    | image = Beetroot Soup.png
    | renewable = Yes
    | heals = {{hunger|6}}
    | stackable = No
    }}
    
    '''Beetroot soup''' is an unstackable [[food]] item.
    
    == Obtaining ==
    
    === Crafting ===
    {{Crafting
    |Beetroot
    |Beetroot
    |Beetroot
    |Beetroot
    |Beetroot
    |Beetroot
    |Bowl
    |Output=Beetroot Soup
    |type=Foodstuff
    }}
    
    === Natural generation ===
    
    {{LootChestItem|beetroot-soup}}
    
    == Usage ==
    
    Beetroot soup can be eaten to restore {{hunger|6}} [[hunger]] points and 7.2 [[Hunger#Mechanics|saturation]], the same as [[cooked chicken]] and [[mushroom stew]]. After eating, the empty [[bowl]] remains, similarly to mushroom stew and [[rabbit stew]].
    
    == Sounds ==
    {{Sound table/Entity/Food}}
    
    == Data values ==
    
    === ID ===
    {{edition|java}}:
    {{ID table
    |edition=java
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Beetroot Soup
    |spritetype=item
    |nameid=beetroot_soup
    |form=item
    |foot=1}}
    
    {{edition|bedrock}}:
    {{ID table
    |edition=bedrock
    |shownumericids=y
    |showforms=y
    |notshowbeitemforms=y
    |generatetranslationkeys=y
    |displayname=Beetroot Soup
    |spritetype=item
    |nameid=beetroot_soup
    |id=286
    |form=item
    |foot=1}}
    
    == Advancements ==
    {{load advancements|Husbandry;A Balanced Diet}}
    
    == History ==
    {{History|java}}
    {{History||1.9|snap=15w31a|[[File:Beetroot Soup JE1 BE1.png|32px]] Added beetroot soup.}}
    {{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 436.}}
    {{History||1.14|snap=18w43a|[[File:Beetroot Soup JE2 BE2.png|32px]] The texture of beetroot soup has been changed.
    |The recipe for beetroot soup is now shapeless.}}
    {{History|||snap=18w49a|Beetroot soup can now be found in [[chest]]s in [[snowy tundra]] [[village]] houses.}}
    
    {{History|pocket alpha}}
    {{History||November 14, 2013|link={{tweet|jbernhardsson|400902957782147072}}|[[Johan Bernhardsson]] posts an image of beetroot soup.}}
    {{History||v0.8.0|snap=build 2|[[File:Beetroot Soup JE1 BE1.png|32px]] Added beetroot soup. It is not obtainable in the Creative inventory.}}
    {{History||v0.9.0|snap=build 1|Beetroot soup now requires 6 [[beetroot]]s instead of 4.}}
    {{History||v0.12.1|snap=build 12|Beetroot soup now restores {{hunger|6}} instead of {{health|8}}.}}
    {{History||v0.13.0|snap=build 3|Beetroot soup can now be stacked.}}
    {{history|pocket}}
    {{History||1.0.0|snap=alpha 0.17.0.1|Beetroot soup has been added to the Creative inventory.<ref name="missing beetroot soup">{{Bug|MCPE-13804}}</ref>}}
    {{History|bedrock}}
    {{History||1.10.0|snap=beta 1.10.0.3|[[File:Beetroot Soup JE2 BE2.png|32px]] The texture of beetroot soup has been changed.
    |The recipe for beetroot soup is now shapeless.}}
    {{History||1.11.0|snap=beta 1.11.0.1|Beetroot soup can now be found in [[snowy tundra]] [[village]] house [[chest]]s.}}
    
    {{History|console}}
    {{History||xbox=TU43|xbone=CU33|ps=1.36|switch=1.0.1|wiiu=Patch 13|[[File:Beetroot Soup JE1 BE1.png|32px]] Added beetroot soup.}}
    {{History||xbox=none|xbone=none|ps=1.90|wiiu=none|switch=none|[[File:Beetroot Soup JE2 BE2.png|32px]] The texture of beetroot soup has been changed.
    |The recipe for beetroot soup is now shapeless.}}
    
    {{History|new 3ds}}
    {{History||0.1.0|[[File:Beetroot Soup JE1 BE1.png|32px]] Added beetroot soup.
    |Beetroot soup is not available within the [[Creative inventory]].}}
    {{History||?|Added beetroot soup to the Creative inventory.{{info needed|Which update did this occur?}}}}
    {{History|foot}}
    
    == Issues ==
    
    {{issue list}}
    
    == References ==
    
    {{reflist}}
    
    {{Items}}
    
    [[Category:Food]]
    [[Category:Renewable resources]]
    
    [[de:Borschtsch]]
    [[es:Estofado de remolacha]]
    [[fr:Soupe de betteraves]]
    [[it:Zuppa di barbabietole]]
    [[ja:ビートルートスープ]]
    [[ko:비트 수프]]
    [[nl:Bietensoep]]
    [[pl:Barszcz]]
    [[pt:Ensopado de beterraba]]
    [[ru:Свекольный суп]]
    [[th:ซุปบีทรูท]]
    [[uk:Борщ]]
    [[zh:甜菜汤]]</li><li>[[Chalkboard|Chalkboard]]<br/>{{Education feature}}
    {{unobtainable|edition=be}}{{Block
    |image=<gallery>
    Chalkboard Slate.png|Slate
    Chalkboard Poster.png|Poster
    Chalkboard Board.png|Board
    </gallery>
    |invimage=Slate
    |invimage2=Poster
    |invimage3=Board
    |transparent=Yes
    |renewable=No
    |light=No
    |tool=None
    |stackable=Yes (16)
    |flammable=No
    }}
    A '''chalkboard''' is a [[block]] that can display more text than a [[sign]].<ref>https://education.minecraft.net/support/knowledge-base/using-slates-posters-boards/</ref> Three sizes are available: 1×1 (slate), 2×1 (poster), and 3×2 (board).
    
    == Obtaining ==
    In ''[[Education Edition]]'', chalkboards can be obtained in the [[Creative inventory]] or through the {{cmd|give}} command.
    In ''[[Bedrock Edition]]'', chalkboards cannot be obtained by commands or the creative inventory, and can only be obtained by using glitches or inventory editors.
    
    == Usage ==
    A chalkboard can be used similarly to a [[sign]], to display text. Once placed, select the chalkboard and enter the desired text and click the "OK" button. The "×" in the upper right corner of the board closes the edit screen.
    
    === Placement ===
    Chalkboards may be placed on the top or side of other blocks (including non-solid blocks like [[fence]]s, [[glass]], [[rail]]s, and other chalkboards). To place a chalkboard, {{control|use}} a chalkboard item while pointing at the block the chalkboard should be attached to. To place a chalkboard on a block that can be interacted with by the {{control|use}} control (for example, [[chest]]s, [[note block]]s, etc.), {{control|sneak}} while placing the chalkboard.
    
    1×1 slates placed on the top of a block stand on a short post, facing in the direction of the player who placed it, in any of 16 different directions. 2×1 posters and 2×3 boards can be placed in any of 4 different directions. Chalkboards placed on the side of a block simply float there, even if the block doesn't make contact with the chalkboards.
    
    === Text ===
    When entering text, six lines of text are available for the slates and posters, while fifteen lines of text are available for the 2×3 boards. To switch between lines, the player can press Enter or the up/down arrow keys. The location of text currently selected has a flashing cursor.
    
    While editing, typing and backspacing can occur at any point in the line by moving the cursor using the left and right arrow keys. Once the end of the line has been reached, the word is hyphenated and is continued on the next line.
    
    After the editing window is closed, right-clicking on a chalkboard reopens the editing menu. Copy and paste can be performed, and no more than the basic/shifted keyboard characters may be entered.
    
    === Interaction ===
    Chalkboards act as though they have a {{control|use}} action, so {{control|sneaking}} is required to place blocks or use items while the cursor is pointed at them.
    
    Unlike signs, boards block a [[piston]] from moving.
    
    Boards have no collision box (they are completely non-solid), so [[item]]s and [[mob]]s can move through boards blocks. Other blocks (including other boards) can be placed on any edge of a board.
    
    [[Water]] and [[lava]] flow around boards. Lava can create [[fire]] in [[air]] blocks next to boards as if the boards were flammable, but the boards do not burn.
    
    == Sounds ==
    {{Sound table/Block/Stone/BE}}
    
    == Data values ==
    === ID ===
    {{ID table
    |edition=bedrock
    |shownumericids=y
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Block
    |spritename=chalkboard
    |spritetype=block
    |nameid=chalkboard
    |id=230
    |form=block
    |translationkey=tile.chalkboard.oneByOne.name, tile.chalkboard.twoByOne.name, tile.chalkboard.threeByTwo.name}}
    {{ID table
    |displayname=Item
    |spritename=board
    |spritetype=item
    |nameid=board
    |translationkey=tile.chalkboard.oneByOne.name, tile.chalkboard.twoByOne.name, tile.chalkboard.threeByTwo.name
    |id=454
    |form=item
    |foot=1}}
    
    === Metadata ===
    {{see also|Data values}}
    Chalkboards uses the following data values:
    
    *Slate: 1
    *Board: 2
    *Poster: 3
    <!--{{/DV}}-->
    
    === Block states ===
    {{see also|Block states}}
    {{info needed}}
    <!--{{/BS}}-->
    
    == History ==
    {{History|pocket alpha}}
    {{History||v0.16.0|snap=build 1|[[File:Chalkboard Slate.png|32px]] [[File:Chalkboard Poster.png|32px]] [[File:Chalkboard Board.png|32px]]<br>[[File:Chalkboard_Slate_(item)_BE1.png|32px]] [[File:Chalkboard_Poster_(item)_BE1.png|32px]] [[File:Chalkboard_Board_(item)_BE1.png|32px]] Added chalkboards, likely as an accidental addition.
    |Chalkboards can be obtained and placed using the {{cmd|give}} and {{cmd|setblock}} [[command]]s respectively. However, they serve no purpose.}}
    {{History|||snap=build 2|Chalkboards have now been removed. However, the textures still exist.}}
    {{History|bedrock}}
    {{History||1.11.0|snap=beta 1.11.0.1|Re-added chalkboards. They still exist as entities, but can't be spawned. The items can't be spawned either.}}
    {{h||1.17.30|snap=beta 1.17.30.20|Chalkboards can now be placed consistently.}} 
    
    {{History|education}}
    {{History||MinecraftEdu|link=MinecraftEdu|[[File:Oak Sign JE1 BE1.png|30px]] [[MinecraftEdu]], Education Edition's predecessor, had "[[Big Sign]]s", 3 block wide signs that served a similar purpose.}}
    {{History||1.0|[[File:Chalkboard Slate.png|32px]] [[File:Chalkboard Poster.png|32px]] [[File:Chalkboard Board.png|32px]]<br>[[File:Chalkboard_Slate_(item)_BE1.png|32px]] [[File:Chalkboard_Poster_(item)_BE1.png|32px]] [[File:Chalkboard_Board_(item)_BE1.png|32px]] Added chalkboards.}}
    {{History||1.0.2|The UI of chalkboards now has a locked option.
    |[[Player|Students]] now can place their own chalkboards even without a worldbuilder ability.}}
    {{History|foot}}
    
    == Gallery ==
    <gallery>
    Education Edition Exclusive Features.png|The chalkboard placed in a world along with other Education Edition features.
    Chalkboardsingamepe.png|The chalkboard in [[Pocket Edition v0.16.0 alpha build 1]].
    </gallery>
    
    == References ==
    {{Reflist}}
    
    {{Blocks|Utility}}
    {{Items}}
    {{Education Edition}}
    
    [[Category:Utility blocks]]
    [[Category:Block entities]]
    [[Category:Education Edition blocks]]
    [[Category:Education Edition items]]
    
    [[pt:Lousa]]
    [[de:Tafel]]
    [[fr:Ardoise]]
    [[ja:黒板]]
    [[pl:Tablica kredowa]]
    [[ru:Доска]]
    [[uk:Дошка]]
    [[zh:黑板]]</li></ul>
    beta 1.2.0.2Added the death message "<player> went off with a bang".
    1.16.200
    {{Extension DPL}}<ul><li>[[Gray Dye|Gray Dye]]<br/>{{Item
    | image = Gray Dye.png
    | renewable = Yes
    | stackable = Yes (64)
    }}
    '''Gray dye'''{{fn|Known as '''Grey Dye''' in British, Canadian, Australian, and New Zealand English variants.}} is a [[Dyeing#Secondary colors|secondary color]] dye.
    
    == Obtaining ==
    
    === Crafting ===
    
    {{Crafting
      |Black Dye
      |White Dye
      |Output=Gray Dye,2
      |type=Material
      |head=1
      |showdescription=1
      |showname=0
    }}
    {{Crafting
      |Ink Sac;Black Dye;Ink Sac
      |Bone Meal;Bone Meal;White Dye
      |Output=Gray Dye,2
      |type=Material
      |description={{only|bedrock|education}}
      |foot=1
    }}
    
    === Trading ===
    
    [[Wandering trader]]s sell 3 gray dye for an [[emerald]].{{only|bedrock}}
    
    == Usage ==
    
    {{dye usage}}
    
    === Crafting ingredient ===
    
    {{crafting usage|ignore=Banner|continue=1}}
    {{banner crafting usage}}
    
    === Loom ingredient ===
    {{Banner loom usage|Gray Dye}}
    
    === Trading ===
    Journeyman-level villagers have a 20% chance to buy 12 gray dye for an emerald.
    
    == Data values ==
    === ID ===
    {{edition|java}}:
    {{ID table
    |edition=java
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Gray Dye
    |spritetype=item
    |nameid=gray_dye
    |form=item
    |foot=1}}
    
    {{edition|bedrock}}:
    {{ID table
    |edition=bedrock
    |showaliasids=y
    |shownumericids=y
    |showforms=y
    |notshowbeitemforms=y
    |generatetranslationkeys=y
    |displayname=Gray Dye
    |spritetype=item
    |nameid=gray_dye
    |aliasid=dye / 8
    |id=403
    |form=item
    |translationkey=item.dye.gray.name
    |foot=1}}
    
    == Video ==
    {{yt|wGalHy0_fj0}}
    
    == History ==
    
    {{History|java beta}}
    {{History||1.2|[[File:Gray Dye JE1 BE1.png|32px]] Added gray dye.}}
    {{History|java}}
    {{History||1.4.2|snap=12w34a|Added the ability to [[Armor#Dyeing|dye]] leather [[armor]] and [[wolf]] collars.}}
    {{History||1.4.6|snap=12w49a|Gray dye can be now [[crafting|crafted]] with [[gunpowder]] to create a [[firework star]].}} 
    {{History||1.6.1|snap=13w19a|[[Stained clay]] can now be crafted.}}
    {{history||1.7.2|snap=13w36a|With the addition of new [[flower]]s, many secondary and tertiary dyes are now primary [[dye]]s.}}
    {{History|||snap=13w41a|[[Stained glass]] can now be crafted.}}
    {{History||1.8|snap=14w30a|Added [[banner]]s, which can be dyed.}}
    {{History||1.11|snap=16w39a|Added the ability to dye [[shulker box]]es.}}
    {{History||1.12|snap=17w15a|Added the ability to dye [[bed]]s.}}
    {{History||1.13|snap=17w47a|The different data values for the <code>dye</code> ID have now been split up into their own IDs.
    |Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 351.}}
    {{History||1.14|snap=18w43a|Gray dye is now [[crafting|crafted]] using [[black dye|black]] and [[white dye]]s, instead of [[ink sac]] and [[bone meal]].
    |[[File:Gray Dye JE2 BE2.png|32px]] The texture of gray dye has now been changed.}}
    {{History|||snap=18w44a|Gray dye can now change the text color on the [[sign]]s to gray.}}
    {{History|||snap=19w05a|Added the [[wandering trader]], which sell gray dyes.}}
    {{History|||snap=19w11a|Gray dye can now be [[trading|bought]] by shepherd villagers.}}
    {{History||1.17|snap=20w45a|Gray dye can now used to craft [[gray candle]]s.}}
    {{History|||snap=21w19a|Gray dye can no longer be used to craft gray candles.}}
    {{History|||snap=Pre-release 1|Gray dye can once again be used to craft gray candles.}}
    {{History||1.20<br>(Experimental)|link=1.19.3|snap=22w42a|Gray dye can now change the text color on [[hanging sign]]s to gray.}}
    
    {{History|pocket alpha}}
    {{History||v0.3.0|[[File:Gray Dye JE1 BE1.png|32px]] Added gray dye. It is currently unobtainable and serves no purpose.}}
    {{History||v0.8.0|snap=build 1|Gray dye can be [[craft]]ed with [[bone meal]] and an [[ink sac]], despite there being no way of obtaining ink sacs at the time.}}
    {{History|||snap=build 3|Gray dye is now available in [[creative]] mode.}}
    {{History||v0.9.0|snap=build 3|Gray dye can now be obtained in [[survival]] mode.}}
    {{History|||snap=build 11|Gray dye can now be used to craft colored [[terracotta]].}}
    {{History||v0.11.0|snap=build 1|Gray dye can now be used to dye tamed [[wolf]] collars.}}
    {{History||v0.14.0|snap=build 1|Gray dye can now be used to dye [[water]] in [[cauldron]]s.}}
    {{History|pocket}}
    {{History||1.0.0|snap=alpha 0.17.0.1|Gray dye can now be used to dye [[shulker]]s.}}
    {{History||1.1.0|snap=alpha 1.1.0.0|Gray dye can now be used to craft [[concrete powder]], colored [[bed]]s and dyed [[shulker box]]es.}}
    {{History|bedrock}}
    {{History||1.2.0|snap=beta 1.2.0.2|Gray dye can now be used to craft [[firework star]]s, [[stained glass]] and patterns on [[banner]]s.}}
    {{History||1.4.0|snap=beta 1.2.20.1|Gray dye can now be used to craft [[balloon]]s and [[glow stick]]s.}}
    {{History||1.8.0|snap=beta 1.8.0.8|Gray dye can now be used to dye tamed [[cat]] collars.}}
    {{History||1.10.0|snap=beta 1.10.0.3|Gray dye is now [[trading|sold]] by [[wandering trader]]s.
    |Gray dye can now be used to dye white [[carpet]]s and undyed [[glass pane]]s.
    |[[File:Gray Dye JE2 BE2.png|32px]] The texture of gray dye has now been changed.}}
    {{History||1.11.0|snap=beta 1.11.0.1|Gray dye can now be [[trading|sold]] to shepherd [[villager]]s.}}
    {{History||1.16.100|snap=beta 1.16.100.56|The ID of gray dye has been changed from <code>dye/8</code> to <code>gray_dye</code>.}}
    
    {{History|console}}
    {{History||xbox=TU1|xbone=CU1|ps=1.00|switch=1.0.1|wiiu=Patch 1|[[File:Gray Dye JE1 BE1.png|32px]] Added gray dye.}}
    {{History|PS4}}
    {{History||1.90|[[File:Gray Dye JE2 BE2.png|32px]] The texture of gray dye has now been changed.}}
    
    {{History|new 3ds}}
    {{History||0.1.0|[[File:Gray Dye JE1 BE1.png|32px]] Added gray dye.}}
    {{History|foot}}
    
    == Issues ==
    {{Issue list}}
    
    == Notes ==
    {{fnlist}}
    
    == References ==
    {{Reflist}}
    
    {{Items}}
    
    [[Category:Dyes]]
    [[Category:Renewable resources]]
    
    [[cs:Šedé barvivo]]
    [[de:Grauer Farbstoff]]
    [[es:Tinte gris]]
    [[fr:Teinture grise]]
    [[hu:Szürke festék]]
    [[ja:灰色の染料]]
    [[ko:회색 염료]]
    [[nl:Grijze kleurstof]]
    [[pl:Szary barwnik]]
    [[pt:Corante cinza]]
    [[ru:Серый краситель]]
    [[zh:灰色染料]]</li><li>[[Book|Book]]<br/>{{For}}
    {{Item
    | image = Book.png
    | renewable = Yes
    | stackable = Yes (64)
    }}
    
    '''Books''' are items used in [[enchanting]] and [[crafting]].
    
    == Obtaining ==
    
    === Block loot ===
    
    Three books are dropped when a [[bookshelf]] is mined without [[Silk Touch]] or destroyed by an [[explosion]].
    
    === Crafting ===
    {{crafting
    |Paper
    |Paper
    |Paper
    |Leather
    |Output= Book
    |type= Miscellaneous
    }}
    
    === Chest loot ===
    
    {{LootChestItem|book}}
    
    === Grindstones ===
    
    Disenchanting an [[enchanted book]] at a [[grindstone]] yields a normal book and a small amount of experience.
    
    === Villager gifts ===
    
    {{in|java}}, librarian [[villagers]] throw books at players under the [[Hero of the Village]] effect.
    
    == Usage ==
    
    === Crafting ingredient ===
    {{crafting usage}}
    
    === Chiseled bookshelf ===
    {{control|Use|text=Using}} the [[chiseled bookshelf]] while having a book in the main hand will put the book inside the chiseled bookshelf.
    
    === Enchanting ===
    Books can be made into [[enchanted book]]s by enchanting them on [[enchanting table]]s.
    
    === Trading ===
    
    Librarian [[villager]]s can buy a single book as part of an [[enchanted book]] trade.
    
    Apprentice-level Librarian villagers have a {{frac|2|3}} chance to buy 4 books for an [[emerald]] {{in|java}}, and always offer the trade {{in|bedrock}}.
    
    == Achievements ==
    {{load achievements|Librarian;Enchanter}}
    
    
    == Advancements ==
    {{load advancements|Enchanter;The Power of Books}}
    
    == Sounds ==
    {{edition|java}}:
    {{Sound table
    |sound=Chiseled bookshelf insert1.ogg
    |sound2=Chiseled bookshelf insert2.ogg
    |sound3=Chiseled bookshelf insert3.ogg
    |sound4=Chiseled bookshelf insert4.ogg
    |subtitle=Book placed
    |source=block
    |description=When a book is placed in a chiseled bookshelf
    |id=block.chiseled_bookshelf.insert
    |translationkey=subtitles.chiseled_bookshelf.insert
    |volume=0.8
    |pitch=''varies'' <ref group=sound>Can be 1.0, 0.85, or 1.1 for each sound</ref>
    |distance=16}}
    {{Sound table
    |sound=Chiseled bookshelf pickup1.ogg
    |sound2=Chiseled bookshelf pickup2.ogg
    |sound3=Chiseled bookshelf pickup3.ogg
    |subtitle=Book taken
    |source=block
    |description=When a book is removed from a chiseled bookshelf
    |id=block.chiseled_bookshelf.pickup
    |translationkey=subtitles.chiseled_bookshelf.take
    |volume=0.8
    |pitch=''varies'' <ref group=sound>Can be 1.0, 0.8, or 1.1 for each sound</ref>
    |distance=16
    |foot=1}}
    
    {{edition|bedrock}}:
    {{Sound table
    |type=bedrock
    |sound=Chiseled bookshelf insert1.ogg
    |sound2=Chiseled bookshelf insert2.ogg
    |sound3=Chiseled bookshelf insert3.ogg
    |sound4=Chiseled bookshelf insert4.ogg
    |source=block
    |description=When a book is placed in a chiseled bookshelf
    |id=insert.chiseled_bookshelf
    |volume=0.8
    |pitch=''varies'' <ref group=sound name=insertvaries>Can be 1.0, 0.85, or 1.1 for each sound</ref>}}
    {{Sound table
    |sound=Chiseled bookshelf pickup1.ogg
    |sound2=Chiseled bookshelf pickup2.ogg
    |sound3=Chiseled bookshelf pickup3.ogg
    |source=block
    |description=When a book is removed from a chiseled bookshelf
    |id=pickup.chiseled_bookshelf
    |volume=0.8
    |pitch=''varies'' <ref group=sound name=pickupvaries>Can be 1.0, 0.8, or 1.1 for each sound</ref>
    |foot=1}}
    
    == Data values ==
    === ID ===
    {{edition|java}}:
    {{ID table
    |edition=java
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Book
    |spritetype=item
    |nameid=book
    |form=item
    |foot=1}}
    
    {{edition|bedrock}}:
    {{ID table
    |edition=bedrock
    |showitemtags=y
    |shownumericids=y
    |showforms=y
    |notshowbeitemforms=y
    |generatetranslationkeys=y
    |displayname=Book
    |spritetype=item
    |nameid=book
    |id=387
    |itemtags=minecraft:bookshelf_books</code>
    |form=item
    |foot=1}}
    
    == Video ==
    
    <div style="text-align:center">{{yt|UGJBUhxwKy0}}</div>
    
    == History ==
    
    {{History|java alpha}}
    {{History||v1.0.11|[[File:Book JE1 BE1.png|32px]] Added books.
    |The only use of books is crafting [[bookshelves]], which are only used as a purely decorative [[block]] until [[Beta 1.9 Prerelease 3]].}}
    {{History|java beta}}
    {{History||1.8|snap=Pre-release|Books are now found in the new [[stronghold]] library [[chest]]s.}}
    {{History|java}}
    {{History||1.0.0|snap=Beta 1.9 Prerelease 3|Books are now used to craft [[enchantment table]]s, gaining their first functional usage outside of decoration.}}
    {{History||1.3.1|snap=12w17a|The crafting recipe is now shapeless, so books can now be crafted in the player's 2×2 [[crafting]] area, although the recipe now requires [[leather]]. Before this version, books were crafted with three [[paper]] sheets in a single column.
    |A book can now be crafted into a [[book and quill]], which can be used to create [[written book]]s.}}
    {{History|||snap=12w21a|Librarian [[villager]]s now [[trading|buy]] 11–12 books for 1 [[emerald]].}}
    {{History|||snap=12w22a|Librarian villagers now [[trading|sell]] [[enchanted book]]s for 5–64 emeralds and 1 book.}}
    {{History||1.4.6|snap=12w49a|Books can now be enchanted into [[enchanted book]]s, and then combined together in an [[anvil]] with a [[tool]] to then enchant it.}}
    {{History||1.8|snap=14w02a|Librarian villagers now buy 8–10 books for 1 [[emerald]].}}
    {{History||1.9|snap=15w43a|Average yield of books in [[stronghold]] library chests has been substantially increased.}}
    {{History||1.12|snap=17w13a|Added the [[knowledge book]], a green-colored book that grants the [[player]] a recipe for [[crafting]].
    |The recipe tab on the [[crafting table]] GUI uses a red-colored book.}}
    {{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 340.}}
    {{History|||snap=18w11a|Books now generate in [[shipwreck]] chests.}}
    {{History||1.14|snap=18w43a|[[File:Book JE2 BE2.png|32px]] The texture of books has been changed.}}
    {{History|||snap=18w48a|Books can now be obtain by disenchanting non-curse [[enchanted book]]s in a grindstone.|Books can now be found in chests in [[plains]] [[village]] houses.}}
    {{History|||snap=18w50a|Books can now be found in chests in [[desert]] village houses.}}
    {{History|||snap=19w13a|Librarian villagers now give books to players under the [[Hero of the Village]] effect.}}
    {{History||1.19|snap=Deep Dark Experimental Snapshot 1|Books now generate in [[ancient city]] chests.}}
    {{History||1.20<br>(Experimental)|link=1.19.3|snap=22w42a|Books can now interact with [[chiseled bookshelves]].}}
    
    {{History|pocket alpha}}
    {{History||v0.2.0|[[File:Book JE1 BE1.png|32px]] Added books. They are currently unobtainable and serve no purpose.}}
    {{History||v0.3.0|Books can be used to craft [[bookshelves]].}}
    {{History||v0.5.0|Books can now be obtained after activating the [[nether reactor]].}}
    {{History||v0.12.1|snap=build 1|The crafting recipe for books now requires [[leather]]. Before this version, books were crafted with three [[paper]] sheets in a single column.
    |Books are now used to craft [[enchanting table]]s.
    |Books can now be enchanted into [[enchanted book]]s, and then combined together in an [[anvil]] with a [[tool]] to then enchant it.
    |Books are no longer available from the [[nether reactor]].}}
    {{History|pocket}}
    {{History||1.0.4|snap=alpha 1.0.4.0|Librarian villagers now [[trading|buy]] 8–10 books for 1 [[emerald]].}}
    {{History|bedrock}}
    {{History||1.2.0|snap=beta 1.2.0.2|A book can now be crafted into a [[book and quill]], which can be used to create [[written book]]s.}}
    {{History||1.4.0|snap=beta 1.2.14.2|Books can now be found inside of the map room [[chest]] in [[shipwreck]]s.}}
    {{History||1.10.0|snap=beta 1.10.0.3|Books can now be found in [[plains]] [[village]] chests.
    |[[File:Book JE2 BE2.png|32px]] The texture of books has been changed.}}
    {{History||1.11.0|snap=beta 1.11.0.4|Librarian [[villager]]s now [[trading|buy]] 4 books for an [[emerald]].}}
    {{History||Wild Update<br>(Experimental)|link=Bedrock Edition 1.18.30|snap=beta 1.18.30.32|Books now generate in [[ancient city]] chests.}}
    {{History||1.20<br>(Experimental)|link=Bedrock Edition 1.19.50|snap=beta 1.19.50.21|Books can now interact with [[chiseled bookshelves]].}}
    
    {{History|console}}
    {{History||xbox=TU1|xbone=CU1|ps=1.0|wiiu=Patch 1|[[File:Book JE1 BE1.png|32px]] Added books.}}
    {{History||xbox=TU14|ps=1.04|The crafting recipe for books now requires [[leather]]. Before this version, books were crafted with three [[paper]] sheets in a single column.}}
    {{History|PS4}}
    {{History||1.90|[[File:Book JE2 BE2.png|32px]] The texture of books has now been changed.}}
    
    {{History|New 3DS}}
    {{History||0.1.0|[[File:Book JE1 BE1.png|32px]] Added books.}}
    {{History|foot}}
    
    == Issues ==
    
    {{issue list}}
    
    == See also ==
    
    * [[Enchanted Book]]
    * [[Knowledge Book]]
    
    {{Items}}
    
    [[Category:Renewable resources]]
    
    [[cs:Kniha]]
    [[de:Buch]]
    [[es:Libro]]
    [[fr:Livre]]
    [[hu:Könyv]]
    [[it:Libro]]
    [[ja:本]]
    [[ko:책]]
    [[nl:Boek]]
    [[pl:Książka]]
    [[pt:Livro]]
    [[ru:Книга]]
    [[th:หนังสือ]]
    [[uk:Книга]] 
    [[zh:书]]</li></ul>
    beta 1.16.200.51Added the following death messages:
    • <player> was sniped by <player/mob>
    • <player> was spitballed by <player/mob>
    1.16.210
    {{Extension DPL}}<ul><li>[[Minecart with Furnace|Minecart with Furnace]]<br/>{{ItemEntity
    |image=Minecart with Furnace.png
    |renewable=Yes
    |stackable=No
    |size=Height: 0.7 Blocks<br>Width: 0.98 Blocks
    |networkid=10
    |drops= 1 {{ItemLink|Minecart with Furnace}}
    |health={{Hp|6}}
    }}
    
    A '''minecart with furnace''' is a [[furnace]] inside a [[minecart]]. It can be powered with [[coal]] or [[charcoal]] to propel it across a [[rail]] line for a limited time, which can be used to move other minecarts.
    
    ==Obtaining==
    Minecarts with furnace can be retrieved by attacking them, and by doing so it drops as an [[item]].
    
    ===Crafting===
    {{Crafting
    |Output= Minecart with Furnace
    |type= Transportation
    |Furnace|Minecart}}
    
    ==Usage==
    Minecarts with furnaces are placed in the same way as other minecarts. It does not have a graphical user interface, unlike a [[furnace]].
    
    Minecarts with furnaces can be powered, done by feeding fuel ([[coal]] or [[charcoal]]) into the furnace minecart with the {{Control|use}} button. The fuel is consumed immediately and it starts to move in the same direction the player clicked toward. Pressing {{Control|use}} always turns it to that direction, even when not holding coal.
    
    Any piece of fuel, added at any time, increases the total range by an additional 3600 ticks (equal to 180 seconds or 3 minutes).  The upper limit is 32767 ticks, approximately 27 minutes.
    
    When powered, minecarts with furnaces cover 240m per minute (about 4 m/s, slightly slower than walking speed) or 720m per piece of coal. They do not accelerate beyond this speed when going downhill or on active [[powered rail]]s, and as long as they remain powered, they do not slow down when going uphill, on inactive powered rails, or when pushing or pulling other minecarts.
    
    If a powered furnace minecart is derailed and then pushed back onto a rail, it starts moving again in the direction it came from, so they are not easily turned around in this state unless a player is nearby to redirect it with {{Control|use}}.
    
    Minecarts with furnaces can climb up steep inclines while pushing other minecarts as long as they have fuel. If a minecart with furnace reaches a slope while pulling another minecart, the pulled minecart is switched to the forward position so that it can be pushed along the slope instead of pulled.
    
    When a minecart with furnace bumps into another minecart or multiple minecarts, the other minecarts are pushed forward with great speed. The furnace minecart continues on with its own speed. Because of this speed difference, some of the minecarts may end up inside unloaded chunks on straight tracks.
    
    ===Train mechanics===
    {{Schematic
    |caption=weakly-shunted 1-cart train, one cart was used only to push the train together and is left behind
    |AB|mc-$ew|mc-$ew|mc/Fu-$ew|-
    |AB|ra-$wu|ra-$ew|ra-$ew|ra-$ew|ellipsis-ew
    }}
    {{Schematic
    |caption=Creating a strongly-shunted 1-cart train.  The sloped rail must be replaced with a horizontal rail before powering.
    |AB|mc-$ew||mc/Fu-$ew|-
    |AB|ra-$ew|ra-$ew|ra-$eu|ra-$ew|ra-$ew|ellipsis-ew
    }}
    
    [[File:FurnaceMinecartTrain.png|thumb|right|A Minecart train powered by furnace [[Minecart|minecarts.]]|alt=]]
    A furnace minecart can be made to pull up to four other minecarts. All minecarts in this train move at the constant speed of the furnace minecart.  Trains are formed when a minecart is pushed into the back of a powered furnace minecart or a short-enough train.  These shunts are fragile at best and easily come undone, but some methods are stronger than others.  For example, pushing a minecart into a furnace minecart and then powering the furnace gives a weaker shunt than pushing the furnace minecart into the other minecart against a wall, and then powering the furnace in the other direction.
    
    A high-speed minecart running into the back of a furnace minecart going in the same direction automatically creates a weak shunt with it, pulling it along.
    
    Pulling a minecart with TNT causes it to explode.
    
    {| class="wikitable"
    |+Pulled minecart/Shunt behavior
    !Condition
    !Result
    |-
    |Furnace loses power/speed||Shunt comes undone
    |-
    |Entity bumping besides those part of the train||Jettisoned forward
    |-
    |Upward sloped track||Jettisoned forward
    |-
    |Downward sloped track||Jettisoned forward (strong shunt) or shunt comes undone (weak shunt)
    |-
    |90° turn in track||Jettisoned backward
    |-
    |Turn toward north/south or east/west that is not the direction the train was shunted in||Train derails
    |}
    
    When a train comes to a turn, the shunt comes undone with the pulled minecart jettisoned backward. The correct way to make such a turn is having the shunt undone before a turn, and then make the two rejoin on a straight rail later by having the pulled cart catch up with the minecart with furnace.<ref name=mango/>
    
    Since the train runs slower on a fully powered track than a normal minecart (~5 m/s compared to 8m/s), a train pulled by an unpowered furnace minecart is ideal for AFK farms involving breaking or placing blocks like [[nether wart]].<ref name=mango>{{YouTubeLink|1=pRLiAQfhTG8|2=Why The Furnace Minecart Isn't As Useless As You Think|3=ilmango}}</ref>
    
    ==Properties==
    The coal is not stored as an item in the entity, but in the object data in the fuel property as a time in ticks. ''Fuel'' is a short value, i.e. a maximum of 32767 ticks, which is about 27 minutes. However, {{cmd|/summon furnace_minecart ~ ~ ~ {Fuel:32000} }} alone doesn't make it go since it doesn't have a direction. It can be right-clicked on a track to give it a direction, or it can be summoned with the properties ''PushX'' and ''PushZ'' set, which are responsible for the direction. The <code>Motion</code> property of every entity allows for movement of the minecart, but it does not direct the minecart to move on its own.
    
    ==Sounds==
    {{Edition|Java}}:<br>
    Minecarts with furnaces use the Friendly Creatures sound category for entity-dependent sound events.<ref group=sound name=rollsource>{{bug|MC-42132}}</ref>
    {{Sound table
    |sound=Minecart rolling.ogg
    |subtitle=Minecart rolls
    |source=Friendly Creatures <ref group=sound name=rollsource/>
    |overridesource=1
    |description=While a minecart with furnace is moving
    |id=entity.minecart.riding
    |translationkey=subtitles.entity.minecart.riding
    |volume=0.0-0.35 <ref group=sound>Relates linearly with horizontal velocity (max 0.5)</ref>
    |pitch=0.0-1.0 <ref group=sound>Will increase by 0.0025 per tick if the minecart's horizontal velocity is more than 0.01</ref>
    |distance=16
    |foot=1}}
    
    {{Edition|Bedrock}}:
    {{Sound table
    |type=bedrock
    |sound=Minecart rolling.ogg
    |source=neutral
    |description=While a minecart with furnace is moving
    |id=minecart.base
    |foot=1}}
    
    ==Data values==
    ===ID===
    {{ID table
    |edition=java
    |firstcolumnname=Item
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Minecart with Furnace
    |spritetype=item
    |nameid=furnace_minecart
    |form=item
    |foot=1}}
    {{ID table
    |edition=java
    |firstcolumnname=Entity
    |generatetranslationkeys=y
    |displayname=Minecart with Furnace
    |spritetype=entity
    |nameid=furnace_minecart
    |foot=1}}
    
    ===Entity data===
    Minecarts with furnace have entity data associated with them that contain various properties of the entity.
    
    {{el|java}}:
    {{main|Entity format}}
    {{/ED}}
    
    {{el|bedrock}}:
    : See [[Bedrock Edition level format/Entity format]].
    
    ==History==
    {{History|java alpha}}
    {{History||v1.0.14|[[File:Minecart with Furnace JE1.png|32px]] [[File:Minecart with Furnace (item) JE1.png|32px]] Minecarts with furnace were added.
    |Since no in-game name was indicated, they were referred to by names such as "powered minecart" or "furnace minecart".
    |No matter how much fuel was added to the minecart, it would never move for more than 3 minutes after the last fuel.}}
    {{History|java beta}}
    {{History||1.0|When tooltips were added to items in inventory, this was named "Minecart with Furnace".}}
    {{History||1.2|[[File:Minecart with Furnace JE2.png|32px]] The texture of the minecart with furnace has been changed.}}
    {{History|java}}
    {{History||1.0.0|snap=?|Each piece of [[coal]] now powers a [[minecart]] with furnace for {{convert|3|minutes|ticks}}, so that adding another piece of coal at any time increases the total range by another 3 minutes.  A full stack of 64 coal now powers it for {{convert|192|minutes|ticks}}.
    |Minecarts with furnace on a level track cover 204 meters per minute.}}
    {{History||1.8|snap=14w11a|Minecarts with furnace now give a much greater boost to other minecarts.
    |When powered, minecarts with furnace now move on non-powered rails without decelerating.}}
    {{History|||snap=14w17a|Minecarts with furnace's behavior has been reverted, so that no change was released in [[Java Edition 1.8]].}}
    {{History||1.11|snap=16w32a|The entity ID of the minecart with furnace has been changed from <code>MinecartFurnace</code> to <code>furnace_minecart</code>.}}
    {{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 343.}}
    {{History||1.14|snap=18w43a|[[File:Minecart with Furnace JE3.png|32px]] [[File:Minecart with Furnace (item) JE2.png|32px]] The texture of the minecart with furnace has been changed.}}
    {{History||1.15|snap=19w38a|[[File:Minecart with Furnace 19w38a.png|32px]] The furnace now appears dark, like suffocating mobs.}}
    {{History|||snap=19w39a|The furnace texture is now colored correctly.}}
    {{History||1.15.2|snap=Pre-Release 1|Furnace minecarts can now navigate around any corner.}}
    {{History||1.19|snap=22w13a|The crafting recipe for a minecart with furnace is now shapeless.
    |Breaking a minecart with furnace will now drop the item instead of the minecart and furnace separately.<ref>{{bug|MC-249493|||Fixed}}</ref>}}
    
    {{History|console}}
    {{History||xbox=TU1|xbone=CU1|ps=1.0|wiiu=Patch 1|switch=1.0.1|[[File:Minecart with Furnace JE2.png|32px]] [[File:Minecart with Furnace (item) JE1.png|32px]] Added minecart with furnace.}}
    {{History|Ps4}}
    {{History||1.90|[[File:Minecart with Furnace JE3.png|32px]] [[File:Minecart with Furnace (item) JE2.png|32px]] The texture of the minecart with furnace has been changed.}}
    {{History|foot}}
    
    ==Issues==
    {{issue list}}
    
    ==Trivia==
    *The minecart with furnace is excluded from {{els|be|3ds}} on purpose. In a tweet, [[Jeb]] considered removing it from {{el|je}}.<ref>{{tweet|jeb|699241247391772672|I think we will phase out the furnace minecraft ''(sic)''|15 Feb 2016}}</ref>
    **When converting a [[Legacy Console Edition]] world to a [[Bedrock Edition]] world, any present minecarts with furnaces are converted into a normal minecart.
    **Despite the above-described poor standing of the minecart, it was most recently briefly featured in an animation in the [[Minecraft Live 2022]], where one was depicted as moving a train of about 20 minecarts at a higher than normal speed.
    
    ==Gallery==
    <gallery>
    Running Powered Minecart.png|A powered minecart in action.
    </gallery>
    
    ==References==
    {{reflist}}
    
    {{Items}}
    {{Entities}}
    
    [[Category:Mechanics]]
    
    [[cs:Parní vozík]]
    [[de:Antriebslore]]
    [[es:Vagoneta con horno]]
    [[fr:Wagonnet motorisé]]
    [[hu:Gőzmeghajtású csille]]
    [[ja:かまど付きのトロッコ]]
    [[ko:화로가 실린 광산 수레]]
    [[nl:Mijnkar met oven]]
    [[pl:Wagonik z piecem]]
    [[ru:Вагонетка с печью]]
    [[uk:Вагонетка з піччю]]
    [[zh:动力矿车]]</li><li>[[:Category:Dyes|Category:Dyes]]<br/>These are items that can be used to dye sheep, wool blocks, or combined to make other dyes.
    
    [[Category:Items]]
    
    [[es:Categoría:Tintes]]
    [[fr:Catégorie:Teinture]]
    [[hu:Kategória:Festékek]]
    [[zh:Category:染料]]</li></ul>
    beta 1.16.210.53Added the death message "<player> froze to death".
    Upcoming Bedrock Edition
    1.16.220
    {{Extension DPL}}<ul><li>[[Pumpkin Seeds|Pumpkin Seeds]]<br/>{{Block
    | image = <gallery>
    Pumpkin Stem Age 0.png | Age 0
    Pumpkin Stem Age 1.png | Age 1
    Pumpkin Stem Age 2.png | Age 2
    Pumpkin Stem Age 3.png | Age 3
    Pumpkin Stem Age 4.png | Age 4
    Pumpkin Stem Age 5.png | Age 5
    Pumpkin Stem Age 6.png | Age 6
    Pumpkin Stem Age 7.png | Age 7
    </gallery>
    |image2 = <gallery>
    Attached Pumpkin Stem (N).png | North
    Attached Pumpkin Stem (E).png | East
    Attached Pumpkin Stem (S).png | South
    Attached Pumpkin Stem (W).png | West
    </gallery>
    | transparent = Yes
    | light = No
    | tool = none
    | renewable = Yes
    | stackable = Yes (64)
    | flammable = No
    | lavasusceptible = No
    }}
    '''Pumpkin seeds''' are items obtained from pumpkins that can be used to grow pumpkin stems.
    
    '''Pumpkin stems''' are plants grown on [[farmland]] that, over time, grow [[pumpkin]]s on dirt, mud and moss blocks adjacent to them.
    
    == Obtaining ==
    === Breaking ===
    When broken, a pumpkin stem drops 0–3 pumpkin seeds. The chance for pumpkin seeds to drop increases with the stem's age.
    {| class="wikitable"
    ! rowspan="3" |[[Resource location]]
    ! rowspan="3" | Source
    ! colspan="4" | Default
    |-
    | colspan="1" rowspan="2" style="text-align:center" | Nothing || colspan="3" style="text-align:center" |{{ItemLink|Pumpkin Seeds|Pumpkin seeds}}
    |-
    | style="text-align:center" | 1 || style="text-align:center" | 2 || style="text-align:center" | 3
    |-
    | rowspan="8" |<code>blocks/pumpkin_stem</code>
    |{{BlockLink|Pumpkin Stem|Pumpkin stem}} <code>age = 0</code>
    | style="text-align:center" |81.3%|| style="text-align:center" |17.42%|| style="text-align:center" |1.24%|| style="text-align:center" |0.03%
    |-
    |{{BlockLink|Pumpkin Stem|Pumpkin stem}} <code>age = 1</code>
    | style="text-align:center" |65.1%|| style="text-align:center" |30.04%|| style="text-align:center" |4.62%|| style="text-align:center" |0.24%
    |-
    |{{BlockLink|Pumpkin Stem|Pumpkin stem}} <code>age = 2</code>
    | style="text-align:center" |51.2%|| style="text-align:center" |38.4%|| style="text-align:center" |9.6%|| style="text-align:center" |0.8%
    |-
    |{{BlockLink|Pumpkin Stem|Pumpkin stem}} <code>age = 3</code>
    | style="text-align:center" |39.44%|| style="text-align:center" |43.02%|| style="text-align:center" |15.64%|| style="text-align:center" |1.9%
    |-
    |{{BlockLink|Pumpkin Stem|Pumpkin stem}} <code>age = 4</code>
    | style="text-align:center" |29.13%|| style="text-align:center" |44.44%|| style="text-align:center" |22.22%|| style="text-align:center" |3.7%
    |-
    |{{BlockLink|Pumpkin Stem|Pumpkin stem}} <code>age = 5</code>
    | style="text-align:center" |21.6%|| style="text-align:center" |43.2%|| style="text-align:center" |28.8%|| style="text-align:center" |6.4%
    |-
    |{{BlockLink|Pumpkin Stem|Pumpkin stem}} <code>age = 6</code>
    | style="text-align:center" |15.17%|| style="text-align:center" |39.82%|| style="text-align:center" |34.84%|| style="text-align:center" |10.16%
    |-
    |{{BlockLink|Pumpkin Stem|Pumpkin stem}} <code>age = 7</code>
    | style="text-align:center" |10.16%|| style="text-align:center" |34.84%|| style="text-align:center" |39.82%|| style="text-align:center" |15.17%
    |-
    | rowspan="1" |<code>blocks/attached_pumpkin_stem</code>
    |{{BlockLink|Attached Pumpkin Stem|Attached Pumpkin stem}}
    | style="text-align:center" |10.16%|| style="text-align:center" |34.84%|| style="text-align:center" |39.82%|| style="text-align:center" |15.17%
    |}
    
    === Natural generation ===
    Pumpkin stems generate naturally in stem farm rooms in [[woodland mansion]]s.
    
    Pumpkin stems generate in [[taiga]] and [[snowy taiga]]{{only|be|short=1}} [[village]] farms.
    
    === Chest loot ===
    {{LootChestItem|pumpkin-seeds}}
    
    === Crafting ===
    {{Crafting
    |Pumpkin
    |Output= Pumpkin Seeds,4
    |type= Material
    }}
    
    === Trading ===
    [[Wandering trader]]s sell pumpkin seeds for 1 [[emerald]].
    
    === Post-generation ===
    Shearing an uncarved pumpkin yields 4 pumpkin seeds {{in|java}} or 1 unit of pumpkin seeds {{in|bedrock}}.
    
    == Usage ==
    === Farming ===
    {{see also|Tutorials/Pumpkin and melon farming}}
    Pumpkin seeds can be planted only on [[farmland]], as stems. Over time, a stem grows through several stages{{Needs testing}} and, at its final growth stage, will produce [[pumpkin]]s on any adjacent [[dirt]], [[Coarse Dirt|coarse dirt]], [[Rooted Dirt|rooted dirt]], [[Grass Block|grass block]], [[farmland]], [[podzol]], [[mycelium]], [[Moss Block|moss block]], [[mud]] or [[Muddy Mangrove Roots|muddy mangrove roots]]. If a pumpkin is already occupying a spot adjacent to a stem it does not grow more pumpkins until the pumpkin is removed. A single stem can grow an unlimited number of pumpkins. Pumpkin stems need a minimum light level of 10 in the block above the stem to grow and give pumpkins. Pumpkin seeds are affected by [[bone meal]] only with respect to stem growth; bone meal does not help produce the actual pumpkins.
    
    === Breeding ===
    Like other seeds, pumpkin seeds can be used to [[breed]] [[chicken]]s, lead chickens around, and make baby chickens grow up faster by 10% of the remaining time.
    
    === Taming ===
    Like other seeds, pumpkin seeds can be used to tame [[parrot]]s.
    
    === Composting ===
    Placing pumpkin seeds into a [[composter]] has a 30% chance of raising the compost level by 1.
    
    == Pumpkin stem ==
    A '''pumpkin stem''' is the block that is planted on [[farmland]] when pumpkin seeds are used on it. It starts underground, and rises up as the plant grows. The stem is colored green when young, and then yellow once fully grown.
    
    The stem curves once a pumpkin has grown from it. A fully-grown single stem connects to any [[pumpkin]] in an adjacent square, thus there are 5 possible appearances to a stem. If there are multiple pumpkins it can connect to, it favors the east, then west, north, and south. When the pumpkin is removed, the stem returns to its straight shape.
    
    == Sounds ==
    {{Sound table/Block/Hard crop}}
    
    == Data values ==
    === ID ===
    {{edition|java}}:
    {{ID table
    |edition=java
    |showblocktags=y
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Pumpkin Stem
    |spritetype=block
    |nameid=pumpkin_stem
    |blocktags=bee_growables, crops
    |form=block}}
    {{ID table
    |displayname=Attached Pumpkin Stem
    |spritetype=block
    |nameid=attached_pumpkin_stem
    |form=block}}
    {{ID table
    |displayname=Pumpkin Seeds
    |spritetype=item
    |nameid=pumpkin_seeds
    |form=item
    |foot=1}}
    
    {{edition|bedrock}}:
    {{ID table
    |edition=bedrock
    |shownumericids=y
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Pumpkin Stem
    |spritetype=block
    |nameid=pumpkin_stem
    |id=104
    |form=block}}
    {{ID table
    |displayname=Pumpkin Seeds
    |spritetype=item
    |nameid=pumpkin_seeds
    |id=292
    |form=item
    |foot=1}}
    
    === Block states ===
    {{see also|Block states}}
    
    {{/BS}}
    
    == Advancements ==
    {{load advancements|A Seedy Place}}
    
    == History ==
    {{info needed section|check if stems floated above farmland upon initial implementation}}
    {{History|java beta}}
    {{History||1.8|snap=Pre-release|[[File:Pumpkin Seeds JE1 BE1.png|32px]] Added pumpkin seeds.
    |[[File:Pumpkin Stem Age 0 JE1.png|32px]] [[File:Pumpkin Stem Age 1 JE1.png|32px]] [[File:Pumpkin Stem Age 2 JE1.png|32px]] [[File:Pumpkin Stem Age 3 JE1.png|32px]] [[File:Pumpkin Stem Age 4 JE1.png|32px]] [[File:Pumpkin Stem Age 5 JE1.png|32px]] [[File:Pumpkin Stem Age 6 JE1.png|32px]] [[File:Pumpkin Stem Age 7 JE1.png|32px]] Added the pumpkin stem, with seven stages of growth.
    |Pumpkin seeds can be found in the new [[mineshaft]] [[chest]]s.
    |[[File:Attached Pumpkin Stem (N) JE1.png|32px]] [[File:Attached Pumpkin Stem (E) JE1.png|32px]] [[File:Attached Pumpkin Stem (S) JE1.png|32px]] [[File:Attached Pumpkin Stem (W) JE1.png|32px]] The pumpkin stem has four slightly visually distinct appearances for each facing direction - the bent part of the stem rotates, but the other two planes do not.
    |[[File:Pumpkin Stem Age 8 JE1.png|32px]] [[File:Pumpkin Stem Age 9 JE1.png|32px]] [[File:Pumpkin Stem Age 10 JE1.png|32px]] [[File:Pumpkin Stem Age 11 JE1.png|32px]] [[File:Pumpkin Stem Age 12 JE1.png|32px]] [[File:Pumpkin Stem Age 13 JE1.png|32px]] [[File:Pumpkin Stem Age 14 JE1.png|32px]] [[File:Pumpkin Stem Age 15 JE1.png|32px]] Pumpkin stem data values from 8 through 15 now show a glitched formation, with a floating stem with an attached stem cross eventually emerging below.
    |[[File:Attached Stem Age 8 JE1.png|32px]] [[File:Attached Stem Age 9 JE1.png|32px]] [[File:Attached Stem Age 10 JE1.png|32px]] [[File:Attached Stem Age 11 JE1.png|32px]] [[File:Attached Stem Age 12 JE1.png|32px]] [[File:Attached Stem Age 13 JE1.png|32px]] [[File:Attached Stem Age 14 JE1.png|32px]] [[File:Attached Stem Age 15 JE1.png|32px]] Pumpkin stem blocks with data values higher than 7 can attach to adjacent fruits, which results in buggy stem textures with [[vines]] in the mix due to vines being below attached stems in [[terrain.png]].}}
    {{History|||snap=Pre-release 2 ;)|Pumpkin stems can now be grown faster using [[bone meal]].}}
    {{History|java}}
    {{History||1.0.0|snap=Beta 1.9 Prerelease 2|Pumpkins can now be [[crafting|crafted]] into [[pumpkin seeds]].}}
    {{History||1.3.1|snap=1.3|The texture of pumpkin stems has been moved one pixel to the left in [[terrain.png]].
    |[[File:Pumpkin Stem Age 0 JE2.png|32px]] [[File:Pumpkin Stem Age 1 JE2.png|32px]] [[File:Pumpkin Stem Age 2 JE2.png|32px]] [[File:Pumpkin Stem Age 3 JE2.png|32px]] [[File:Pumpkin Stem Age 4 JE2.png|32px]] [[File:Pumpkin Stem Age 5 JE2.png|32px]] [[File:Pumpkin Stem Age 6 JE2.png|32px]] [[File:Pumpkin Stem Age 7 JE2.png|32px]] Stems now appear slightly different.
    |[[File:Pumpkin Stem Age 8 JE2.png|32px]] [[File:Pumpkin Stem Age 9 JE2.png|32px]] [[File:Pumpkin Stem Age 10 JE2.png|32px]] [[File:Pumpkin Stem Age 11 JE2.png|32px]] [[File:Pumpkin Stem Age 12 JE2.png|32px]] [[File:Pumpkin Stem Age 13 JE2.png|32px]] [[File:Pumpkin Stem Age 14 JE2.png|32px]] [[File:Pumpkin Stem Age 15 JE2.png|32px]] Overgrown attached pumpkin stems now appear slightly different.
    |[[File:Attached Pumpkin Stem (N) JE2.png|32px]] [[File:Attached Pumpkin Stem (E) JE2.png|32px]] [[File:Attached Pumpkin Stem (S) JE2.png|32px]] [[File:Attached Pumpkin Stem (W) JE2.png|32px]] Attached pumpkin stems now appear slightly different.
    |[[File:Attached Stem Age 8 JE2.png|32px]] [[File:Attached Stem Age 9 JE2.png|32px]] [[File:Attached Stem Age 10 JE2.png|32px]] [[File:Attached Stem Age 11 JE2.png|32px]] [[File:Attached Stem Age 12 JE2.png|32px]] [[File:Attached Stem Age 13 JE2.png|32px]] [[File:Attached Stem Age 14 JE2.png|32px]] [[File:Attached Stem Age 15 JE2.png|32px]] Overgrown attached pumpkin stems now appear slightly different.}}
    {{History||1.4.2|snap=12w36a|[[Chicken]]s now use [[wheat seeds]], [[melon seeds]] and pumpkin seeds, instead of [[wheat]] to [[breeding|breed]].}}
    {{History||1.5|snap=13w02a|[[File:Pumpkin Stem Age 0 JE3.png|32px]] [[File:Pumpkin Stem Age 1 JE3.png|32px]] [[File:Pumpkin Stem Age 2 JE3.png|32px]] [[File:Pumpkin Stem Age 3 JE3.png|32px]] [[File:Pumpkin Stem Age 4 JE3.png|32px]] [[File:Pumpkin Stem Age 5 JE3.png|32px]] [[File:Pumpkin Stem Age 6 JE3.png|32px]] Pumpkin stems now use a squished version of their texture for immature stems, depending on age.
    |[[File:Pumpkin Stem Age 8 JE3.png|32px]] [[File:Pumpkin Stem Age 9 JE3.png|32px]] [[File:Pumpkin Stem Age 10 JE3.png|32px]] [[File:Pumpkin Stem Age 11 JE3.png|32px]] [[File:Pumpkin Stem Age 12 JE3.png|32px]] [[File:Pumpkin Stem Age 13 JE3.png|32px]] [[File:Pumpkin Stem Age 14 JE3.png|32px]] [[File:Pumpkin Stem Age 15 JE3.png|32px]] This also affects pumpkin stems of ages 8-15, which are likewise stretched to accommodate its predicted size.
    |[[File:Attached Stem Age 8 JE3.png|32px]] [[File:Attached Stem Age 9 JE3.png|32px]] [[File:Attached Stem Age 10 JE3.png|32px]] [[File:Attached Stem Age 11 JE3.png|32px]] [[File:Attached Stem Age 12 JE3.png|32px]] [[File:Attached Stem Age 13 JE3.png|32px]] [[File:Attached Stem Age 14 JE3.png|32px]] [[File:Attached Stem Age 15 JE3.png|32px]] Pumpkin stems of extreme ages, which are attached to adjacent fruits, now show a stretched and tinted stem appearance.}}
    {{History|||snap=13w03a|[[File:Pumpkin Stem Age 0 JE4.png|32px]] [[File:Pumpkin Stem Age 1 JE4.png|32px]] [[File:Pumpkin Stem Age 2 JE4.png|32px]] [[File:Pumpkin Stem Age 3 JE4.png|32px]] [[File:Pumpkin Stem Age 4 JE4.png|32px]] [[File:Pumpkin Stem Age 5 JE4.png|32px]] [[File:Pumpkin Stem Age 6 JE4.png|32px]] [[File:Pumpkin Stem Age 7 JE4.png|32px]] Pumpkin stems are no longer squished or stretched to account for age.<ref>{{bug|MC-7111}}</ref>
    |[[File:Pumpkin Stem Age 8 JE4.png|32px]] [[File:Pumpkin Stem Age 9 JE4.png|32px]] [[File:Pumpkin Stem Age 10 JE4.png|32px]] [[File:Pumpkin Stem Age 11 JE4.png|32px]] [[File:Pumpkin Stem Age 12 JE4.png|32px]] [[File:Pumpkin Stem Age 13 JE4.png|32px]] [[File:Pumpkin Stem Age 14 JE4.png|32px]] [[File:Pumpkin Stem Age 15 JE4.png|32px]] Pumpkin stems with age values 8 through 15 now show a tinted [[trapdoor]] texture.
    |From this version up until 14w08a, overgrown pumpkin stems start to draw from the texture below them on the [[texture atlas]], in much the same way they previously did with terrain.png. However, as texture atlases are unstable and textures tend to change positions as new blocks and textures are added, overgrown stems change the texture they draw from every time new textures are added, which includes when textures added by [[mods]].}}
    {{History|||snap=13w09a|[[File:Pumpkin Stem Age 8 JE5.png|32px]] [[File:Pumpkin Stem Age 9 JE5.png|32px]] [[File:Pumpkin Stem Age 10 JE5.png|32px]] [[File:Pumpkin Stem Age 11 JE5.png|32px]] [[File:Pumpkin Stem Age 12 JE5.png|32px]] [[File:Pumpkin Stem Age 13 JE5.png|32px]] [[File:Pumpkin Stem Age 14 JE5.png|32px]] [[File:Pumpkin Stem Age 15 JE5.png|32px]] Pumpkin stems with age values 8 through 15 now show a tinted [[birch wood]] texture.}}
    {{History||1.6.1|snap=13w24a|Melon and pumpkin stems have now been assigned separate textures.
    |[[File:Pumpkin Stem Age 8 JE6.png|32px]] [[File:Pumpkin Stem Age 9 JE6.png|32px]] [[File:Pumpkin Stem Age 10 JE6.png|32px]] [[File:Pumpkin Stem Age 11 JE6.png|32px]] [[File:Pumpkin Stem Age 12 JE6.png|32px]] [[File:Pumpkin Stem Age 13 JE6.png|32px]] [[File:Pumpkin Stem Age 14 JE6.png|32px]] [[File:Pumpkin Stem Age 15 JE6.png|32px]] Pumpkin stems with age values 8 through 15 now show a tinted curving [[rail]] texture.}}
    {{History||1.7.2|snap=13w37a|Added the {{cmd|setblock}} command, allowing for invalid pumpkin stem ages to be placed in the world without using external editors. This also allows them to be obtained in earlier versions via backdating.}}
    {{History|||snap=13w41a|[[File:Pumpkin Stem Age 8 JE7.png|32px]] [[File:Pumpkin Stem Age 9 JE7.png|32px]] [[File:Pumpkin Stem Age 10 JE7.png|32px]] [[File:Pumpkin Stem Age 11 JE7.png|32px]] [[File:Pumpkin Stem Age 12 JE7.png|32px]] [[File:Pumpkin Stem Age 13 JE7.png|32px]] [[File:Pumpkin Stem Age 14 JE7.png|32px]] [[File:Pumpkin Stem Age 15 JE7.png|32px]] Pumpkin stems with age values 8 through 15 now show a tinted lit [[furnace]] texture.}}
    {{History|||snap=13w43a|[[File:Pumpkin Stem Age 8 JE8.png|32px]] [[File:Pumpkin Stem Age 9 JE8.png|32px]] [[File:Pumpkin Stem Age 10 JE8.png|32px]] [[File:Pumpkin Stem Age 11 JE8.png|32px]] [[File:Pumpkin Stem Age 12 JE8.png|32px]] [[File:Pumpkin Stem Age 13 JE8.png|32px]] [[File:Pumpkin Stem Age 14 JE8.png|32px]] [[File:Pumpkin Stem Age 15 JE8.png|32px]] Pumpkin stems with age values 8 through 15 now show a tinted [[pumpkin]] top texture.}}
    {{History||1.8|snap=14w10a|[[File:Pumpkin Stem Age 8 JE9.png|32px]] [[File:Pumpkin Stem Age 9 JE9.png|32px]] [[File:Pumpkin Stem Age 10 JE9.png|32px]] [[File:Pumpkin Stem Age 11 JE9.png|32px]] Pumpkin stems with data values 8-11 now display a tinted attached stem, with 8 facing west, 9 facing east, 10 facing north and 11 facing south.
    |Invalid pumpkin stems with data values 12-15 now crash the game.}}
    {{History|||snap=14w25a|[[File:Pumpkin Stem Age 0 JE5.png|32px]] [[File:Pumpkin Stem Age 1 JE5.png|32px]] [[File:Pumpkin Stem Age 2 JE5.png|32px]] [[File:Pumpkin Stem Age 3 JE5.png|32px]] [[File:Pumpkin Stem Age 4 JE5.png|32px]] [[File:Pumpkin Stem Age 5 JE5.png|32px]] [[File:Pumpkin Stem Age 6 JE5.png|32px]] [[File:Pumpkin Stem Age 7 JE5.png|32px]] Pumpkin stems now render as a single diagonal plane, or, in the case of attached stems, a diagonal and orthogonal plane.
    |[[File:Attached Pumpkin Stem (N) JE3.png|32px]] [[File:Attached Pumpkin Stem (E) JE3.png|32px]] [[File:Attached Pumpkin Stem (S) JE3.png|32px]] [[File:Attached Pumpkin Stem (W) JE3.png|32px]] The attached pumpkin stem [[model]] now fully rotates to the direction the stem points. Prior to this update, the base of the pumpkin stem would stay the same while the long attaching section would differ, resulting in four possible attached stem appearances.
    |Invalid overgrown pumpkin stems have now effectively been removed from the game, as attempting to place an out of range stem via {{cmd|setblock}} creates a stem of age 0 and loading a world with existing such stems cause a game crash.}}
    {{History|||snap=14w26a|[[File:Pumpkin Stem Age 0 JE6.png|32px]] [[File:Pumpkin Stem Age 1 JE6.png|32px]] [[File:Pumpkin Stem Age 2 JE6.png|32px]] [[File:Pumpkin Stem Age 3 JE6.png|32px]] [[File:Pumpkin Stem Age 4 JE6.png|32px]] [[File:Pumpkin Stem Age 5 JE6.png|32px]] [[File:Pumpkin Stem Age 6 JE6.png|32px]] [[File:Pumpkin Stem Age 7 JE6.png|32px]] [[File:Attached Pumpkin Stem (N) JE4.png|32px]] [[File:Attached Pumpkin Stem (E) JE4.png|32px]] [[File:Attached Pumpkin Stem (S) JE4.png|32px]] [[File:Attached Pumpkin Stem (W) JE4.png|32px]] Pumpkin stems now correctly render as crosses again.<ref>{{bug|MC-58136}}</ref>}}
    {{History|||snap=14w27a|[[File:Attached Stem Age 0 14w27a.png|32px]] [[File:Attached Stem Age 1 14w27a.png|32px]] [[File:Attached Stem Age 2 14w27a.png|32px]] [[File:Attached Stem Age 3 14w27a.png|32px]] [[File:Attached Stem Age 4 14w27a.png|32px]] [[File:Attached Stem Age 5 14w27a.png|32px]] [[File:Attached Stem Age 6 14w27a.png|32px]] Due to a bug, all pumpkin stems now appear attached regardless of age or any actual attachment.<ref>{{bug|MC-60208}}</ref>}}
    {{History|||snap=14w28a|All pumpkin stems appearing attached regardless of the age of any actual attachment has been fixed. However, pumpkin stems still appear attached to adjacent fruits regardless of age due to a similar bug.<ref>{{bug|MC-61716}}</ref>}}
    {{History|||snap=14w34d|Pumpkin seeds no longer can be used to breed [[chicken]]s.}}
    {{History||1.9|snap=15w31a|Chickens can now use pumpkin seeds to [[breeding|breed]] again.}}
    {{History|||snap=15w44a|Pumpkin seeds have been added to [[dungeon]] [[chest]]s.
    |The average yield of pumpkin seeds in [[mineshaft]] chests has been decreased.}}
    {{History|||snap=15w45a|Pumpkin stems must now be fully grown again to attach.}}
    {{History||1.11|snap=16w39a|Pumpkin seeds are now found in the new [[woodland mansion]] chests.
    |Pumpkin stems now generate inside [[woodland mansion]]s.}}
    {{History||1.13|snap=17w47a|The different [[block]] states for the <code>pumpkin_stem</code> ID have been split up into their own IDs.
    |Pumpkin seeds can now be obtained by [[shear]]ing an uncarved pumpkin.
    |Prior to [[1.13/Flattening|''The Flattening'']], this [[block]]'s numeral ID was 104, and the [[item]]'s 361.}}
    {{History|||snap=17w48a|Attached pumpkin stems no longer [[drops|drop]] seeds.}}
    {{History||1.14|snap=18w43a|[[File:Pumpkin Stem Age 0 JE7.png|32px]] [[File:Pumpkin Stem Age 1 JE7.png|32px]] [[File:Pumpkin Stem Age 2 JE7.png|32px]] [[File:Pumpkin Stem Age 3 JE7.png|32px]] [[File:Pumpkin Stem Age 4 JE7.png|32px]] [[File:Pumpkin Stem Age 5 JE7.png|32px]] [[File:Pumpkin Stem Age 6 JE7.png|32px]] [[File:Pumpkin Stem Age 7 JE7.png|32px]] The stem texture has changed.
    |[[File:Attached Pumpkin Stem (N) JE5.png|32px]] [[File:Attached Pumpkin Stem (E) JE5.png|32px]] [[File:Attached Pumpkin Stem (S) JE5.png|32px]] [[File:Attached Pumpkin Stem (W) JE5.png|32px]] The pumpkin stem texture change also affects the base cross on pumpkin stems.}}
    {{History|||snap=18w50a|Pumpkin stems now generate in the updated [[taiga]] [[village]] farms.
    |Pumpkin seeds can now be found in [[chest]]s in taiga village houses.}}
    {{History|||snap=19w03a|Placing pumpkin seeds into the new [[composter]] has a 10% chance of raising the compost level by 1.}}
    {{History|||snap=19w05a|Pumpkin seeds now have a 30% chance of increasing the compost level in a composter by 1.
    |Added [[Wandering Trader|wandering trader]]s, which sell pumpkin seeds.}}
    {{History||1.15|snap=19w34a|[[Bee]]s can now pollinate pumpkin stems.}}
    {{History|||snap=19w39a|Attached pumpkin stems now [[drops|drop]] seeds again.<ref>{{bug|MC-136360}}</ref>}}
    
    {{History|pocket alpha}}
    {{History||v0.8.0|snap=build 1|[[File:Pumpkin Seeds JE1 BE1.png|32px]] Added pumpkin seeds.
    |[[File:Pumpkin Stem Age 0 JE1.png|32px]] [[File:Pumpkin Stem Age 1 JE1.png|32px]] [[File:Pumpkin Stem Age 2 JE1.png|32px]] [[File:Pumpkin Stem Age 3 JE1.png|32px]] [[File:Pumpkin Stem Age 4 JE1.png|32px]] [[File:Pumpkin Stem Age 5 JE1.png|32px]] [[File:Pumpkin Stem Age 6 JE1.png|32px]] [[File:Pumpkin Stem Age 7 JE1.png|32px]] [[File:Attached Pumpkin Stem (N) JE1.png|32px]] [[File:Attached Pumpkin Stem (E) JE1.png|32px]] [[File:Attached Pumpkin Stem (S) JE1.png|32px]] [[File:Attached Pumpkin Stem (W) JE1.png|32px]]{{verify|Were these the models used by this edition?}} Added pumpkin stems.
    |Pumpkin seeds are obtainable from the [[Nether reactor]].}}
    {{History||v0.12.1|snap=build 1|Pumpkin seeds are no longer available from the Nether reactor.}}
    {{History||v0.14.0|snap=build 1|Pumpkin seeds can now be found in [[minecart with chest]]s inside [[mineshaft]]s.}}
    {{History|pocket}}
    {{History||1.1.0|snap=alpha 1.1.0.0|Pumpkin stems now generate inside [[woodland mansion]]s.}}
    {{History|bedrock}}
    {{History||1.2.0|snap=beta 1.2.0.2|Pumpkin seeds are now used to tame [[parrot]]s.}}
    {{History||1.4.0|snap=beta 1.2.13.8|Pumpkin seeds can now be obtained by [[shear]]ing an uncarved [[pumpkin]].}}
    {{History||1.10.0|snap=beta 1.10.0.3|[[File:Attached Pumpkin Stem (W) JE5.png|32px]]{{info needed|More accurate image}} The texture of attached pumpkin stems has been changed.
    |Pumpkin seeds can now be [[trading|bought]] from [[wandering trader]]s.
    |A single pumpkin crop now generates in the new [[taiga]] and [[snowy taiga]] [[village]]s.}}
    {{History||1.11.0|snap=beta 1.11.0.1|A single pumpkin seed can now be used to fill the [[composter]].
    |Pumpkin seeds can now be found in [[taiga]] and [[snowy taiga]] [[village]] house [[chest]]s.}}
    
    {{History|console}}
    {{History||xbox=TU5|xbone=CU1|ps=1.0|wiiu=Patch 1|[[File:Pumpkin Seeds JE1 BE1.png|32px]] Added pumpkin seeds.
    |[[File:Pumpkin Stem Age 0 JE1.png|32px]] [[File:Pumpkin Stem Age 1 JE1.png|32px]] [[File:Pumpkin Stem Age 2 JE1.png|32px]] [[File:Pumpkin Stem Age 3 JE1.png|32px]] [[File:Pumpkin Stem Age 4 JE1.png|32px]] [[File:Pumpkin Stem Age 5 JE1.png|32px]] [[File:Pumpkin Stem Age 6 JE1.png|32px]] [[File:Pumpkin Stem Age 7 JE1.png|32px]] [[File:Attached Pumpkin Stem (N) JE1.png|32px]] [[File:Attached Pumpkin Stem (E) JE1.png|32px]] [[File:Attached Pumpkin Stem (S) JE1.png|32px]] [[File:Attached Pumpkin Stem (W) JE1.png|32px]]{{verify|Were these the models used by this edition?}} Added pumpkin stems.}}
    {{History||xbox=TU69|ps=1.76|wiiu=Patch 38|Pumpkin seeds can now be obtained by [[shear]]ing an uncarved [[pumpkin]].}}
    {{History||xbox=none|xbone=none|ps=1.90|wiiu=none|switch=none|[[File:Attached Pumpkin Stem (W) JE5.png|32px]]{{info needed|More accurate image}} The texture of attached pumpkin stems has been changed.}}
    
    {{History|New 3DS}}
    {{History||0.1.0|[[File:Pumpkin Stem Age 0 JE1.png|32px]] [[File:Pumpkin Stem Age 1 JE1.png|32px]] [[File:Pumpkin Stem Age 2 JE1.png|32px]] [[File:Pumpkin Stem Age 3 JE1.png|32px]] [[File:Pumpkin Stem Age 4 JE1.png|32px]] [[File:Pumpkin Stem Age 5 JE1.png|32px]] [[File:Pumpkin Stem Age 6 JE1.png|32px]] [[File:Pumpkin Stem Age 7 JE1.png|32px]] [[File:Attached Pumpkin Stem (N) JE1.png|32px]] [[File:Attached Pumpkin Stem (E) JE1.png|32px]] [[File:Attached Pumpkin Stem (S) JE1.png|32px]] [[File:Attached Pumpkin Stem (W) JE1.png|32px]]{{verify|Were these the models used by this edition?}} Added pumpkin stems.}}
    {{History|foot}}
    
    <gallery>
    Pumpkin Stem with data value 15.png|The final version of the pumpkin stem with age 15, as seen in-game.
    Pumpkinstems.png|Pumpkin stems of ages 1 to 15 on a modded version of [[Java Edition 1.7.2|1.7.2]], hence the nearby melon stems using the melon top texture.
    Stems of 13w02a.png|All 16 stem sizes in [[Java Edition 13w02a|13w02a]], with accompanying data values.
    </gallery>
    
    === Pumpkin stem "item" ===
    {{:Technical blocks/Pumpkin Stem}}
    
    == Issues ==
    
    {{issue list}}
    
    == Gallery ==
    <gallery>
    Stem All Ages.png|All stages of growth.
    AllSeeds.png|All the [[seeds]] that exist in the game.
    </gallery>
    
    == References ==
    {{reflist}}
    
    {{Blocks|vegetation}}
    {{Items}}
    
    [[Category:Plants]]
    [[Category:Food]]
    [[Category:Non-solid blocks]]
    [[Category:Generated structure blocks]]
    
    [[cs:Dýňová semínka]]
    [[de:Kürbiskerne]]
    [[es:Semillas de calabaza]]
    [[fr:Graines de citrouille]]
    [[hu:Tökmagok]]
    [[ja:カボチャの種]]
    [[ko:호박씨]]
    [[nl:Pompoenpitten]]
    [[pl:Nasiona dyni]]
    [[pt:Sementes de abóbora]]
    [[ru:Семена тыквы]]
    [[th:เมล็ดฝักทอง]]
    [[zh:南瓜种子]]</li><li>[[Spyglass|Spyglass]]<br/>{{Item
    | title = Spyglass
    | image = Spyglass.png
    | durability = 
    | rarity = Common
    | renewable = Yes
    | stackable = No
    }}
     
    A '''spyglass''' is a [[tool]] used to zoom in on distant objects.
    
    == Obtaining ==
    === Crafting ===
    {{Crafting
      |B1=Amethyst Shard
      |B2=Copper Ingot
      |B3=Copper Ingot
      |Output=Spyglass
      |type=Tool
    }}
    
    == Usage ==
    [[File:Steve scoping Spyglass.png|right|100px]] [[File:Alex scoping Spyglass.png|right|100px]]
    
    To use a spyglass, the player selects it from the hotbar and clicks {{control|use}} while looking in the desired direction.
    
    Spyglasses are used to zoom in on a specific location in the player's field of view (FOV). The spyglass changes the FOV to {{frac|1|10}} of the FOV set in [[options]]. By default, the FOV is set to 70° in ''Java Edition'' and 60° in Bedrock Edition, resulting in an FOV of 7° in ''Java Edition'' and 6° in Bedrock Edition through the spyglass. The player's FOV can be set from 30° to 110°, so the spyglass FOV can  range from 3° to 11°. Regardless of the situation, or status effects the player has, using the Spyglass always shows a FOV {{frac|1|10}} of the FOV set in [[options]].
    
    A square vignette is applied when in use, similar to the effect when wearing a [[carved pumpkin]]. Pressing {{key|F1}} removes the vignette,{{only|java}}<ref>{{bug|MC-203575||The spyglass overlay goes away when pressing F1|WAI}}</ref><ref>{{bug|MCPE-125869||Spyglass's overlay don't go away even if the player toggles Hide GUI on/ Pressing F1|}}</ref> similar to a carved pumpkin. 
    
    Hazy distant objects remain hazy when viewed in the spyglass. Mobs too distant to render also do not render in the spyglass. The spyglass shows a magnified view of what the player already sees.
    
    The player is slowed down while watching through the spyglass. When the player uses the spyglass continuously for {{convert|1|minute|game tick}}, the interface is automatically closed.
    
    If the player has a certain effect on their screen like [[fire]], the spyglass does not remove that effect on the player's screen.
    
    [[File:Spyglass Zooming.gif|thumb|center|A spyglass being used to zoom in on a [[block of gold]] starting from normal FOV (70°).]]
    
    == Sounds ==
    {{edition|java}}:
    {{Sound table
    |sound=Spyglass use.ogg
    |subtitle=Spyglass expands
    |source=player
    |description=When a player uses a spyglass
    |id=item.spyglass.use
    |translationkey=subtitles.item.spyglass.use
    |volume=0.5
    |pitch=''varies'' <ref group=sound>Can be 1.15, 1.33, 1.4, or 1.55</ref>
    |distance=16}}
    {{Sound table
    |sound=Spyglass stop.ogg
    |subtitle=Spyglass retracts
    |source=player
    |description=When a player stops using a spyglass
    |id=item.spyglass.stop_using
    |translationkey=subtitles.item.spyglass.stop_using
    |volume=0.5
    |pitch=''varies'' <ref group=sound>Can be 1.0, 0.8, or 0.9</ref>
    |distance=16
    |foot=1}}
    
    {{edition|bedrock}}:
    {{Sound table
    |type=bedrock
    |sound=Spyglass use.ogg
    |source=player
    |description=When a player uses a spyglass
    |id=item.spyglass.use
    |volume=0.5
    |pitch=1.15-1.55}}
    {{Sound table
    |sound=Spyglass stop.ogg
    |source=player
    |description=When a player stops using a spyglass
    |id=item.spyglass.stop_using
    |volume=0.5
    |pitch=0.8-1.0
    |foot=1}}
    
    == Data values ==
    === ID ===
    {{edition|java}}:
    {{ID table
    |edition=java
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Spyglass
    |spritetype=item
    |nameid=spyglass
    |form=item
    |foot=1}}
    
    {{edition|bedrock}}:
    {{ID table
    |edition=bedrock
    |shownumericids=y
    |showforms=y
    |notshowbeitemforms=y
    |generatetranslationkeys=y
    |displayname=Spyglass
    |spritetype=item
    |nameid=spyglass
    |form=item
    |foot=1|id=626}}
    
    == Advancements ==
    {{load advancements|Is it a Bird?;Is it a Balloon?;Is it a Plane?}}
    
    == History ==
    {{History||October 3, 2020|link={{ytl|DBvZ2Iqmm3M|t=25m21s}}|[[File:Spyglass JE1.png|32px]]<!-- [[File:Spyglass scope (pre-release).png|32px]]--> Spyglasses are revealed at [[Minecraft Live 2020]]. They were originally named "telescopes" and had an oval vignette.}}
    {{History|java}}
    {{History||1.17|snap=20w45a|[[File:Spyglass JE1.png|32px]] Added spyglasses.
    |[[File:Spyglass scope JE1.png|32px]] The scope texture is currently a circle with glare spots.}}
    {{History|||snap=20w46a|[[File:Spyglass scope JE2.png|32px]] The scope texture is now a [[glass]] square with a [[copper]] border.}}
    {{History|||snap=20w48a|[[File:Spyglass JE2 BE1.png|32px]] The spyglass is now a 3D model instead of a flat sprite.
    |[[File:Spyglass (texture) JE2.png|32px]] The texture of the spyglass has changed.
    |A spyglass in use is anchored better to the player's "eye" when viewed in 3rd person.}}
    {{History|||snap=21w05a|Copper ingots are now renewable via [[drowned]], making spyglasses renewable.}}
    {{History|||snap=21w10a|[[File:Spyglass (item) JE3 BE1.png|32px]] Spyglasses have a new texture in the inventory. The 3D model is still used in the hand, similar to [[tridents]].}}
    {{History||1.17.1|snap=Pre-release 1|[[File:Spyglass (texture) JE3.png|32px]] The texture of the spyglass model has changed.}}
    {{History|bedrock}}
    {{History||1.17.0|snap=beta 1.17.0.50|[[File:Spyglass JE2 BE1.png|32px]] [[File:Spyglass (item) JE3 BE1.png|32px]] Added spyglasses.}}
    {{History|||snap=beta 1.17.0.52|Spyglasses are now available without enabling [[experimental gameplay]].}}
    {{History|foot}}
    
    == Issues ==
    {{Issue list}}
    
    == Trivia ==
    *If {{command|item replace}} is used to place a spyglass on a player's head, the item appears stuck to the center of the player's face.
    
    == Gallery ==
    <gallery>
    Villager Spyglass.png|Spying on [[villager]]s through a spyglass.
    After using the spyglass at FOV 30 F1.png|Hiding the HUD removes the spyglass overlay.
    Panda eating a spyglass.png|When eaten by a [[panda]], spyglasses cause [[missing texture]] particles to be produced.<ref>{{bug|MC-206684}}</ref>
    JE 1.17 Development Telescope.jpg|The spyglass was originally called the telescope.
    JE 1.17 Development Telescope 2.jpg|The telescope's overlay was originally round instead of square.
    File:Ari Spyglass.jpg|How the spyglass looks in the third person.
    Steve scoping Spyglass JE1.png|Steve using a spyglass before its 3D model was added.
    Alex scoping Spyglass JE1.png|Alex using a spyglass before its 3D model was added.
    File:Mangrove Portal.jpg|An [[allay]] peeking into view of [[Noor]]’s spyglass.
    </gallery>
    
    == References ==
    {{Reflist}}
    
    == External Links ==
    *[https://www.minecraft.net/en-us/article/taking-inventory--spyglass Taking Inventory: Spyglass] – Minecraft.net on February 17, 2022
    
    {{Items}}
    
    [[Category:Renewable resources]]
    
    [[de:Fernrohr]]
    [[es:Catalejo]]
    [[fr:Longue-vue]]
    [[it:Cannocchiale]]
    [[ja:望遠鏡]]
    [[pl:Luneta]]
    [[pt:Luneta]]
    [[ru:Подзорная труба]]
    [[zh:望远镜]]</li></ul>
    beta 1.16.220.50Added the following death messages:
    • <player> was skewered by a falling stalactite
    • <player> was skewered by a falling stalactite whilst fighting <player/mob>
    Legacy Console Edition
    TU5CU1 1.0 Patch 11.0.1Added death messages.
    PlayStation 4 Edition
    1.88
    {{Extension DPL}}<ul><li>[[Clock|Clock]]<br/>{{about|the item|the redstone circuit|Redstone circuits/Clock}}
    {{Item
    | image = Clock.gif
    | renewable = Yes
    | stackable = Yes (64)
    }}
    
    '''Clocks''' are [[Daylight cycle|time]]-telling devices that display the current in-game position of the sun and the moon. Clocks only function properly in the [[Overworld]].
    
    == Obtaining ==
    
    === Crafting ===
    
    {{Crafting
    |B1= Gold Ingot
    |A2= Gold Ingot
    |B2= Redstone Dust
    |C2= Gold Ingot
    |B3= Gold Ingot
    |Output= Clock
    |type= Tool
    }}
    
    === Natural generation ===
    
    {{LootChestItem|clock}}
    
    === Trading ===
    
    Expert-level [[Trading#Librarian|librarian villagers]] have a {{frac|1|3}} (roughly 33.3%) chance to sell a single clock for 4 [[emerald]]s as part of their trades.{{only|bedrock}}
    
    Expert-level librarian villagers have a {{frac|1|2}} (50%) chance to sell a clock for 5 emeralds.{{only|java}}
    
    == Usage ==
    
    [[File:WatchCycle.gif|thumb|Clock animation]]
    The clock dial consists of two halves, a day side and a night side. The dial spins clockwise slowly to indicate the time of day, corresponding to the sun or moon's actual position in the sky. The player is able to [[bed|sleep]] a few seconds after the clock shows exactly dusk.
    
    The dial always shows the current in-game time when in the [[Overworld]], regardless of where it appears. This includes a player's hand, an inventory slot, a [[Crafting table|crafting grid]], an [[item frame]], or even as a dropped [[Item (entity)|item]]. For a clock to be mounted on a wall, an [[item frame]] is required.
    
    Because there is no day/night cycle in [[the Nether]] or [[the End]], clocks do not work properly in these dimensions. Instead, the dial rotates rapidly and randomly, making them useless.
    
    === Piglins ===
    {{EntityLink|Piglin|Piglins}} are attracted to clocks and run toward any clock on the ground, and inspect it for 6 to 8 seconds before putting it in their inventory.
    
    == Data values ==
    === ID ===
    {{edition|java}}:
    {{ID table
    |edition=java
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Clock
    |spritetype=item
    |nameid=clock
    |form=item
    |foot=1}}
    
    {{edition|bedrock}}:
    {{ID table
    |edition=bedrock
    |shownumericids=y
    |showforms=y
    |notshowbeitemforms=y
    |generatetranslationkeys=y
    |displayname=Clock
    |spritetype=item
    |nameid=clock
    |id=393
    |form=item
    |foot=1}}
    
    == Achievements ==
    {{load achievements|Oooh, shiny!}}
    == Advancements ==
    {{load advancements|Oh Shiny}}
    
    == Video ==
    ''Note: This video doesn't state that clocks can be found in [[shipwreck]]s or [[ruined portal]]s because the video was released in an earlier [[Java Edition version history|version]].''
    <div style="text-align:center">{{yt|Q3bsT84oVz4}}</div>
    
    == History ==
    {{History|java alpha}}
    {{History||v1.2.0|snap=<nowiki>?|slink=:Category:Information needed requiring unarchived version|[[File:Clock JE1.gif|32px]] Added clocks.
    |They have 228 visually distinct frames due to how the texture is generated – see the section below.}}
    {{History|java}}
    {{History||1.3.1|snap=12w21a|Librarian [[villager]]s now [[trading|sell]] clocks for 10-11 [[emerald]]s, making them [[renewable]].}}
    {{History||1.5|snap=13w02a|[[File:Clock JE2 BE2.gif|32px]] Clocks now use the new animation feature included in [[texture pack]]s. As a result, they are considerably less precise, having only 64 frames.}}
    {{History||1.8|snap=14w02a|Librarian [[villager]]s now [[trading|sell]] clocks for 10-12 [[emerald]]s.}}
    {{History||1.9|snap=15w31a|Clocks are now broken up into individual textures, instead of having every individual frame on one vertical strip like with animated textures.}}
    {{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 347.}}
    {{History|||snap=18w14a|Clocks can now be found in [[shipwreck]] map rooms.}}
    {{History||1.16|snap=20w09a|Clocks can now be used to distract [[piglin]]s.<ref>{{bug|MC-172363}}</ref>}}
    {{History|||snap=20w16a|Clocks now generate in [[ruined portal]] chests.}}
    {{History|||snap=20w19a|Clocks no longer work in the [[recipe book]].<ref>{{bug|MC-116293}}</ref>}}
    {{History|||snap=20w22a|Clocks no longer work in the villager trading GUI.<ref>{{bug|MC-182888}}</ref>}}
    {{History||1.17|snap=20w48a|[[File:Clock JE3.gif|32px]] The texture of clocks has been changed to match the new gold ingot texture from the texture update.}}
    
    {{History|pocket alpha}}
    {{History||v0.2.0|[[File:Clock BE1.png|32px]] Added clocks.
    |Clocks currently have no function or legitimate method of obtaining them.}}
    {{History||v0.8.0|snap=build 1|Clocks are now functional and [[crafting|craftable]]. They have been added into the Creative inventory.
    |[[File:Clock JE2 BE2.gif|32px]] The texture of clocks has been changed. They use an predefined texture file with 64 different frames.}}
    {{History|pocket}}
    {{History||1.0.4|snap=alpha 1.0.4.0|Librarian [[villager]]s now [[trading|sell]] clocks for 10-12 [[emerald]]s.}}
    {{History|bedrock}}
    {{History||1.4.0|snap=beta 1.2.20.1|Clocks can now be found inside map room [[chest]]s in [[shipwreck]]s.}}
    {{History||1.11.0|snap=beta 1.11.0.4|[[Trading]] has been changed, librarian [[villager]]s now have {{frac|1|3}} chance to [[trading|sell]] a clock for 4 [[emerald]]s as part of their [[trading|trades]].}}
    {{History||1.16.0|snap=beta 1.16.0.57|Clocks now generate in [[ruined portal]] chests.}}
    {{History||1.17.0|snap=beta 1.17.0.54|[[File:Clock JE3.gif|32px]] The texture of clocks has been changed to match the new gold ingot texture from the texture update.}}
    
    {{History|console}}
    {{History||xbox=TU1|xbone=CU1|ps=1.0|wiiu=Patch 1|switch=1.0.1|[[File:Clock JE2 BE2.gif|32px]] Added clocks.}}
    {{History||xbox=TU69|xbone=none|ps=1.76|wiiu=Patch 38|switch=none|Clocks can now be found in [[shipwreck]] map rooms.}}
    
    {{History|New Nintendo 3DS Edition}}
    {{History||0.1.0|[[File:Clock JE2 BE2.gif|32px]] Added clocks.}}
    {{History|foot}}
    
    === Texture generation prior to Java Edition 13w02a ===
    {{:Procedural animated texture generation/Clocks}}
    
    == Issues ==
    
    {{issue list}}
    
    == Trivia ==
    * {{IN|java}}, a clock can be viewed under the item [[statistics]] page as long as one obtained a clock at some point.
    * {{IN|java}}, the default resource pack for the clock contains 64 individual frames, each frame lasting about 18.75 seconds in real time (375 ticks) (1350 seconds (22 minutes, 30 seconds) in Minecraft time).
    * When the time of day changes suddenly, such as after sleeping or when {{cmd|time}} is used, the clock dial spins rapidly to catch up.
    * Although clocks do not function in the Nether or the End, the actual daylight cycle does continue.
    
    == Gallery ==
    <gallery>
    File:Clockonawall.png|A clock in an [[item frame]] on a wall in a [[player]]'s base, showing the night is near.
    File:Player Holding Clock.png|Early-game player holding a clock.
    File:Clock In Item Frame.png|A clock placed in an item frame.
    </gallery>
    
    == References ==
    {{Reflist}}
    
    {{Items}}
    
    [[Category:Tools]]
    [[Category:Renewable resources]]
    
    [[cs:Hodiny]]
    [[de:Uhr]]
    [[es:Reloj]]
    [[fr:Montre]]
    [[hu:Óra]]
    [[it:Orologio]]
    [[ja:時計]]
    [[ko:시계]]
    [[nl:Klok]]
    [[pl:Zegar]]
    [[pt:Relógio]]
    [[ru:Часы]]
    [[th:นาฬิกา]]
    [[uk:Годинник]]
    [[zh:时钟]]</li><li>[[Beetroot Soup|Beetroot Soup]]<br/>{{for|other uses|Soup}}
    {{Item
    | title = Beetroot Soup
    | image = Beetroot Soup.png
    | renewable = Yes
    | heals = {{hunger|6}}
    | stackable = No
    }}
    
    '''Beetroot soup''' is an unstackable [[food]] item.
    
    == Obtaining ==
    
    === Crafting ===
    {{Crafting
    |Beetroot
    |Beetroot
    |Beetroot
    |Beetroot
    |Beetroot
    |Beetroot
    |Bowl
    |Output=Beetroot Soup
    |type=Foodstuff
    }}
    
    === Natural generation ===
    
    {{LootChestItem|beetroot-soup}}
    
    == Usage ==
    
    Beetroot soup can be eaten to restore {{hunger|6}} [[hunger]] points and 7.2 [[Hunger#Mechanics|saturation]], the same as [[cooked chicken]] and [[mushroom stew]]. After eating, the empty [[bowl]] remains, similarly to mushroom stew and [[rabbit stew]].
    
    == Sounds ==
    {{Sound table/Entity/Food}}
    
    == Data values ==
    
    === ID ===
    {{edition|java}}:
    {{ID table
    |edition=java
    |showforms=y
    |generatetranslationkeys=y
    |displayname=Beetroot Soup
    |spritetype=item
    |nameid=beetroot_soup
    |form=item
    |foot=1}}
    
    {{edition|bedrock}}:
    {{ID table
    |edition=bedrock
    |shownumericids=y
    |showforms=y
    |notshowbeitemforms=y
    |generatetranslationkeys=y
    |displayname=Beetroot Soup
    |spritetype=item
    |nameid=beetroot_soup
    |id=286
    |form=item
    |foot=1}}
    
    == Advancements ==
    {{load advancements|Husbandry;A Balanced Diet}}
    
    == History ==
    {{History|java}}
    {{History||1.9|snap=15w31a|[[File:Beetroot Soup JE1 BE1.png|32px]] Added beetroot soup.}}
    {{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 436.}}
    {{History||1.14|snap=18w43a|[[File:Beetroot Soup JE2 BE2.png|32px]] The texture of beetroot soup has been changed.
    |The recipe for beetroot soup is now shapeless.}}
    {{History|||snap=18w49a|Beetroot soup can now be found in [[chest]]s in [[snowy tundra]] [[village]] houses.}}
    
    {{History|pocket alpha}}
    {{History||November 14, 2013|link={{tweet|jbernhardsson|400902957782147072}}|[[Johan Bernhardsson]] posts an image of beetroot soup.}}
    {{History||v0.8.0|snap=build 2|[[File:Beetroot Soup JE1 BE1.png|32px]] Added beetroot soup. It is not obtainable in the Creative inventory.}}
    {{History||v0.9.0|snap=build 1|Beetroot soup now requires 6 [[beetroot]]s instead of 4.}}
    {{History||v0.12.1|snap=build 12|Beetroot soup now restores {{hunger|6}} instead of {{health|8}}.}}
    {{History||v0.13.0|snap=build 3|Beetroot soup can now be stacked.}}
    {{history|pocket}}
    {{History||1.0.0|snap=alpha 0.17.0.1|Beetroot soup has been added to the Creative inventory.<ref name="missing beetroot soup">{{Bug|MCPE-13804}}</ref>}}
    {{History|bedrock}}
    {{History||1.10.0|snap=beta 1.10.0.3|[[File:Beetroot Soup JE2 BE2.png|32px]] The texture of beetroot soup has been changed.
    |The recipe for beetroot soup is now shapeless.}}
    {{History||1.11.0|snap=beta 1.11.0.1|Beetroot soup can now be found in [[snowy tundra]] [[village]] house [[chest]]s.}}
    
    {{History|console}}
    {{History||xbox=TU43|xbone=CU33|ps=1.36|switch=1.0.1|wiiu=Patch 13|[[File:Beetroot Soup JE1 BE1.png|32px]] Added beetroot soup.}}
    {{History||xbox=none|xbone=none|ps=1.90|wiiu=none|switch=none|[[File:Beetroot Soup JE2 BE2.png|32px]] The texture of beetroot soup has been changed.
    |The recipe for beetroot soup is now shapeless.}}
    
    {{History|new 3ds}}
    {{History||0.1.0|[[File:Beetroot Soup JE1 BE1.png|32px]] Added beetroot soup.
    |Beetroot soup is not available within the [[Creative inventory]].}}
    {{History||?|Added beetroot soup to the Creative inventory.{{info needed|Which update did this occur?}}}}
    {{History|foot}}
    
    == Issues ==
    
    {{issue list}}
    
    == References ==
    
    {{reflist}}
    
    {{Items}}
    
    [[Category:Food]]
    [[Category:Renewable resources]]
    
    [[de:Borschtsch]]
    [[es:Estofado de remolacha]]
    [[fr:Soupe de betteraves]]
    [[it:Zuppa di barbabietole]]
    [[ja:ビートルートスープ]]
    [[ko:비트 수프]]
    [[nl:Bietensoep]]
    [[pl:Barszcz]]
    [[pt:Ensopado de beterraba]]
    [[ru:Свекольный суп]]
    [[th:ซุปบีทรูท]]
    [[uk:Борщ]]
    [[zh:甜菜汤]]</li></ul></nowiki>
    The option to disable messages from appearing when a player or tamed mob dies has been added.

    Trivia

    • Death messages obtained through PvE means are generally grammatically incorrect due to the lack of a preceding "a" before the name of the killer. This is a bug that Mojang decided to not fix.[5]

    References

    Advertisement