Minecraft Wiki
Register
Advertisement
"Give" redirects here. For the option in the teacher menu, see Teacher Menu § Give.

Gives an item to one or more players.

Syntax[]

  • Java Edition
give <target> <item> [<count>]
  • Bedrock Edition
give <player: target> <itemName: Item> [amount: int] [data: int] [components: json]

Arguments[]

JE<targets>: entity
BE: player: target: CommandSelector<Player>

Specifies the target(s) to give item(s) to.
Must be a player name, a target selector or a UUID[Java Edition only]. And the target selector must‌[JE only]/should‌[BE only] be of player type.

JE<item>: item_stack
BE: itemName: Item: enum

Specifies the item to give.
In Java Edition, it must be in the format of item_id{data_tags}(accepts item and block tags), in which data tags can be omitted when they are not needed. In Bedrock Edition, it must be an item id or a block id for which items exist.

JE<count>: integer
BE: amount: int: int

Specifies the number of items to give. If not specified, defaults to 1.
Must be a 32-bit integer number. In Java Edition, it must be between 1 and 2147483647 (inclusive). In Bedrock Edition, it should be between 1 and 32767 (inclusive).

BE: data: int: int

Specifies the item data value of the given item(s). Values that are invalid for the specified item id revert to 0. If not specified, defaults to 0.
Must be a 32-bit integer number. It should be between 0 and 32767 (inclusive).

BE: components: json: Json::Value

Specifies the item components of the given item(s). Like data tags but supports only minecraft:can_place_on, minecraft:can_destroy, minecraft:item_lock, and minecraft:keep_on_death functions (see Examples).
Must be a JSON Object.

Result[]

CommandTriggerJava EditionBedrock Edition
anythe arguments are not specified correctly Unparseable Unparseable
player: target is not of player type N/A Failed
amount: int is not between 1 and 32767
data: int is not between 0 and 32767
<targets> or player: target fails to resolve to one or more online players Failed
<item> or itemName: item is an ungivable item
<count> is larger than 100 stack worth items N/A
OtherwiseSuccessful

On success, summons the specified item(s) at the location(s) of the target(s). If <targets> or player: target resolves to multiple targets, each receives the specified number of items. If there is room in the player's inventory, or the player is in creative mode, the item entity summoned is "fake", with its PickupDelay tag set to 32767 and its Age tag set to 5999, which would normally make it impossible to pick up the item, and have it despawn within a tick. If the player's inventory is full and they are not in creative mode, the item entity's Owner tag is set to the target and its PickupDelay tag set to 0 so that it can be picked up only by that player until within 10 seconds of it despawning, at which time other players may pick it up.

Output[]

CommandEditionSituationSuccess Count/execute store success .../execute store result ...
anyJava EditionOn fail00N/A
On success11the number of targeted players
Bedrock EditionOn fail0N/AN/A
On successthe number of players who are given item(s)N/AN/A

Examples[]

  • To give the nearest player a diamond sword with Lore that says "A legendary weapon":
    • /give @p minecraft:diamond_sword{display:{Lore:["\"A legendary weapon\""]}} 1[Java Edition only]
  • To give all players a potion that has the Night Vision effect:
  • To give a random player a Sharpness X diamond sword:
    • /give @r diamond_sword{Enchantments:[{id:"minecraft:sharpness",lvl:10}]} 1[Java Edition only]
  • To give the player executing the command a block of diamond that can be placed on dirt and can break quartz blocks, even in adventure mode.
    • /give @s minecraft:diamond_block{CanPlaceOn:["minecraft:dirt"],CanDestroy:["minecraft:quartz_block"]} 1[Java Edition only]
    • /give @s diamond_block 1 0 {"minecraft:can_place_on":{"blocks":["dirt"]},"minecraft:can_destroy":{"blocks":["quartz_block"]}} [Bedrock Edition only]
  • To give all players a level 2 Wither Potion with Knockback X:
    • /give @a potion{Enchantments:[{id:"minecraft:knockback",lvl:10}],CustomPotionEffects:[{Id:20,Amplifier:1}]} 1[Java Edition only]
  • To give the nearest player a diamond sword that will not be dropped on death:
  • To give all players a stick that cannot be dropped or crafted with:
    • /give @a stick 1 0 {"item_lock": {"mode": "lock_in_inventory"}}[Bedrock Edition only]
  • To give a random player a wooden shovel that cannot be moved from its slot, dropped, or crafted with:
    • /give @r wooden_shovel 1 0 {"item_lock": {"mode": "lock_in_slot"}}[Bedrock Edition only]

History[]

Java Edition Alpha
v1.0.15
{{Extension DPL}}<ul><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><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></ul></nowiki>
(Alpha server 0.1.0) Added /give.
The /give command always gives exactly one of the specified item (by numeric ID) to the specified player.
v1.0.16_01
{{Extension DPL}}<ul><li>[[Blaze Rod|Blaze Rod]]<br/>{{Item
| image = Blaze Rod.png
| renewable = Yes
| stackable = Yes (64)
}}

'''Blaze rods''' are [[item]]s exclusively obtained from [[blaze]]s. They act as a fuel for both brewing and [[smelting]], and are required to craft [[eye of ender|eyes of ender]] used to access to [[the End]].

== Obtaining ==

=== Mob loot ===
When killed by a player or tamed [[wolf]], a [[blaze]] has a 50% chance to drop a blaze rod. The [[Looting]] [[enchantment]] can increase the drops by one per level, for a maximum of 4 blaze rods. Blazes do not drop any blaze rods if killed by any other source.

== Usage ==

=== Crafting ingredient ===

{{crafting usage}}

=== Fuel ===

When used in a [[furnace]], a blaze rod lasts 120 seconds (12 items).

== Achievements ==
{{load achievements|Into Fire}}

== Advancements ==
{{load advancements|Into Fire}}

== Video ==
{{Video note|This video does not mention the crafting of [[End Rod]]s.|minor}}

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

== Data values ==
=== ID ===
{{el|java}}:
{{ID table
|edition=java
|showforms=y
|generatetranslationkeys=y
|displayname=Blaze Rod
|spritetype=item
|nameid=blaze_rod
|form=item
|foot=1}}

{{el|bedrock}}:
{{ID table
|edition=bedrock
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Blaze Rod
|spritetype=item
|nameid=blaze_rod
|id=423
|form=item
|foot=1}}

== History ==

{{History|java}}
{{History||1.0.0|snap=Beta 1.9 Prerelease|[[File:Blaze Rod JE1 BE1.png|32px]] Added blaze rods.}}
{{History|||snap=Beta 1.9 Prerelease 2|Blaze rods are now used to craft [[blaze powder]].}}
{{History|||snap=Beta 1.9 Prerelease 3|Blaze rods are now used to craft [[brewing stand]]s.}}
{{History||1.8|snap=14w07a|Blaze rods are now held similarly to [[tools]].}}
{{History||1.9|snap=15w44b|Blaze rods are now used to craft [[end rod]]s.}}
{{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 369.}}

{{History|pocket alpha}}
{{History||v0.12.1|snap=build 1|[[File:Blaze Rod JE1 BE1.png|32px]] Added blaze rods. 
|Blaze rods can be used to craft [[blaze powder]] and [[brewing stand]]s.}}
{{History|pocket}}
{{History||1.0.0|snap=alpha 0.17.0.1|Blaze rods are now used to craft [[end rod]]s.}}

{{History|console}}
{{History||xbox=TU7|xbone=CU1|ps=1.00|wiiu=Patch 1|switch=1.0.1|[[File:Blaze Rod JE1 BE1.png|32px]] Added blaze rods.
|Blaze rods can be used to craft [[blaze powder]] and [[brewing stand]]s.}}
{{History||xbox=TU46|xbone=CU36|ps=1.38|wiiu=Patch 15|Blaze rods are now used to craft [[end rod]]s.}}

{{History|New 3DS}}
{{History||0.1.0|[[File:Blaze Rod JE1 BE1.png|32px]] Added blaze rods.
|Blaze rods can be used to craft [[blaze powder]] and [[brewing stand]]s.}}
{{History|foot}}

== Issues ==
{{issue list}}

== Trivia ==
* As part of an official collaboration, blaze rods are included in a free add-on for the roleplaying game [https://en.wikipedia.org/wiki/Dungeons_%26_Dragons ''Dungeons and Dragons''].<ref>https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwj9uvqlwIT-AhV7LUQIHYlVDiwQFnoECBAQAQ&url=https%3A%2F%2Fwww.minecraft.net%2Fcontent%2Fdam%2Fgames%2Fminecraft%2Fsoftware%2FMinecraft-Monstrous-Compendium.pdf&usg=AOvVaw0aKOqpKAHSH11qgZhN_Bhx</ref> In the game, they are worth 100 gold pieces, create light, and can be broken to create an explosion.
* They are the spinning things surrounding the blaze's head

{{items}}

== References ==
{{Reflist}}

[[Category:Renewable resources]]

[[cs:Ohnivá hůl]]
[[de:Lohenrute]]
[[el:Οι ράβδοι των Blaze]]
[[es:Vara de blaze]]
[[fr:Bâton de Blaze]]
[[hu:Lángrúd]]
[[it:Verga di blaze]]
[[ja:ブレイズロッド]]
[[ko:블레이즈 막대]]
[[lzh:炎靈桿]]
[[nl:Blazestaf]]
[[pl:Płomienna różdżka]]
[[pt:Vara de blaze]]
[[ru:Огненный стержень]]
[[th:แท่งเบลซ]]
[[tr:Alaz Çubuğu]]
[[uk:Стрижень Блейза]]
[[zh:烈焰棒]]</li><li>[[Fermented Spider Eye|Fermented Spider Eye]]<br/>{{Item
| image = Fermented Spider Eye.png‎
| renewable = Yes
| stackable = Yes (64)
}}

A '''fermented spider eye''' is a [[brewing]] ingredient.

== Obtaining ==

=== Crafting ===

{{Crafting
|Brown Mushroom
|Sugar
|Spider Eye
|Output= Fermented Spider Eye
|type= Brewing
}}

== Usage ==
They can be used to brew [[potion]]s with negative effects, as well as the [[Potion of Invisibility]]. 

=== Brewing ingredient ===
{{brewing
  |showname=1
  |head=1
  |Fermented Spider Eye
  |Potion of Weakness
  |base=Water Bottle
}}
{{brewing
  |Fermented Spider Eye
  |Potion of Harming
  |base=Potion of Poison;Potion of Healing
}}
{{brewing
  |Fermented Spider Eye
  |Potion of Slowness
  |base=Potion of Swiftness;Potion of Leaping
}}
{{brewing
  |foot=1
  |Fermented Spider Eye
  |Potion of Invisibility
  |base=Potion of Night Vision
}}

== Data values ==
=== ID ===
{{edition|java}}:
{{ID table
|edition=java
|showforms=y
|generatetranslationkeys=y
|displayname=Fermented Spider Eye
|spritetype=item
|nameid=fermented_spider_eye
|form=item
|foot=1}}

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Fermented Spider Eye
|spritetype=item
|nameid=fermented_spider_eye
|id=428
|form=item
|foot=1}}

== Video ==

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

== History ==
{{History|java}}
{{History||1.0.0|snap=Beta 1.9 Prerelease 2|[[File:Fermented Spider Eye JE1 BE1.png|32px]] Added fermented spider eyes.}}
{{History|||snap=Beta 1.9 Prerelease 3|Fermented spider eyes can now be [[brewing|brewed]] in a [[water bottle]] to create a [[potion of Weakness]].
|Fermented spider eyes now corrupt potions of [[Swiftness]] and [[Fire Resistance]] into potions of [[Slowness]], for both normal and extended types.
|Fermented spider eyes now corrupts potions of [[Healing]] and [[Poison]] into potions of [[Harming]], as well as Healing II and extended Poison into extended Harming.}}
{{History||1.4.2|snap=12w34a|Fermented spider eyes now change potions of [[Night Vision]] into the new potions of [[Invisibility]], for both normal and extended types.}}
{{History||1.7.2|snap=13w36a|Fermented spider eyes now corrupt the new [[potion of Water Breathing]] into a potion of Harming.}}
{{History||1.8|snap=14w27a|Fermented spider eyes now corrupt the new [[potion of Leaping]] into a potion of Slowness.}}
{{History||1.9|snap=15w31a|[[Potions of Weakness]] can no longer be made using a [[thick potion]], [[mundane potion]], [[awkward potion]], [[potion of Regeneration]], or [[potion of Strength]].
|[[Potions of Slowness]] can no longer be made using a [[potion of Fire Resistance]].
|[[Potions of Harming]] can no longer be made using a [[potion of Water Breathing]].}}
{{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 376.}}
{{History||1.14|snap=18w50a|[[File:Fermented Spider Eye JE2 BE2.png|32px]] The texture of fermented spider eyes has been changed.}}
{{History|upcoming java}}
{{History||Villager Trade Rebalance<br>(Experimental)|link=Java Edition 1.20.2|snap=23w31a|[[Wandering trader]]s now have a chance to [[trading|buy]] a fermented spider eye from the player.}}

{{History|pocket alpha}}
{{History||v0.12.1|snap=build 1|[[File:Fermented Spider Eye JE1 BE1.png|32px]] Added fermented spider eyes.}}
{{History|bedrock}}
{{History||1.10.0|snap=beta 1.10.0.3|[[File:Fermented Spider Eye JE2 BE2.png|32px]] The texture of fermented spider eyes has been changed.}}

{{History|console}}
{{History||xbox=TU7|xbone=CU1|ps=1.0|wiiu=Patch 1|switch=1.0.1|[[File:Fermented Spider Eye JE1 BE1.png|32px]] Added fermented spider eyes.}}
{{History||xbox=none|xbone=none|ps=1.90|wiiu=none|switch=none|[[File:Fermented Spider Eye JE2 BE2.png|32px]] The texture of fermented spider eyes has been changed.}}

{{History|New 3DS}}
{{History||0.1.0|[[File:Fermented Spider Eye JE1 BE1.png|32px]] Added fermented spider eyes.}}
{{History|foot}}

== Issues ==
{{issue list}}

{{items}}

[[Category:Renewable resources]]

[[cs:Zkvašené pavoučí oko]]
[[de:Fermentiertes Spinnenauge]]
[[es:Ojo de araña fermentado]]
[[fr:Œil d'araignée fermenté]]
[[it:Occhio di ragno fermentato]]
[[ja:発酵したクモの目]]
[[ko:발효된 거미 눈]]
[[nl:Gefermenteerd spinnenoog]]
[[pl:Sfermentowane oko pająka]]
[[pt:Olho de aranha fermentado]]
[[ru:Приготовленный паучий глаз]]
[[th:ตาแมงมุมดอง]]
[[uk:Оброблене павуче око]]
[[zh:发酵蛛眼]]</li></ul>
Added count argument to /give.
Java Edition
1.0.0
{{Extension DPL}}<ul><li>[[Light Blue Dye|Light Blue Dye]]<br/>{{Item
| image = Light_Blue_Dye_JE2_BE2.png
| renewable = Yes
| stackable = Yes (64)
}}
'''Light blue dye''' is a [[Dyeing#Quasi-Primary|quasi-primary dye]].

== Obtaining ==

=== Crafting ===

{{Crafting
  |showname=0
  |showdescription=1
  |Blue Orchid
  |Output=Light Blue Dye
  |type=Material
  |head=1
}}
{{Crafting
  |Blue Dye
  |White Dye
  |Output=Light Blue Dye,2
  |type=Material
}}
{{Crafting
  |Lapis Lazuli;Blue Dye;Lapis Lazuli
  |Bone Meal;Bone Meal;White Dye
  |Output=Light Blue Dye,2
  |type=Material
  |description={{only|bedrock|education}}
  |foot=1
}}

=== Loot chest ===
{{#invoke:LootChest|base3|light-blue-dye}}

=== Trading ===

[[Wandering trader]]s sell 3 light blue dye for an [[emerald]].

== Usage ==

{{dye usage}}

=== Crafting ingredient ===

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

=== Loom ingredient ===
{{Banner loom usage|Light Blue Dye}}

=== Trading ===

Apprentice-level shepherd villagers have a 20%{{only|bedrock}} or {{frac|2|7}}{{only|java}} chance to buy 12 light blue dye for an emerald as part of their trades.

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

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|showaliasids=y
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Light Blue Dye
|spritetype=item
|nameid=light_blue_dye
|aliasid=dye / 12
|id=407
|form=item
|translationkey=item.dye.lightBlue.name
|foot=1}}

== Video ==
{{yt|IPQzg-zPJgk}}

== History ==

{{History|java beta}}
{{History||1.2|[[File:Light Blue Dye JE1 BE1.png|32px]] Added light blue 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|Light blue dye can be [[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.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|Light blue dye is now crafted using [[white dye|white]] and [[blue dye]]s, instead of [[bone meal]] and [[lapis lazuli]].
|[[File:Light_Blue_Dye_JE2_BE2.png|32px]] The texture of light blue dye has now been changed.}}
{{History|||snap=18w44a|Light blue dye can now change the text color on [[sign]]s to light blue.}}
{{History|||snap=19w05a|Added the [[wandering trader]], which sells light blue dye.}}
{{History|||snap=19w11a|Light blue dye can now be [[trading|bought]] by shepherd villagers.}}
{{History||1.17|snap=20w45a|Light blue dye can now be used to craft [[light blue candle]]s.}}
{{History|||snap=21w19a|Light blue dye can no longer be used to craft light blue candles.}}
{{History|||snap=Pre-release 1|Light blue dye can now once again be used to craft light blue candles.}}
{{History||1.20<br>(Experimental)|link=1.19.3|snap=22w42a|Light blue dye can now change the text color on [[hanging sign]]s to light blue.}}
{{History||1.20|snap=23w12a|Light blue dye can now be found in [[suspicious gravel]] and [[suspicious sand]] in [[trail ruins]].}}
{{History|||snap=23w16a|Light blue dye 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]]; light blue dye now is in the common loot.}}

{{History|pocket alpha}}
{{History||v0.3.0|[[File:Light Blue Dye JE1 BE1.png|32px]] Added light blue dye. It is currently unobtainable and serves no purpose.}}
{{History||v0.4.0|Light blue dye is now craftable with [[lapis lazuli]] and [[bone meal]].
|Light blue dye can now be used to craft light blue wool.}}
{{History||v0.14.0|snap=build 1|Light blue dye can now be used to dye [[water]] in [[cauldron]]s.}}
{{History|pocket}}
{{History||1.0.0|snap=alpha 0.17.0.1|Light blue dye can now be used to dye [[shulker]]s.}}
{{History||1.1.0|snap=alpha 1.1.0.0|Light dye can now be used to craft [[concrete powder]] and dye [[shulker box]]es and [[bed]]s.}}
{{History|bedrock}}
{{History||1.2.0|snap=beta 1.2.0.2|Light blue 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|Light blue dye can now be used to craft [[balloon]]s and [[glow stick]]s.}}
{{History||1.8.0|snap=beta 1.8.0.8|Light blue dye can now be used to dye [[cat]] collars.}}
{{History||1.10.0|snap=beta 1.10.0.3|Light blue dye is now [[trading|sold]] by [[wandering trader]]s.
|Light blue dye can now be used to dye white [[carpet]]s.
|[[File:Light_Blue_Dye_JE2_BE2.png|32px]] The texture of light blue dye has now been changed.}}
{{History||1.11.0|snap=beta 1.11.0.4|Light blue dye can now be [[trading|sold]] to shepherd [[villager]]s.}}
{{History||1.16.100|snap=beta 1.16.100.56|The ID of light blue dye has been changed from <code>dye/12</code> to <code>light_blue_dye</code>.}}

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

{{History|new 3ds}}
{{History||0.1.0|[[File:Light Blue Dye JE1 BE1.png|32px]] Added light blue dye.}}
{{History|foot}}

== Issues ==
{{issue list}}

{{Items}}

[[Category:Dyes]]

[[cs:Světle modré barvivo]]
[[de:Hellblauer Farbstoff]]
[[es:Tinte azul claro]]
[[fr:Teinture bleu clair]]
[[hu:Világoskék festék]]
[[ja:空色の染料]]
[[ko:하늘색 염료]]
[[nl:Lichtblauwe kleurstof]]
[[pl:Jasnoniebieski barwnik]]
[[pt:Corante azul-claro]]
[[ru:Светло-синий краситель]]
[[zh:淡蓝色染料]]
[[Category:Renewable resources]]</li><li>[[Netherite Ingot|Netherite Ingot]]<br/>{{About|the refined item|the scrap|Netherite Scrap|the ore|Ancient Debris|other uses|Netherite}}
{{Item
| rarity = Common
| renewable = No
| stackable = Yes (64)
}}
'''Netherite ingots''' are items obtained from crafting [[netherite scrap]]s and [[gold ingot]]s together, as well as loot from [[bastion remnant]] loot chests. Unlike other items, they are immune to fire and [[lava]] damage. They are primarily used to upgrade [[diamond]] gear and craft [[lodestone]]s.

== Obtaining ==

Netherite ingots are obtained by crafting four [[netherite scrap]]s and four [[gold ingot]]s. It is a shapeless recipe, therefore the placement of the netherite scraps and gold ingots does not matter when crafting it.

=== Crafting ===

{{Crafting
|head=1
|showname=0
|Netherite Scrap
|Netherite Scrap
|Netherite Scrap
|Netherite Scrap
|Gold Ingot
|Gold Ingot
|Gold Ingot
|Gold Ingot
|Output=Netherite Ingot
|type=Material
}}

{{Crafting 
|Block of Netherite
|Output=Netherite Ingot,9
|type=Material
|foot=1
}}

=== Chest loot ===
{{LootChestItem|netherite-ingot}}

== Usage ==
Netherite ingots are crafting materials used to make netherite tools, weapons, and armor.

=== Crafting ingredient ===

{{crafting usage}}

=== Smithing ingredient ===
Netherite ingots can be used on a [[smithing table]] to upgrade diamond items to netherite items, as well as trim any armor piece. Data such as durability, enchantments, and custom names are preserved.

{{Smithing
|head=1
|ingredients=[[Netherite Upgrade]] +<br>Any [[diamond]] gear +<br>[[Netherite Ingot]]
|Netherite Upgrade
|Diamond Helmet; Diamond Chestplate; Diamond Leggings; Diamond Boots; Diamond Sword; Diamond Pickaxe; Diamond Axe; Diamond Shovel; Diamond Hoe
|Netherite Ingot
|Netherite Helmet; Netherite Chestplate; Netherite Leggings; Netherite Boots; Netherite Sword; Netherite Pickaxe; Netherite Axe; Netherite Shovel; Netherite Hoe
}}
{{Smithing
|ingredients=Any Armor Trim +<br/>Any Armor Piece + <br/>Netherite Ingot
|Any Armor Trim Smithing Template
|Diamond Chestplate
|Netherite Ingot
|Netherite Trim Diamond Chestplate
|showdescription=1
|description = All armor types can be used in this recipe,<br/>a diamond 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|netherite ingot}}
* {{TrimPalette|netherite ingot|darker=1}} (a darker color palette is used when a netherite armor piece is trimmed using a netherite ingot).

=== Repairing ===

Netherite ingots are the repair items for the netherite [[tier]] and [[armor material]], and thus can be used to [[item repair|repair]] the following items in an [[anvil]]:
* {{ItemLink|Netherite Helmet}}
* {{ItemLink|Netherite Chestplate}}
* {{ItemLink|Netherite Leggings}}
* {{ItemLink|Netherite Boots}}
* {{ItemLink|Netherite Sword}}
* {{ItemLink|Netherite Pickaxe}}
* {{ItemLink|Netherite Axe}}
* {{ItemLink|Netherite Shovel}}
* {{ItemLink|Netherite Hoe}}

=== Beacons ===

A netherite ingot could be used to select powers from a [[beacon]] instead of using an [[emerald]], [[gold ingot]], [[iron ingot]], or a [[diamond]]. The player must select one of the available powers, and then insert an ingot in the item slot. The [[gold]] option is more efficient than the netherite option because it consumes 3 fewer gold and no [[Netherite Scrap|netherite scrap]].

== Data values ==
=== ID ===
{{edition|java}}:
{{ID table
|edition=java
|showitemtags=y
|showforms=y
|generatetranslationkeys=y
|displayname=Netherite Ingot
|spritetype=item
|nameid=netherite_ingot
|itemtags=beacon_payment_items
|form=item
|foot=1}}

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Netherite Ingot
|spritetype=item
|nameid=netherite_ingot
|id=603
|form=item
|foot=1}}

=== Advancements ===
{{load advancements|Serious dedication}}

== History ==
{{History|java}}
{{History||1.16|snap=20w06a|[[File:Netherite Ingot JE1 BE2.png|32px]] Added netherite ingots.}}
{{History|||snap=20w07a|Netherite ingots can now be used to power [[beacon]]s.}}
{{History|||snap=20w10a|The [[crafting]] recipe for netherite [[tools]] and [[armor]] has been changed so that a [[smithing table]] is used instead of a [[crafting table]] and [[enchanting|enchantments]] are preserved when upgrading [[item]]s.}}
{{History|||snap=20w13a|Netherite ingots can now be used to craft [[lodestone]]s.}}
{{History|||snap=20w16a|Netherite ingots can now be found in [[bastion remnant]] chests.}}
{{History||1.16.2|snap=20w30a|Increased the chance of finding netherite ingots in bastion remnant chests from 16.8% to 42.1%.}}
{{History||1.20<br>(Experimental)|link=1.19.4|snap=23w04a|Netherite ingots can now be used as an armor trim material.|Upgrading diamond tools and armor to netherite now requires the netherite upgrade [[smithing template]] in addition to a netherite ingot.}}
{{History|||snap=23w05a|Netherite ingots can now be used to trim netherite armor.}}
{{History||1.20|snap=23w12a|Netherite ingots are now usable for trimming without requiring the "Update 1.20" experimental datapack to be enabled.}}

{{History|bedrock}}
{{History||1.16.0|snap=beta 1.16.0.51|[[File:Netherite Ingot BE1.png|32px]] Added netherite ingots.}}
{{History|||snap=beta 1.16.0.57|Netherite ingots can now be used to power [[beacon]]s.
|The [[crafting]] recipe for netherite [[tools]] and [[armor]] has been changed so that a [[smithing table]] is used instead of a [[crafting table]] and [[enchanting|enchantments]] are preserved when upgrading [[item]]s.
|Netherite ingots can now be used to craft [[lodestone]]s.
|Netherite ingots can now be found in [[bastion remnant]] chests.}}
{{History||1.17.10|snap=beta 1.17.10.20|[[File:Netherite Ingot JE1 BE2.png|32px]] The texture of netherite ingots has been changed to match ''Java Edition''.}}
{{History||Next Major Update<br>(Experimental)|link=Bedrock Edition 1.19.80|snap=beta 1.19.80.21|Netherite ingots can now be used as an armor trim material.|Upgrading diamond tools and armor to netherite now requires the netherite upgrade [[smithing template]] in addition to a netherite ingot.}}
{{History||1.20.0|snap=beta 1.20.0.21|Netherite ingots are now usable for trimming without requiring the "Next Major Update" experimental toggle to be enabled.}}
{{History|foot}}

== Issues ==
{{issue list}}

== See also ==
* {{EnvLink|Bastion Remnant}}
* {{BlockLink|Block of Netherite}}
* {{ItemLink|Netherite Scrap}}
*  {{BlockLink|Ancient Debris}}
*{{BlockLink|Lodestone}}

== External Links ==
* [https://www.minecraft.net/en-us/article/taking-inventory--netherite-ingot Taking Inventory: Netherite Ingot] – Minecraft.net on May 28, 2020

{{Items}}

[[de:Netheritbarren]]
[[es:Lingote de netherita]]
[[fr:Lingot de Netherite]]
[[it:Lingotto di netherite]]
[[ja:ネザライトインゴット]]
[[ko:네더라이트 주괴]]
[[pl:Sztabka netherytu]]
[[pt:Barra de netherita]]
[[ru:Незеритовый слиток]]
[[th:แท่งเนเธอไรต์]]
[[uk:Незеритовий злиток]]
[[zh:下界合金锭]]
[[Category:Non-renewable resources]]</li></ul>
Beta 1.9 Prerelease 4Added damage value argument to /give.
1.3.1
{{Extension DPL}}<ul><li>[[Name Tag|Name Tag]]<br/>{{about|the item that gives names to mobs|the nameplate above a player's head|Player#Username}}
{{Item
| image = Name Tag.png
| renewable = Yes
| stackable = Yes (64)
}}
A '''name tag''' is an [[item]] used to name [[mob]]s in the world and prevent them from despawning naturally.

== Obtaining ==

=== Chest loot ===

{{LootChestItem|name-tag}}

=== Fishing ===

Name tags can be caught from [[fishing]] as part of the treasure category with a {{frac|1|6}} chance after the 5% chance of being a treasure catch. The chance of catching treasure increases with the [[Luck of the Sea]] enchantment.

=== Trading ===

Master-level librarian [[villagers]] offer to sell a name tag for 20 [[emerald]]s as one of their available trades.

== Usage ==

To use a name tag, it must first be renamed with an [[anvil]], costing 1 [[experience]] level. 

If it is not renamed, it has no effect when used on a mob. After the name tag is renamed, the player can {{control|use}} it on a mob to give it the name given to the name tag from the anvil. Mobs and name tags can be renamed any number of times. Name tags with the same name are stackable. 

Once a mob is named, it keeps its name, and the name tag is consumed.

When a mob is named, it is excluded from the mob cap count.

Effects on various mobs:
* A named [[silverfish]] that goes into a block appears to lose its name because it is replaced by a newly generated unnamed silverfish when the block is broken.
* A baby (animal or villager) keeps its name when becoming an adult.
** A named [[villager]] keeps its name when transformed into a [[Zombie Villager|zombie villager]].
** A named zombie villager keeps its name when cured.
* [[Wandering Trader|Wandering trader]]s still despawn even if they are named, or in a [[minecart]] or [[boat]].
* A named [[wither]]'s boss bar displays its name instead of "Wither".
* Naming an [[ender dragon]] with commands also displays the name in the boss bar.

=== Limitations ===

Any mob can be named except for the [[ender dragon]] and [[player]]s.

A name tag can rename an [[armor stand]], though it does not show the nameplate above its head until <code>CustomNameVisible:1b</code> is set as an extra step.

{{control|Using|use}} a name tag on a villager renames the villager instead of opening the trading interface. A saddled pig is renamed instead of being ridden. Using a name tag on any other mob that can be interacted with performs the {{control|use}} action instead of being named. These mobs can be renamed if the player uses the name tag while crouching or standing in a [[nether portal]] because the portal suppresses the {{control|use}} action.

Once a name tag is used on a mob, it is impossible to remove the name of that mob without the use of commands or external modifications.

=== Behavior ===

Renamed mobs have their name displayed over their head in the same fashion as a mob named through a renamed [[spawn egg]]. Their names can be seen only if they are aimed at from four or fewer blocks away.

Mobs that are named using the name tag never despawn in the world, similar to tamed mobs.<ref>{{tweet|dinnerbone|327485109940916226}}</ref> The exceptions are [[wandering trader]]s or if the mob is hostile and the difficulty is switched to "[[Peaceful]]", causing any hostile mobs or any named hostile mobs to despawn immediately. 

If a renamed mob kills a player, the custom name is used in the death message in place of the mob type name. For instance, if a vindicator named "Johnny" kills a player, the death message is "Player was slain by Johnny". 

A renamed [[wither]] also has a renamed health bar, and the boss bar doesn't regenerate{{verify}}.

=== Easter eggs ===

* Any mob that receives the name "[[Easter eggs#Upside-down mobs|Dinnerbone]]" or "[[Easter eggs#Upside-down mobs|Grumm]]" is rendered upside down. This even includes the player in early versions of Bedrock Edition if the username is set to either of these and you are not signed into Xbox Live.
* Naming a [[sheep]] "[[Easter eggs#Jeb sheep|jeb_]]" causes its wool to fade between the dye colors, producing a rainbow effect. The [[wool]] that drops when the sheep is [[shear]]ed or killed is the original color of the sheep before the sheep was named.
* Naming a [[rabbit]] "[[Rabbit#Toast|Toast]]" causes it to have a special memorial skin of user xyzen420's girlfriend's [http://www.reddit.com/r/minecraftsuggestions/comments/27hjog/to_themogminer_my_bunny_is_missing_please_help_me/ missing rabbit].
* Naming a [[vindicator]] "Johnny" causes it to be aggressive and attack all [[mob]]s including the wither (except [[ghast]]s and other [[illager]]s). The hostility even extends to [[Ravager|ravagers]] in [[Java Edition|''Java Edition'']], as the "Johnny" vindicator can also attack the ravager while it's riding it.

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

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Name Tag
|spritetype=item
|nameid=name_tag
|id=548
|form=item
|foot=1}}

== History ==

{{History|java}}
{{History||1.6.1|snap=13w16b|[[File:Name Tag JE1 BE1.png|32px]] Added name tags. They can now be found in [[dungeon]] [[chest]]s.}}
{{History|||snap=13w25a|A [[mob]] named "Dinnerbone" or "Grumm" now renders upside down.}}
{{History||1.7.2|snap=13w36a|Name tags can now rarely be acquired by [[fishing]], making them [[renewable resource|renewable]].}}
{{History||1.7.4|snap=13w48b|A sheep named "jeb_" now fades between the [[dye]] colors.}}
{{History||1.8|snap=14w02a|Name tags can now be [[trading|bought]] from librarian [[villager]]s, at 20–22 [[emerald]]s for 1 name tag.}}
{{History|||snap=14w27a|[[Rabbit]]s have been added and naming one "Toast" gives it a special memorial skin.}}
{{History||1.9|snap=15w44a|Added name tags to [[mineshaft]] [[chest]]s.
|The average yield of name tags in [[dungeon]] chests has been decreased.}}
{{History||1.11|snap=16w39a|Name tags can now be found in the new [[woodland mansion]] chests.
|Added [[vindicator]]s, which attack almost all mobs if named "Johnny".}}
{{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 421.}}
{{History||1.14|snap=18w43a|[[File:Name Tag JE2 BE2.png|32px]] The texture of name tags has been changed.}}
{{History||1.19|snap=Deep Dark Experimental Snapshot 1|Name tags now generate in [[ancient city]] chests.}}

{{History|pocket alpha}}
{{History||v0.15.0|snap=build 1|[[File:Name Tag JE1 BE1.png|32px]]  Added name tags, and a new "Name" Interact button.
|A [[mob]] named "Dinnerbone" or "Grumm" renders upside down.
|A [[sheep]] named "jeb_" fades between the [[dye]] colors.
|Naming a [[rabbit]] "Toast" gives it a special memorial skin.}}
{{History|pocket}}
{{History||1.0.4|snap=alpha 1.0.4.0|Name tags can now be [[trading|bought]] from librarian [[villager]]s for 20-22 [[emerald]]s as their last tier trade.}}
{{History||1.1.0|snap=alpha 1.1.0.0|Naming a [[vindicator]] "Johnny" now makes it hostile to any [[mob]], except other [[illager]]s.
|Name tags can now be found in [[woodland mansion]]s.}}
{{History|bedrock}}
{{History||1.4.0|snap=beta 1.2.14.2|Name tags can now be found in buried treasure [[chest]]s.}}
{{History||1.10.0|snap=beta 1.10.0.3|[[File:Name Tag JE2 BE2.png|32px]] The texture of name tags has been changed.}}
{{History||1.11.0|snap=beta 1.11.0.4|Name tags [[trading|sold]] by librarian [[villager]]s now cost 20 [[emerald]]s.}}

{{History|console}}
{{History||xbox=TU19|xbone=CU7|ps=1.12|wiiu=Patch 1|[[File:Name Tag JE1 BE1.png|32px]] Added name tags.}}
{{History|PS4}}
{{History||1.90|[[File:Name Tag JE2 BE2.png|32px]] The texture of name tags has been changed.}}

{{History|3ds}}
{{History||0.1.0|[[File:Name Tag JE1 BE1.png|32px]] Added name tags.}}
{{History|foot}}

== Issues ==
{{issue list}}

== Trivia ==
* Name tags were added at the request of [https://www.youtube.com/user/paulsoaresjr/ Paulsoaresjr].<ref>{{tweet|paulsoaresjr|326865482839883777}}</ref><ref>{{tweet|Dinnerbone|326812168630722561}}</ref>
* A stack of up to 64 name tags can be renamed at once. The cost is 1 [[experience]] level per stack, regardless of how many name tags were stacked.
* To name a [[mob]] “Name Tag” the player must give the name tag a random name, then rename it back to “Name Tag”.
* A [[villager]] with a name tag turned into a [[zombie villager]] by a [[zombie]] with a name tag does not despawn, but a villager with a name tag turned into a zombie by a zombie without a name tag does despawn.
* It is impossible to have a rainbow [[sheep]] upside-down, because it is impossible for it to be named “Jeb_” and “Dinnerbone” at the same time.

== Gallery ==
<gallery>
NameTag2.png|To use a name tag, the [[player]] must first rename it using an [[anvil]].
NameTag1.png|A [[wolf]] that has been renamed using a name tag.
RenamedCreeper.png|A [[creeper]] renamed using the name tag.
RenamedWither.png|A [[Wither Boss|wither]] renamed using a name tag. The custom name takes place of "Wither" over the [[health bar]] as well.
YoYo.png|How to use "Grumm" and "Dinnerbone" name tag [[easter egg]] and [[lead]] to make another animal Yo-yo.
Grumm Horse.png|A [[horse]] using the "Grumm" or "Dinnerbone" easter egg to be rendered upside-down.
MineshaftNameTag.png|Name Tag found in a mineshaft chest.
Pocket Edition Name Tag.jpg|First image of a name tag in bedrock edition.
</gallery>

== See also ==
* [[Spawn Egg]]

== References ==
{{reflist}}

== External Links ==
*[https://www.minecraft.net/en-us/article/taking-inventory--name-tag Taking Inventory: Name Tag] – Minecraft.net on March 15, 2019

{{items}}

[[de:Namensschild]]
[[es:Etiqueta]]
[[fr:Étiquette]]
[[it:Targhetta]]
[[ja:名札]]
[[ko:이름표]]
[[nl:Naamkaartje]]
[[pl:Znacznik]]
[[pt:Etiqueta]]
[[ru:Бирка]]
[[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>
12w16a/give is now usable in singleplayer.
1.4.2
{{Extension DPL}}<ul><li>[[Water Bucket|Water Bucket]]<br/>{{Item
| title = Water Bucket
| renewable = Yes
| image = Water Bucket.png
| stackable = No
}}

A '''water bucket''' is a [[bucket]] filled with [[water]].

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

{{control|Using}} an empty bucket on a [[cauldron]] filled with water (water level 3) empties the cauldron and fills the bucket.

Water buckets can also be filled by placing an empty one in the fuel slot of a [[furnace]], and a wet [[sponge]] into the oven slot. The bucket is filled when the [[smelting]] process completes, which also leaves the sponge dry and ready to be reused.

=== Chest Loot ===

{{LootChestItem|water-bucket}}

== Usage ==
{{Control|Using}} a water bucket on a solid block places a water source block against that block, emptying the bucket; using a water bucket on a [[waterlogging|waterloggable]] block waterlogs the block. In [[the Nether]], however, the water evaporates, making a fire extinguishing sound and displays smoke particles while nothing gets placed.

=== Dispensers ===
A [[dispenser]] can be loaded with a water bucket, and when activated it places a water block directly before it, emptying the bucket. A dispenser loaded with an empty bucket and a water source right in front of it draws the source into the bucket when activated.

=== Cauldrons ===
A single water bucket can fill a [[cauldron]], and using an empty bucket on a water-filled cauldron fills the bucket. Empty buckets cannot be filled from partly-filled cauldrons.

=== Filling bucket with mobs ===
Water buckets can be used on a [[fish]], [[axolotl]] or [[tadpole]] to create a [[bucket of aquatic mob]].

=== Transportation ===
{{main|Tutorials/Elevators#Water elevators}}
Water buckets can be used as a means of quickly descending great heights in the [[Overworld]] and [[the End]], either by creating a waterfall or using the water bucket while falling to create a safe water landing.

Water buckets can also be used to climb vertical surfaces anywhere but [[the Nether]] by repeatedly creating higher waterfalls from the bottom and swimming up them.

== Sounds ==
{{el|je}}:
{{Sound table
|sound=Fill water bucket1.ogg
|sound2=Fill water bucket2.ogg
|sound3=Fill water bucket3.ogg
|subtitle=Bucket fills
|source=player
|description=When a bucket is filled with water
|id=item.bucket.fill
|translationkey=subtitles.item.bucket.fill
|volume=1.0
|pitch=1.0
|distance=16}}
{{Sound table
|sound=Empty water bucket1.ogg
|sound2=Empty water bucket2.ogg
|sound3=Empty water bucket3.ogg
|subtitle=Bucket empties
|source=block
|description=When the bucket is placed
|id=item.bucket.empty
|translationkey=subtitles.item.bucket.empty
|volume=1.0 <ref group=sound>Except for the second copy of {{cd|empty1}}, which is 0.9</ref>
|pitch=1.0
|distance=16
|foot=1}}

{{el|je}}:
{{Sound table
|type=bedrock
|sound=Fill water bucket1.ogg
|sound2=Fill water bucket2.ogg
|sound3=Fill water bucket3.ogg
|source=block
|description=When a bucket is filled with water
|id=bucket.fill_water
|volume=1.0
|pitch=1.0}}
{{Sound table
|sound=Empty water bucket1.ogg
|sound2=Empty water bucket2.ogg
|sound3=Empty water bucket3.ogg
|source=block
|description=When a water bucket is emptied
|id=bucket.empty_water
|volume=1.0
|pitch=1.0}}
{{Sound table
|rowspan=2
|sound=Water Splash Old.ogg
|source=block
|description=When a water bucket is placed in a cauldron<wbr><ref group=sound name=bucketsplash>{{Bug|MCPE-135919}}</ref>
|id=cauldron.fillwater
|volume=0.1
|pitch=1.0}}
{{Sound table
|source=block
|description=When a water bucket is removed from a cauldron<wbr><ref group=sound name=bucketsplash/>
|id=cauldron.takewater
|volume=0.1
|pitch=1.0
|foot=1}}

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

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|showaliasids=y
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Water Bucket
|spritetype=item
|nameid=water_bucket
|aliasid=bucket / 8
|id=362
|form=item
|translationkey=item.bucketWater.name
|foot=1}}

== Advancements ==
{{load advancements|Tactical fishing;The Cutest Predator;Bukkit bukkit}}

==History==
{{History|java infdev}}
{{History||20100615|[[File:Water Bucket JE1 BE1.png|32px]] Added water buckets.}}
{{History|java alpha}}
{{History||v1.2.6|{{control|use|text=Using}} a water bucket on [[block]]s with GUIs ([[chest]]s, [[furnace]]s, etc.) no longer places the water.}}
{{History|java}}
{{History||1.0.0|snap=Beta 1.9 Prerelease 2|Water buckets can now be used to fill [[cauldron]]s.}}
{{History||1.3.1|snap=12w15a|[[Dispenser]]s have now been given the ability to dispense water buckets. They can also collect if activated again.}}
{{History||1.8|snap=14w25a|A water bucket is now shown as the icon when [[water]] is used as a layer in [[Superflat]].}}
{{History|||snap=14w25b|[[Smelting]] a wet [[sponge]] while an empty bucket is in the fuel slot fills the bucket with water.}}
{{History||1.9|snap=15w44a|A full [[cauldron]] can now be emptied with a bucket, yielding a water bucket.}}
{{History|||snap=15w50a|Added sounds for collecting and pouring water using a bucket.}}
{{History||1.13|snap=17w47a|Prior to the ''[[Flattening]]'' this item's numerical ID was 326.}}
{{History|||snap=18w08b|Water buckets can now be used to pick up [[fish]] mobs.}}
{{History||1.14|snap=18w43a|[[File:Water Bucket JE2 BE2.png|32px]] The texture of water buckets has now been changed.
|Water buckets can now suck up liquids directly adjacent to the side they are facing. How this works is unknown, given the water bucket clearly already contains a liquid.}}
{{History|||snap=18w48a|Water buckets can now be found in [[chest]]s in [[village]] fishing cottages.}}
{{History|||snap=19w02a|Water buckets can now be used to put out [[campfire]]s.}}
{{History||1.17|snap=20w51a|Water buckets can now be used to collect [[axolotl]]s.}}
{{History||1.19|snap=22w11a|Water buckets can now be used to collect [[tadpole]]s.}}
{{History||1.19.3|snap=22w45a|Water buckets can now be emptied into [[waterlogging|waterlogged]] blocks, instead of placing water against them.<ref>{{bug|MC-127110|||Fixed}}</ref>}}
{{History|upcoming java}}
{{History||Villager Trade Rebalance<br>(Experimental)|link=Java Edition 1.20.2|snap=23w31a|[[Wandering trader]]s now have a chance to [[trading|buy]] a water bucket from the player.}}

{{History|pocket alpha}}
{{History||v0.7.0|[[File:Water Bucket JE1 BE1.png|32px]] Added water buckets.
|Water buckets were simply called "Bucket".}}
{{History||v0.7.4|Water buckets no longer stack to 64.}}
{{History||v0.14.0|snap=build 1|Dispensers can now shoot out water from water buckets.}}
{{History|bedrock}}
{{History||1.4.0|snap=beta 1.2.14.2|Water buckets can now be used to pick up [[fish mob]]s.
|Moved all bucket items, including water 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.10.0|snap=beta 1.10.0.3|[[File:Water Bucket JE2 BE2.png|32px]] The texture of water buckets has now been changed.}}
{{History||1.16.100|snap=beta 1.16.100.56|The ID of water buckets has been changed from <code>bucket/8</code> to <code>water_bucket</code>.}}
{{History||1.17.0|snap=beta 1.16.230.52|Water buckets can now be used to collect [[axolotl]]s.}}
{{History||1.18.10|snap=beta 1.18.10.24|Water buckets can now be used to collect [[tadpole]]s behind the "Wild Update" experimental toggle.}}

{{History|console}}
{{History||xbox=TU1|xbone=CU1|ps=1.0|wiiu=Patch 1|switch=1.0.1|[[File:Water Bucket JE1 BE1.png|32px]] Added water buckets.}}
{{History||xbox=TU9|[[Dispenser]]s have now been given the ability to shoot out the [[liquids]] inside water buckets. They can also suck up the liquids if activated again, but a bug prevents the empty [[bucket]] from being filled. Whether this was ever fixed is unknown.}}
{{History||xbox=none|xbone=none|ps=1.90|wiiu=none|switch=none|[[File:Water Bucket JE2 BE2.png|32px]] The texture of water buckets has now been changed.}}

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

==Issues==
{{issue list}}

==Gallery==
<gallery>
Water Bucket SDGP.png|Water bucket in the [[Super Duper Graphics Pack]].
</gallery>

==References==
{{Reflist}}

{{Items}}

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

[[de:Wassereimer]]
[[ja:水入りバケツ]]
[[pt:Balde de água]]
[[th:ถังน้ำ]]
[[uk:Відро води]]
[[zh:水桶]]</li><li>[[Emerald|Emerald]]<br/>{{About|the item|the currency in ''Minecraft Dungeons''|MCD:Emerald|the skin|MCD:Emerald (skin)|the ore|Emerald Ore|the mineral block|Block of Emerald}}
{{Item
| image = Emerald.png
| renewable =  Yes
| stackable = Yes (64)
| rarity = Common}}
'''Emeralds''' are rare minerals that are used primarily as the currency for [[trading]] with [[villager]]s and [[wandering trader]]s. Naturally-occurring emeralds are rarer than [[diamond]]s.

== Obtaining ==

=== Trading (how emerald is renewable) ===
{{main|Trading}}
Emeralds can be obtained by trading with [[villager]]s, since they are the currency that villagers use for trading. Villagers either buy or sell specific goods for emeralds. Some villagers trade stuff that is renewable with emerald.

=== Mining ===
[[Emerald ore]] drops one emerald when mined using an iron or better [[pickaxe]]. If the pickaxe is enchanted with [[Fortune]], it may drop an extra emerald per level of Fortune, up to a maximum of 4 emeralds with Fortune III. If the ore is mined using a pickaxe enchanted with [[Silk Touch]], it drops itself in ore form instead of an emerald.

=== Crafting ===

{{Crafting
|Block of Emerald
|Output= Emerald,9
|type= Material
}}

=== Smelting ===

{{Smelting
|Emerald Ore; Deepslate Emerald Ore
|Emerald
|1
}}

=== Natural generation ===
{{see also|Emerald Ore#Natural generation}}

Emeralds can generate in [[chest]]s in some [[village]] houses or other generated [[Generated structures|structures]].

{{needs update|inaccurate=1|section=1}}
{{LootChestItem|emerald}}

=== Drops ===
[[Vindicator]]s and [[evoker]]s drop 0–1 emeralds upon death. [[Looting]] increases the maximum emerald drop by one per level, for a maximum of 4 emeralds with Looting III.

[[Fox]]es that are holding emeralds also have a chance of 100% to drop the emerald they are holding upon death. Alternatively, the player can drop a food item to entice the fox to drop the emerald without killing it.

{{IN|bedrock}}, vindicators and [[pillager]]s spawned from [[raids]] can drop 0–1 emeralds. Depending on difficulty, vindicators and pillagers spawned from raids also have a chance of dropping additional emeralds. There is a 65% chance of dropping on easy and normal, and an 80% chance of dropping on hard. If this additional drop condition is met, different emerald counts can drop with different chances. There is a {{frac|10|39}} chance to drop an additional 0–1 emeralds, a {{frac|5|39}} chance to drop an additional 2–3, and a {{frac|2|39}} chance to drop an additional 4–5.

{{IN|bedrock}}, with Looting III, it is possible for a vindicator in a raid to drop up to 16 emeralds upon death (vindicator drops + raid drops + an additional drop<!-- emerald from 2/39 chance-->).

== Usage ==

=== Trading ===

{{main|Trading}}

Emeralds are primarily used as currency for [[trading]] with villagers and wandering traders. Trading is typically a faster way to obtain emeralds than by mining, as an emerald ore is rarer than a diamond ore.

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

===Beacons===

Emeralds can be used to select powers from a [[beacon]]. The player must select one of the available powers and then insert an emerald into the item slot. 

An emerald can be substituted for an [[iron ingot]], a [[gold ingot]], a [[diamond]] or a [[netherite ingot]] in a beacon.

=== Smithing ingredient ===
{{Smithing
|head=1
|ingredients=Any Armor Trim +<br/>Any Armor Piece + <br/>Emerald
|Any Armor Trim Smithing Template
|Netherite Chestplate
|Emerald
|Emerald Trim Netherite Chestplate
|showdescription=1
|description = All armor types can be used in this recipe,<br/>a netherite chestplate is shown as an example.
|tail=1
}}

;Trim color palette
The following color palette is shown on the designs on trimmed armor:
*{{TrimPalette|emerald}}

== Achievements ==

{{load achievements|The Haggler;Buy Low;Master Trader}}

== Advancements ==
{{load advancements|What a Deal!}}

== Data values ==
=== ID ===
{{edition|java}}:
{{ID table
|edition=java
|showitemtags=y
|showforms=y
|generatetranslationkeys=y
|displayname=Emerald
|spritetype=item
|nameid=emerald
|itemtags=beacon_payment_items
|form=item
|foot=1}}

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Emerald
|spritetype=item
|nameid=emerald
|id=512
|form=item
|foot=1}}

== History ==

{{History|java indev}}
{{History||0.31|snap=20100129|Added [[diamond]]s, referred to as emeralds in the code.}}
{{History|java}}
{{History||May 21, 2012|link={{tweet|jeb_|204619936616808451}}|[[File:Ruby pJE20120521.png|32px]] [[Jens Bergensten|Jeb]] released a screenshot of himself testing the [[trading]] system. At this time, what would become emeralds were [[History_of_textures/Unused_textures#Ruby|rubies]].<ref>http://www.minecraftforum.net/topic/1621716-15-new-blocksitems/#entry19977082</ref>}}
{{History||1.3.1|snap=12w21a|[[File:Emerald JE1 BE1.png|32px]] Added emeralds and [[emerald ore]].
|Emeralds can be [[trading|traded]] with [[villager]]s in exchange for different [[item]]s.
|Added [[desert temple]]s, with a hidden [[chest]] room and loot containing emeralds.
|[[File:Ruby JE1 BE1.png|32px]] The texture of [[History_of_textures/Unused_textures#Ruby|rubies]] can be found in the (at this time unused) file {{cd|items.png}}.<ref name="en_US 12w21">Snapshot 12w21a/b ''lang/en_US.lang'': '''item.ruby.name=Ruby'''</ref>}}
{{History|||snap=12w22a|[[Block of emerald]] has now been added, which is [[crafting|crafted]] from nine emeralds and can be placed as a decorative [[block]].
|Added [[jungle temple]]s, which contain loot [[chest]]s with emeralds.}}
{{History||1.4.2|snap=12w32a|As [[zombie villager]]s can now spawn and be cured, emeralds can now still be obtained in [[trading|trades]] even if [[generated structures]] are disabled.}}
{{history||1.9|snap=15w31a|Emeralds now generate in [[end city]] ship [[chest]]s.}}
{{history|||snap=15w43a|Emeralds now generate in [[igloo]] basement chests.}}
{{history|||snap=15w44a|The average yield of emeralds in [[desert temple]] chests has now been increased.}}
{{History||1.11|snap=16w39a|Added [[vindicator]]s and [[evoker]]s, which drop emeralds if killed by a player.}}
{{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 388.}}
{{History|||snap=18w09a|Emeralds can now generate in the loot [[chest]]s of [[underwater ruins]].}}
{{History|||snap=18w10a|Emeralds can now generate in [[buried treasure]] chests.}}
{{History|||snap=18w11a|Emeralds can now generate in the chests of [[shipwreck]]s.}}
{{History||1.14|snap=18w43a|[[File:Emerald JE2 BE2.png|32px]] The texture of emeralds has now been changed.
|Added [[pillager]]s, which can [[drops|drop]] emeralds.}}
{{History|||snap=18w46a|Pillagers no longer drop emeralds.}}
{{History|||snap=18w48a|Emeralds now generate in chests in [[village]] tanneries, fisher cottages and plains village houses.}}
{{History|||snap=18w49a|Emeralds now generate in chests in [[village]] shepherd houses, mason houses, butcher shops, and savanna and snowy village houses.}}
{{History|||snap=18w50a|Emeralds now generate in chests in [[village]] fletcher houses, temples, and desert and taiga village houses.}}
{{History|||snap=19w07a|Added [[fox]]es, which sometimes spawn with emeralds in their mouths.}}
{{History|||snap=19w08a|[[File:Emerald JE3 BE3.png|32px]] The texture of emeralds has now been changed, once again and it looks smaller.}}
{{History||1.17|snap=21w13a|The unused [[History_of_textures/Unused_textures#Ruby|rubies]] texture was removed.}}
{{History||1.20<br>(Experimental)|link=1.19.4|snap=23w04a|Emeralds can now be used as an armor trim material.}}
{{History|||snap=23w07a|Emeralds now drop when brushing [[suspicious sand]] in [[desert pyramid]]s or [[desert well]]s.}}
{{History||1.20|snap=23w12a|The probability for the emerald to generate in the [[suspicious sand]] in [[desert temple]] and in [[desert well]] has been changed from 1/7 to 1/8.|Emerald can now be found in [[suspicious gravel]] and [[suspicious sand]] in cold and warm [[ocean ruins]] and in [[trail ruins]].}}
{{History|||snap=23w16a|Emerald 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]]; emerald now is in the common loot.}}

{{History|pocket alpha}}
{{History||v0.9.0|snap=build 1|[[File:Emerald JE1 BE1.png|32px]] Added emeralds.}}
{{History|||snap=build 5|Emeralds can now be used to craft [[blocks of emerald]].}}
{{History||v0.13.0|snap=build 1|Emeralds can now be found inside [[desert temple]] [[chest]]s.}}
{{History||v0.15.0|snap=build 1|Added [[jungle temple]]s, which contain loot chests with emeralds.}}
{{History||v0.16.0|snap=build 1|Emeralds can now be used to power [[beacon]]s.}}
{{History|pocket}}
{{History||1.0.0|snap=alpha 0.17.0.1|Emeralds can now be found in [[end city]] ship [[chest]]s.
|Emeralds can now be found in [[igloo]] basement chests.}}
{{History||1.0.4|snap=alpha 1.0.4.0|Emeralds are now used as "currency" for [[villager]] [[trading]].}}
{{History||1.1.0|snap=alpha 1.1.0.0|Added [[evoker]]s and [[vindicator]]s, which [[drops|drop]] emeralds when killed.}}
{{History|bedrock}}
{{History||1.4.0|snap=beta 1.2.14.2|Emeralds can now be found in some [[shipwreck]] [[chest]]s.}}
{{History|||snap=beta 1.2.20.1|Emeralds can now be found inside [[underwater ruins]] chests.}}
{{History||1.10.0|snap=beta 1.10.0.3|Emeralds can now be used to [[trading|buy]] items from [[wandering trader]]s.
|Emeralds can now be found in [[plains]] [[village]] house and tannery [[chest]]s.
|[[File:Emerald JE2 BE2.png|32px]] The texture of emeralds has now been changed.}}
{{History||1.11.0|snap=beta 1.11.0.1|Emeralds can now be found in [[village]] [[chest]]s other than [[plains]].}}
{{History|||snap=beta 1.11.0.4|[[Vindicator]]s and [[pillager]]s that spawn from [[raid]]s can now [[drops|drop]] bonus emeralds.}}
{{History|||snap=beta 1.11.0.5|[[File:Emerald JE3 BE3.png|32px]] The texture of emeralds has now been changed, once again.}}
{{History||1.13.0|snap=beta 1.13.0.1|Added [[fox]]es, which can [[drops|drop]] emeralds.}}
{{History||Next Major Update<br>(Experimental)|link=Bedrock Edition 1.19.70|snap=beta 1.19.70.23|Emeralds now drop when brushing [[suspicious sand]] in [[desert pyramid]]s or [[desert well]]s.}}
{{History|||snap=beta 1.19.80.21|Emeralds 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:Emerald JE1 BE1.png|32px]] Added emeralds.}}
{{History|Ps4}}
{{History||1.90|[[File:Emerald JE2 BE2.png|32px]] The texture of emeralds has now been changed.}}

{{History|new3DS}}
{{History||0.1.0|[[File:Emerald JE1 BE1.png|32px]] Added emeralds.}}
{{History|foot}}

== Issues ==

{{issue list}}

== Gallery ==

<gallery>
Villager trading preview.png|The first image of the trading system released by [[Jeb]]. What would become emeralds can be seen in the [[inventory]] space.
Emerald Ore 12w21a.png|A wall of [[emerald ore]] utilizing a previous texture in snapshot [[12w21a]].
Room of Emeralds.png|All forms of emeralds in one photo: emerald (in the form of [[emerald block|block]], [[emerald ore|ore]] and the emerald itself).
</gallery>

==Trivia==

*The [[History_of_textures/Unused_textures#Ruby|ruby]] was going to be the [[villager]] currency but was changed to emeralds before the update's release.

== References ==

{{Reflist}}

{{Items}}

[[Category:Renewable resources]]

[[cs:Smaragd]]
[[de:Smaragd]]
[[es:Esmeralda]]
[[fr:Émeraude]]
[[hu:Smaragd]]
[[it:Smeraldo]]
[[ja:エメラルド]]
[[ko:에메랄드]]
[[nl:Smaragd]]
[[pl:Szmaragd]]
[[pt:Esmeralda]]
[[ru:Изумруд]]
[[th:มรกต]]
[[tr:Zümrüt]]
[[uk:Смарагд]]
[[zh:绿宝石]]</li></ul>
12w38a/give now gives items directly to the player instead of dropping them from the player.
1.5
{{Extension DPL}}<ul><li>[[:Category:Food|Category:Food]]<br/>

[[Category:Items]]

[[cs:Kategorie:Potraviny]]
[[fr:Catégorie:Nourriture]]
[[hu:Kategória:Ételek]]
[[zh:Category:食物]]</li><li>[[Light Gray Dye|Light Gray Dye]]<br/>{{Item
| image = Light Gray Dye.png
| renewable = Yes
| stackable = Yes (64)
}}
'''Light gray dye'''{{fn|Known as '''Light Grey Dye''' in British, Canadian, Australian, and New Zealand English variants.}} is a [[Dyeing#Primary Colors|quasi-primary dye]].

== Obtaining ==

=== Crafting ===

{{Crafting
  |head=1
  |showname=0
  |showdescription=1
  |Azure Bluet;Oxeye Daisy;White Tulip
  |Output=Light Gray Dye
  |type=Material
}}
{{Crafting
  |Black Dye
  |White Dye
  |White Dye
  |Output=Light Gray Dye,3
  |type=Material
  |description={{IN|bedrock}}, the black and white dye can be replaced with [[ink sac]]s and [[bone meal]], respectively.
}}
{{Crafting
  |Gray Dye
  |White Dye
  |Output=Light Gray Dye,2
  |type=Material
  |description={{IN|bedrock}}, the white dye can be replaced with [[bone meal]].
  |foot=1
}}

=== Trading ===

[[Wandering trader]]s sell 3 light gray dye for an [[emerald]].

== Usage ==

{{dye usage}}

=== Crafting ingredient ===

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

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

=== Trading ===
Expert-level shepherd villagers have {{frac|1|6}} chance to buy 12 light gray dye for an emerald.

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

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|showaliasids=y
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Light Gray Dye
|spritetype=item
|nameid=light_gray_dye
|aliasid=dye / 7
|id=402
|form=item
|translationkey=item.dye.silver.name
|foot=1}}

== Video ==

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

== History ==

{{History|java beta}}
{{History||1.2|[[File:Light Gray Dye JE1 BE1.png|32px]] Added light 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|Light gray dye can now be [[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|Light gray dye is now crafted using [[white dye|white]] and [[black dye]]s, instead of [[bone meal]] and [[ink sac]]s.
|[[File:Light Gray Dye JE2 BE2.png|32px]] The texture of light gray dye has now been changed.}}
{{History|||snap=18w44a|Light gray dye can now change the text color on [[sign]]s to light gray.}}
{{History|||snap=19w05a|Added the [[wandering trader]], which sells light gray dye.}}
{{History|||snap=19w11a|Light gray dye can now be [[trading|bought]] by shepherd villagers.}}
{{History||1.17|snap=20w45a|Light gray dye can now be used to craft [[light gray candle]]s.}}
{{History|||snap=21w19a|Light gray dye can no longer be used to craft light gray candles.}}
{{History|||snap=Pre-release 1|Light gray dye can now once again be used to craft light gray candles.}}
{{History||1.20<br>(Experimental)|link=1.19.3|snap=22w42a|Light gray dye can now change the text color on [[hanging sign]]s to light gray.}}

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

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

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

== Issues ==

{{issue list}}

== Trivia ==

* In [[Bedrock Edition]], Some items/blocks' Block states/Item NBT uses '''Silver''' instead of '''Light Gray''' 

== Notes ==
{{fnlist}}

{{Items}}

[[Category:Dyes]]

[[cs:Světle šedé barvivo]]
[[de:Hellgrauer Farbstoff]]
[[es:Tinte gris claro]]
[[fr:Teinture gris clair]]
[[hu:Világosszürke festék]]
[[ja:薄灰色の染料]]
[[ko:회백색 염료]]
[[nl:Lichtgrijze kleurstof]]
[[pl:Jasnoszary barwnik]]
[[pt:Corante cinza-claro]]
[[ru:Светло-серый краситель]]
[[zh:淡灰色染料]]
[[Category:Renewable resources]]</li></ul>
13w04a/give now accepts data value as the fourth argument.
1.7.2
{{Extension DPL}}<ul><li>[[Blaze Powder|Blaze Powder]]<br/>{{Item‎
| image = Blaze Powder.png
| renewable = Yes
| stackable = Yes (64)
}}

'''Blaze powder''' is an item made from a [[blaze rod]], which is dropped by a [[blaze]] when killed. Its main uses are to fuel [[brewing stand]]s, to brew [[strength]] [[potions]], and to make [[eyes of ender]] to take the player to [[the End]].

== Obtaining ==

=== Crafting ===
{{Crafting
|Blaze Rod
|Output= Blaze Powder,2
|type= Brewing
}}

== Usage ==

=== Crafting Ingredient ===

{{crafting usage}}

=== Brewing stand fuel ===
In addition to being a [[brewing]] ingredient, blaze powder is needed to fuel a [[brewing stand]]. Each piece of blaze powder can brew up to 20 batches of [[Potion|potions]].

=== Brewing ingredient ===
{{brewing
  |showname=1
  |head=1
  |Blaze Powder
  |Mundane Potion
  |base=Water Bottle
}}
{{brewing
  |foot=1
  |Blaze Powder
  |Potion of Strength
}}

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

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Blaze Powder
|spritetype=item
|nameid=blaze_powder
|id=429
|form=item
|foot=1}}

== Video ==

{{Video note|This video does not mention that blaze powder must be used to fuel [[brewing stand]]s.|minor}}

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

==History==
{{History|java}}
{{History||1.0.0|snap=Beta 1.9 Prerelease 2|[[File:Blaze Powder JE1.png|32px]] Added blaze powder.
|Blaze powder can be used to craft [[eyes of ender]] and [[magma cream]].}}
{{History|||snap=Beta 1.9 Prerelease 3|Blaze powder can now be [[brewing|brewed]] in a [[water bottle]] to create a [[mundane potion]], or in an [[awkward potion]] to create a [[potion of Strength]].}}
{{History||1.2.1|snap=12w04a|Blaze powder can now be used to craft [[fire charge]]s.}}
{{History||1.3.1|snap=1.3|[[File:Blaze Powder JE2 BE1.png|32px]] The texture of blaze powder has been changed.}}
{{History||1.9|snap=15w42a|Blaze powder is now required to operate a [[brewing stand]].}}
{{History|||snap=15w43a|Blaze powder now [[fuel]]s 20 operations rather than 30.}}
{{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 377.}}

{{History|pocket alpha}}
{{History||v0.12.1|snap=build 1|[[File:Blaze Powder JE2 BE1.png|32px]] Added blaze powder.
|Blaze powder can be used to craft [[magma cream]].
|Blaze powder is used as an ingredient to brew [[potion]]s.}}
{{History||v0.15.0|snap=build 1|Blaze powder is now used to craft [[fire charge]]s.}}
{{History|pocket}}
{{History||1.0.0|snap=alpha 0.17.0.1|Blaze powder is now used to craft [[eyes of ender]].}}
{{History|bedrock}}
{{History||1.2.0|snap=beta 1.2.0.2|Blaze powder is now required to operate a [[brewing stand]].}}

{{History|console}}
{{History||xbox=TU7|xbone=CU1|ps=1.00|wiiu=Patch 1|switch=1.0.1|[[File:Blaze Powder JE2 BE1.png|32px]] Added blaze powder.}}
{{History||xbox=TU46|xbone=CU36|ps=1.38|wiiu=Patch 15|Blaze powder is now required to operate a [[brewing stand]].}}

{{History|New 3DS}}
{{History||0.1.0|[[File:Blaze Powder JE2 BE1.png|32px]] Added blaze powder.}}
{{History|foot}}

== Issues ==
{{issue list}}

== See also ==
* [[The Nether]]
* [[Potions]]

== External Links ==
*[https://www.minecraft.net/en-us/article/taking-inventory--blaze-powder Taking Inventory: Blaze Powder] – Minecraft.net on November 25, 2021

{{Items}}

[[Category:Renewable resources]]

[[cs:Ohnivý prach]]
[[de:Lohenstaub]]
[[es:Polvo de blaze]]
[[fr:Poudre de Blaze]]
[[hu:Őrlángpor]]
[[ja:ブレイズパウダー]]
[[ko:블레이즈 가루]]
[[nl:Blazepoeder]]
[[pl:Płomienny proszek]]
[[pt:Pó de blaze]]
[[ru:Огненный порошок]]
[[th:ผงปีศาจไฟ]]
[[zh:烈焰粉]]</li><li>[[:Category:Combat|Category:Combat]]<br/>[[Category:Items]]

[[fr:Catégorie:Combat]]
[[zh:Category:武器]]</li></ul>
13w36aAdded dataTag argument to /give.
1.8
{{Extension DPL}}<ul><li>[[:Category:Minecraft Legends resources|Category:Minecraft Legends resources]]<br/>[[Category:Minecraft Legends]]
[[Category:Items]]
[[pt:Categoria:Recursos do Minecraft Legends]]</li><li>[[Hoe|Hoe]]<br/>{{Item
| image = <gallery>
Wooden Hoe.png | Wooden
Stone Hoe.png | Stone
Iron Hoe.png | Iron
Golden Hoe.png | Golden
Diamond Hoe.png | Diamond
Netherite Hoe.png | Netherite
</gallery>
|rarity = Common
|renewable = 
* '''Netherite''': No 
* '''All others''': Yes
| durability = 
* Wood: 59
* Stone: 131
* Iron: 250
* Golden: 32
* Diamond: 1561
* Netherite: 2031
| stackable = No
}}

A '''hoe''' is a [[tool]] used to harvest certain plant-based or organic blocks more quickly, as well as to till most types of [[Dirt (disambiguation)|dirt]] into [[farmland]] and convert [[Coarse Dirt|coarse dirt]] and [[Rooted Dirt|rooted dirt]] to regular [[dirt]].

== Obtaining ==

=== Crafting ===

{{Crafting
|head=1
|showname=0
|showdescription=1
|name=[[Hoe]]
|A1= {Any Planks}; Iron Ingot; Gold Ingot; Diamond
|B1= {Any Planks}; Iron Ingot; Gold Ingot; Diamond
|B2= Stick
|B3= Stick
|Output=Wooden Hoe; Iron Hoe; Golden Hoe; Diamond Hoe
|type=Tool
}}
{{Crafting
|name=[[Stone Hoe]]
|A1=Any stone-tier block |B1=Any stone-tier block
|B2=Stick
|B3=Stick
|Output=Stone Hoe
|type=Tool
||description=Can use cobblestone and its other variants interchangeably.
}}
{{Crafting
  |foot=1
  |ignoreusage=1
  |name=[[Hoe]]
  |ingredients=Damaged Matching Hoe
  |Damaged Wooden Hoe; Damaged Stone Hoe; Damaged Iron Hoe; Damaged Golden Hoe; Damaged Diamond Hoe; Damaged Netherite Hoe
  |Damaged Wooden Hoe; Damaged Stone Hoe; Damaged Iron Hoe; Damaged Golden Hoe; Damaged Diamond Hoe; Damaged Netherite Hoe
  |Output=Wooden Hoe; Stone Hoe; Iron Hoe; Golden Hoe; Diamond Hoe; Netherite Hoe
  |description= The durability of the two hoes is added together, plus an extra 5% durability.
  |type= Tool
}}

=== Upgrading ===
Like other diamond tools, a diamond hoe can be upgraded to a netherite hoe, increasing its durability and slightly increasing its mining speed.

{{Smithing
|head=1
|Netherite Upgrade
|Diamond Hoe
|Netherite Ingot
|Netherite Hoe
|tail=1
}}

=== Repairing ===

==== Grinding ====

{{Grinding
|showdescription=1
|ingredients=2x Damaged [[Wooden Hoe]] or<br>2x Damaged [[Stone Hoe]] or<br>2x Damaged [[Iron Hoe]] or<br>2x Damaged [[Golden Hoe]] or<br>2x Damaged [[Diamond Hoe]]  or<br>2x Damaged [[Netherite Hoe]]
|Damaged Wooden Hoe; Damaged Stone Hoe; Damaged Iron Hoe; Damaged Golden Hoe; Damaged Diamond Hoe; Damaged Netherite Hoe
|Damaged Wooden Hoe; Damaged Stone Hoe; Damaged Iron Hoe; Damaged Golden Hoe; Damaged Diamond Hoe; Damaged Netherite Hoe
|Wooden Hoe; Stone Hoe; Iron Hoe; Golden Hoe; Diamond Hoe; Netherite Hoe
|description=The durability of the two hoes is added together, plus an extra 5% durability.
}}

==== Unit repair ====
{{main|Anvil mechanics#Unit repair}}
{{/Repairing with Anvils}}
A hoe can be repaired in an [[anvil]] by adding units of the [[tiers]]' repair material (or the same hoe of that tier), with each repair material restoring 25% of the hoe's maximum durability, rounded down. It also keeps the hoe's [[Enchanting|enchantments]].

=== Chest loot ===
{{LootChestItem|wooden-hoe,diamond-hoe,golden-hoe,random-enchanted-golden-hoe,damaged-level-enchanted-diamond-hoe}}

=== Trading ===
Novice-level toolsmith [[villager]]s have a chance to sell a stone hoe for one [[emerald]], and journeyman-level toolsmiths have a chance to sell a diamond hoe for 4 emeralds. {{IN|bedrock}}, these are 25% chances, and {{in|java}}, these are 40% chances.

=== Villager gifts ===
Toolsmith [[Villager|villagers]] occasionally throw stone hoes at players with the [[Hero of the Village]] status effect.{{Only|java}}

== Usage ==

=== Harvesting ===

Hoes are used to harvest certain plant-based or organic blocks more quickly. Breaking one of these blocks takes 1 [[durability]].

{{breaking row|Sculk Catalyst|sort=1|simple=1}}
{{breaking row|Sculk Shrieker|sort=1|simple=1}}
{{breaking row|Sculk Sensor|sort=1|simple=1}}
{{breaking row|Calibrated Sculk Sensor|sort=1|simple=1}}
{{breaking row|Nether Wart Block,Warped Wart Block|sort=1|simple=1}}
{{breaking row|Shroomlight|sort=1|simple=1}}
{{breaking row|Hay Bale|sort=1|simple=1}}
{{breaking row|Target|sort=1|simple=1}}
{{breaking row|Dried Kelp Block|sort=1|simple=1}}
{{breaking row|Sponge,Wet Sponge|sort=1|simple=1}}
{{breaking row|Leaves|sort=1|simple=1}}
{{breaking row|Sculk|sort=1|simple=1}}
{{breaking row|Sculk Vein|sort=1|simple=1}}
{{breaking row|Moss Block|foot=1}}

Breaking any other block takes 0 durability if the block breaks instantly when broken by hand, or 1 otherwise.

=== Tilling ===

Hoes are used to turn dirt, grass blocks, and dirt paths into [[farmland]]. To till, press {{control|use}} on a grass or dirt block while holding a hoe. This does not work on [[mycelium]] or [[podzol]],<ref>{{bug|MC-8231||Mycelium and podzol cannot be tilled with hoes}}</ref> nor does it work if there are other blocks on top of the targeted blocks, including snow layers or torches. However, mycelium and podzol can be first converted to dirt paths with a shovel, then tilled into farmland with a hoe.

Hoes can be used to convert [[coarse dirt]] into regular dirt by pressing {{control|use}} on the coarse dirt. Similar to tilling dirt, the space above the coarse dirt must be empty for it to be tilled.

Hoes can also be used on [[rooted dirt]], which turns it into normal dirt, and yields a [[hanging roots]] item.

Tilling is effectively instantaneous, regardless of material, and uses 1 durability. Breaking blocks with a hoe uses 0 or 1 durability, depending on the block.

Hoes are unable to work on blocks with a plant on top, even if that plant could normally be placed on top of farmland without reverting it to dirt.<ref>{{bug|MC-167846||Hoe cannot be used on blocks with certain blocks on top even if said blocks can normally exist on farmland|WAI}}</ref>

=== Weapon ===

Hoes may be used as a weapon, although they deal only {{hp|1}} damage {{in|java}}. {{IN|bedrock}}, hoes can do as much as a pickaxe in terms of damage. Hoes use 2 durability when used as a weapon.

{{IN|java}}, hoes have an attack speed modifier depending on the material: wood and gold have a modifier of -3 (refill in 1s), stone has a modifier of -2 (refill in 0.5s), iron has a modifier of -1 (refill in 0.33s), and diamond and netherite have a modifier of 0 (refill in 0.25s).

{| class="wikitable" style="text-align:center" data-description="Attack damage"
! Attack damage
! colspan="4" | Attack speed
! colspan="4" | Damage/Second (DPS)
|-
| {{hp|1}}
| {{ItemSprite|Wooden Hoe}}{{ItemSprite|Golden Hoe}} 1
| {{ItemSprite|Stone Hoe}} 2
| {{ItemSprite|Iron Hoe}} 3
| {{ItemSprite|Diamond Hoe}}{{ItemSprite|Netherite Hoe}} 4
| {{ItemSprite|Wooden Hoe}}{{ItemSprite|Golden Hoe}} 1
| {{ItemSprite|Stone Hoe}} 2
| {{ItemSprite|Iron Hoe}} 3
| {{ItemSprite|Diamond Hoe}}{{ItemSprite|Netherite Hoe}} 4
|}
Hoes always attack instantly {{in|bedrock}}.

=== Enchantments ===

A hoe can receive the following enchantments and curses:

{| class="wikitable col-2-center"
|+
!Name
!Max Level
![[Enchanting|Method]]
|-
|[[Efficiency]]
|V
|{{Inventory slot|Enchanting Table}}{{Inventory slot|Anvil}}
|-
|[[Fortune]] <ref group=note name=note1>Fortune and Silk Touch are mutually exclusive.</ref>
|III
|{{Inventory slot|Enchanting Table}}{{Inventory slot|Anvil}}
|-
|[[Unbreaking]]
|III
|{{Inventory slot|Enchanting Table}}{{Inventory slot|Anvil}}
|-
|[[Silk Touch]] <ref group=note name=note1>Fortune and Silk Touch are mutually exclusive.</ref>
|I
|{{Inventory slot|Enchanting Table}}{{Inventory slot|Anvil}}
|-
|[[Mending]]
|I
|{{Inventory slot|Anvil}}
|-
|[[Curse of Vanishing]]
|I
|{{Inventory slot|Anvil}}
|}
{{Notelist}}

=== Fuel ===

Wooden hoes can be used as a [[fuel]] in [[furnace]]s, smelting 1 item per hoe.

=== Smelting ingredient ===

{{Smelting|showname=1|Iron Hoe;Golden Hoe|Iron Nugget;Gold Nugget|0,1}}
===Piglins===
{{EntityLink|Piglin|Piglins}} are attracted to golden hoes and run toward any golden hoes on the ground, and inspect them for 6 to 8 seconds before putting them in their inventory.

== Sounds ==
{{edition|java}}:
{{Sound table
|sound=Hoe till1.ogg
|sound2=Hoe till2.ogg
|sound3=Hoe till3.ogg
|sound4=Hoe till4.ogg
|subtitle=Hoe tills
|source=block
|description=When a block is tilled into farmland
|id=item.hoe.till
|translationkey=subtitles.item.hoe.till
|volume=1.0
|pitch=1.0
|distance=16}}
{{Sound table
|sound=Random break.ogg
|subtitle=Item breaks
|source=player
|description=When a hoe'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}}

{{edition|bedrock}}:
{{Sound table
|type=bedrock
|sound=Gravel hit1.ogg
|sound2=Gravel hit2.ogg
|sound3=Gravel hit3.ogg
|sound4=Gravel hit4.ogg
|source=block
|description=When a block is tilled into farmland
|id=use.gravel
|volume=1.0
|pitch=0.8}}
{{Sound table
|sound=Random break.ogg
|source=player
|description=When a hoe's 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=Wooden Hoe
|spritetype=item
|nameid=wooden_hoe
|form=item}}
{{ID table
|displayname=Stone Hoe
|spritetype=item
|nameid=stone_hoe
|form=item}}
{{ID table
|displayname=Iron Hoe
|spritetype=item
|nameid=iron_hoe
|form=item}}
{{ID table
|displayname=Diamond Hoe
|spritetype=item
|nameid=diamond_hoe
|form=item}}
{{ID table
|displayname=Golden Hoe
|spritetype=item
|nameid=golden_hoe
|form=item}}
{{ID table
|displayname=Netherite Hoe
|spritetype=item
|nameid=netherite_hoe
|form=item
|foot=1}}

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Wooden hoe
|spritetype=item
|nameid=wooden_hoe
|id=329
|form=item}}
{{ID table
|displayname=Stone hoe
|spritetype=item
|nameid=stone_hoe
|id=330
|form=item}}
{{ID table
|displayname=Iron hoe
|spritetype=item
|nameid=iron_hoe
|id=331
|form=item}}
{{ID table
|displayname=Diamond hoe
|spritetype=item
|nameid=diamond_hoe
|id=332
|form=item}}
{{ID table
|displayname=Golden hoe
|spritetype=item
|nameid=golden_hoe
|id=333
|form=item}}
{{ID table
|displayname=Netherite hoe
|spritetype=item
|nameid=netherite_hoe
|id=608
|form=item
|foot=1}}

== Achievements ==

{{load achievements|Time to Farm!; MOAR Tools;Oooh, shiny!}}

== Advancements ==
{{load advancements|Oh Shiny;Serious Dedication;A Seedy Place}}

== Video ==

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

== History ==

{{History|java indev}}
{{History||20100206|[[File:Wooden Hoe JE1 BE1.png|32px]] [[File:Stone Hoe JE1 BE1.png|32px]] [[File:Iron Hoe JE1 BE1.png|32px]] [[File:Golden Hoe JE1 BE1.png|32px]] [[File:Diamond Hoe JE1 BE1.png|32px]] Added hoes.
|Compared to other golden tools, golden hoes had much higher durability, which was 513 instead of 33.}}
{{History|java alpha}}
{{History||v1.0.17|Golden hoes' durability has been decreased from 513 to 65, matching the stone tools.}}
{{History|java beta}}
{{History||1.2|Golden hoes now have the same durability as the other gold tools.}}
{{History||1.6|snap=Test Build 3|Before, using a hoe on [[grass block]]s was the only way to collect [[Wheat Seeds|seeds]] for planting. As [[tall grass]] has been introduced, this feature has been removed.}}
{{History|java}}
{{History||1.2.1|snap=12w07a|Player is now unable to till [[dirt]] or [[grass block]] when there is block on top of them.}}
{{History||1.2.4|snap=release|[[Spruce planks]], [[birch planks]], and [[jungle planks]] can now be used to craft wooden hoes.}}
{{History||1.3.1|snap=12w18a|Wooden hoes can now be used as [[Smelting#Fuel|fuel]] in a [[furnace]].}}
{{History|||snap=12w21a|Blacksmith [[villager]]s now [[trading|sell]] 1 diamond hoe for 7 [[emerald]]s, and 1 iron hoe for 4–5 emeralds.}}
{{History||1.4.2|snap=12w38a|Hoes now have a [[sound]] when tilling [[dirt]].}}
{{History||1.7.2|snap=1.7.1|[[Acacia planks]] and [[dark oak planks]] can now be used to craft wooden hoes.}}
{{History||1.8|snap=14w02a|Villagers no longer trade iron or diamond hoes, making diamond hoes [[non-renewable resource|non-renewable]].}}
{{History|||snap=14w32a|Hoes can now be used to convert [[coarse dirt]] into regular [[dirt]].}}
{{History||1.9|snap=15w34c|Stone, iron and diamond hoes now do slightly more [[damage]] than an unarmed attack.}}
{{History|||snap=15w34d|All hoes now lose 1 [[durability]] when used as a [[weapon]].}}
{{History|||snap=15w35a|Hoes now all do the same damage, but better materials have higher speeds.}}
{{History|||snap=15w50a|Added a [[sound]] for hoes: <code>item.hoe.till</code>.}}
{{History||1.11|snap=16w39a|Diamond hoes are now found in the new [[woodland mansion]] [[chest]]s.}}
{{History||1.11.1|snap=16w50a|Golden and iron hoes can now be [[smelting|smelted]] down into one of their respective [[nugget]]s.}}
{{History||1.13|snap=17w47a|Prior to ''[[1.13/Flattening|The Flattening]]'', these items' numeral IDs were 290 (wooden), 291 (stone), 292 (iron), 293 (diamond) and 294 (golden).}}
{{History||1.14|snap=18w43a|[[File:Wooden Hoe JE2 BE2.png|32px]] [[File:Stone Hoe JE2 BE2.png|32px]] [[File:Iron Hoe JE2 BE2.png|32px]] [[File:Golden Hoe JE2 BE2.png|32px]] [[File:Diamond Hoe JE2 BE2.png|32px]] The textures of all hoes have been changed.}}
{{History|||snap=19w11a|Toolsmith villagers now sell stone hoes and diamond hoes, making diamond hoes [[renewable resource|renewable]] again.}}
{{History|||snap=19w13a|Toolsmith villagers now give stone hoes to players under the [[Hero of the Village]] effect.}}
{{History||1.16|snap=20w06a|[[File:Netherite Hoe JE1.png|32px]] Added netherite hoes.
|Netherite hoes are obtained by combining one diamond hoe and one netherite ingot in a crafting table.
|[[Crimson planks]] and [[warped planks]] can now be used to craft wooden hoes.}}
{{History|||snap=20w09a|Hoes can now break [[Nether Wart Block|nether wart and warped wart block]]s quickly.
|Netherite hoes can now be obtained through [[bartering]] with [[piglin]]s.
|[[File:Wooden Hoe JE3 BE3.png|32px]] [[File:Golden Hoe JE3 BE3.png|32px]] [[File:Diamond Hoe JE3 BE3.png|32px]] The textures of wooden, golden, and diamond hoes have been changed.}}
{{History|||snap=20w10a|Each tier of hoes now has different a speed while [[breaking|mining]] blocks they are effective against.
|Hoes can now be enchanted with [[Efficiency]], [[Fortune]] and [[Silk Touch]].
|Hoes now mine [[hay bale]]s faster than other tools.
|Netherite hoes are now less common when bartering with piglins.
|Hoes now lose 2 durability when used as a weapon.
|[[File:Netherite Hoe JE2.png|32px]] The texture of netherite hoes has been changed.
|Netherite hoes can no longer be [[crafted]].
|Netherite hoes are now obtained by combining one diamond hoe and one [[netherite ingot]] in a [[smithing table]].}}
{{History|||snap=20w11a|Hoes can now mine [[dried kelp block]]s, [[target]]s, and [[shroomlight]]s faster than other [[tool]]s.}}
{{History|||snap=20w12a|Hoes can now mine [[sponge]]s faster than other tools.}}
{{History|||snap=20w15a|Hoes can now mine [[leaves]] faster.
|Stone hoes can now be crafted using [[blackstone]].}}
{{History|||snap=20w16a|Golden hoes now generate randomly enchanted in [[bastion remnant]]s and [[ruined portal]] chests.}}
{{History|||snap=20w20a|Netherite hoes can no longer be obtained through bartering with piglins, making them no longer renewable.}}
{{History||1.17|snap=20w49a|Hoes can now mine [[sculk sensor]]s faster than other tools.}}
{{History|||snap=21w11a|Hoes are now the appropriate tool for breaking [[moss block]]s.}}
{{History|||snap=21w08a|Stone hoes can now be crafted using [[cobbled deepslate]].}}
{{History|||snap=21w20a|Hoes can now be used on [[rooted dirt]], turning it into normal dirt, yielding a [[hanging roots]] item.}}
{{History||1.19|snap=22w11a|[[Mangrove planks]] can now be used to craft wooden hoes.}}
{{History|||snap=22w12a|Hoes can now mine mangrove [[leaves]] faster.<ref>{{Cite bug|MC|249270|Mangrove leaves do not have a hoe as their preferred tool|date=March 19, 2022}}</ref>}}
{{History|||snap=22w13a|Diamond hoes may now be found in [[ancient city]] [[chest]]s.}}
{{History||1.20<br>(Experimental)|link=1.19.4|snap=23w04a|Upgrading diamond hoes to netherite hoes now requires the netherite upgrade [[smithing template]].}}
{{History||1.20|snap=23w12a|Wooden hoes may now be found when brushing [[suspicious sand]] and [[suspicious gravel]] in cold and warm [[ocean ruins]] and [[trail ruins]].}}
{{History|||snap=23w16a|Wooden hoe 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]]; wooden hoe now is in the common loot.}}
{{History|upcoming java}}
{{History||Combat Tests|snap=1.14.3 - Combat Test|The attack speed of wooden hoes has been changed to 2, stone to 2.5, and diamond and gold to 3.5.
|The [[damage]] dealt for wooden, stone, and gold hoes have been changed to {{hp|2}} and iron and diamond hoes to {{hp|3}}.
|The attack reach of hoes has been increased to 4 [[block]]s.}}

{{History|pocket alpha}}
{{History||v0.4.0|[[File:Wooden Hoe JE1 BE1.png|32px]] [[File:Stone Hoe JE1 BE1.png|32px]] [[File:Iron Hoe JE1 BE1.png|32px]] [[File:Golden Hoe JE1 BE1.png|32px]] [[File:Diamond Hoe JE1 BE1.png|32px]] Added hoes. 
|Only iron hoes are available in the Creative inventory.
|[[Wheat seed]]s are now obtained by using a hoe on [[grass]] blocks.}}
{{History||v0.8.0|snap=build 3|[[Beetroot seeds]], [[carrot]]s, and [[potato]]es are now obtained by using a hoe on [[grass]] blocks.}}
{{History|||snap=build 4|[[Carrot]]s and [[potato]]es no longer spawn from tilling [[grass]] blocks with a hoe.}}
{{History||v0.11.0|snap=build 11|Wooden, stone, golden, and diamond hoes are now available in the [[creative]] [[inventory]].}}
{{History|||snap=build 12|Wooden, stone, golden, and diamond hoes have been removed from creative.}}
{{History|||snap=build 13|All hoes are now available in [[creative]] mode again.}}
{{History||v0.16.2|Wooden hoes can now be found inside the [[chest]] in the large house of [[ice plains]] [[village]]s.}}
{{History|pocket}}
{{History||1.1.0|snap=alpha 1.1.0.0|Iron and golden hoes are now [[smelting|smeltable]].
|Diamond hoes can now be found inside [[woodland mansion]] [[chest]]s.}}
{{History|bedrock}}
{{History||1.2.0|snap=beta 1.2.0.2|Hoes can now be used to transform [[coarse dirt]] into normal [[dirt]].}}
{{History||1.10.0|snap=beta 1.10.0.3|Due to [[village]]s being overhauled, wooden hoes can no longer be found in [[village]]s.
|[[File:Wooden Hoe JE2 BE2.png|32px]] [[File:Stone Hoe JE2 BE2.png|32px]] [[File:Iron Hoe JE2 BE2.png|32px]] [[File:Golden Hoe JE2 BE2.png|32px]] [[File:Diamond Hoe JE2 BE2.png|32px]] The textures of all hoes have been changed.}}
{{History||1.11.0|snap=beta 1.11.0.4|Stone and diamond hoes can now be [[trading|bought]] from toolsmith [[villager]]s.}}
{{History||1.12.0|snap=beta 1.12.0.4|The price of diamond hoes [[trading|sold]] by toolsmith villagers has been lowered to 4 [[emerald]]s.}}
{{History||1.16.0|snap=beta 1.16.0.51|[[File:Netherite Hoe BE1.png|32px]] Added netherite hoes.|Netherite hoes are obtained by combining one diamond hoe and one netherite ingot in a crafting table.
|[[File:Wooden Hoe JE3 BE3.png|32px]] [[File:Golden Hoe JE3 BE3.png|32px]] [[File:Diamond Hoe JE3 BE3.png|32px]] The textures of wooden, golden, and diamond hoes have been changed.}}
{{History|||snap=beta 1.16.0.57|Each tier of hoes now has different a speed while [[breaking|mining]] blocks they are effective against.
|Hoes can now break [[hay bale]]s, [[dried kelp block]]s, [[target block]]s, [[Sponge|dry and wet sponges]], [[shroomlight]]s, [[leaves]], [[Nether Wart Block|nether wart and warped wart block]]s quickly.
|Hoes can now be enchanted with [[Efficiency]], [[Fortune]] and [[Silk Touch]].
|Netherite hoes can now be obtained through [[bartering]] with [[piglin]]s.
|Netherite hoes can no longer be [[crafting|crafted]].
|Netherite hoes are now obtained by combining one diamond hoe and one [[netherite ingot]] in a [[smithing table]].
|Stone Hoes can now be created using Blackstone.
|Golden and netherite hoes now generate randomly enchanted in [[bastion remnants]] chests.
|Golden hoes now generate randomly enchanted in ruined portal chests.
|Hoes now deal the same damage as pickaxes of each tier.}}
{{History||1.16.100|snap=beta 1.16.100.54|Netherite hoes can no longer be obtained through [[bartering]] with [[piglin]]s, making them no longer renewable.}}
{{History||1.17.10|snap=beta 1.17.10.20|[[File:Netherite Hoe JE2.png|32px]] The texture of netherite hoes has been changed to match ''Java Edition''.}}

{{History|console}}
{{History||xbox=TU1|xbone=CU1|ps=1.0|wiiu=Patch 1|switch=1.0.1|[[File:Wooden Hoe JE1 BE1.png|32px]] [[File:Stone Hoe JE1 BE1.png|32px]] [[File:Iron Hoe JE1 BE1.png|32px]] [[File:Golden Hoe JE1 BE1.png|32px]] [[File:Diamond Hoe JE1 BE1.png|32px]] Added hoes (all five types).}}
{{History||xbox=TU53|xbone=CU43|ps=1.49|wiiu=Patch 23|switch=1.0.3|Iron and golden hoes are now [[smelting|smeltable]].}}
{{History|ps4}}
{{History||1.90|[[File:Wooden Hoe JE2 BE2.png|32px]] [[File:Stone Hoe JE2 BE2.png|32px]] [[File:Iron Hoe.png|32px]] [[File:Golden Hoe JE2 BE2.png|32px]] [[File:Diamond Hoe JE2 BE2.png|32px]] The textures of all hoes have been changed.}}

{{History|New 3DS}}
{{History||0.1.0|[[File:Wooden Hoe JE1 BE1.png|32px]] [[File:Stone Hoe JE1 BE1.png|32px]] [[File:Iron Hoe JE1 BE1.png|32px]] [[File:Golden Hoe JE1 BE1.png|32px]] [[File:Diamond Hoe JE1 BE1.png|32px]] Added hoes.}}
{{History|foot}}

== Issues ==
{{issue list}}

== Trivia ==
*Tilling a [[dirt]] block that has a dirt block on top of it changes it to [[farmland]] even though it cannot be used. If a hoe is used on a [[block]] horizontally adjacent to such a block, the first block reverts to dirt and the selected block is not tilled.
*When a hoe breaks, it does not display the tool breaking animation like on other tools, because tilling is not predicted client-side.
*The textures for the post 1.14 iron and stone hoes have an error, where the color for the edge of the handle is partly the same color as the edge of the top part.  This isn't present in any other tool.

== Gallery ==
<gallery>
Stone Hoe SDGP.png|Stone hoe in the [[Super Duper Graphics Pack]].
Kingbdogz Hoe.jpg|[[Kingbdgoz]] holding a hoe.
</gallery>
=== Enchanted hoes ===
<gallery>
Enchanted Wooden Hoe.gif
Enchanted Stone Hoe.gif
Enchanted Iron Hoe.gif
Enchanted Golden Hoe.gif
Enchanted Diamond Hoe.gif
Enchanted Netherite Hoe.gif
</gallery>

== References ==
{{reflist}}

== External Links ==
*[https://www.minecraft.net/en-us/article/taking-inventory--hoe Taking Inventory: Hoe] – Minecraft.net on June 25, 2019

{{Items}}

[[Category:Combat]]

[[cs:Motyka]]
[[de:Hacke]]
[[es:Azada]]
[[fr:Houe]]
[[hu:Kapa]]
[[it:Zappa]]
[[ja:クワ]]
[[ko:괭이]]
[[nl:Schoffel]]
[[pl:Motyka]]
[[pt:Enxada]]
[[ru:Мотыга]]
[[tr:Çapa]]
[[uk:Мотика]]
[[zh:锄]]</li></ul>
14w32a/give can no longer make 'illegal' stacks (such as 24 ender pearls or 5 iron swords).
1.12
{{Extension DPL}}<ul><li>[[Nether Star|Nether Star]]<br/>{{Distinguish|Firework Star}}
{{Item
| image = Nether Star.gif
| renewable = Yes
| stackable = Yes (64)
| rarity = Uncommon
}}
The '''Nether Star''' is a rare item [[drops|dropped]] by the [[wither]] that is used solely to [[Crafting|craft]] [[Beacon]]s.

== Obtaining ==

=== Mob loot ===

The nether star can be obtained only by defeating the [[Wither]] [[Mob#Boss mobs|boss]], which is created using [[Soul sand]] and [[Head|Wither Skeleton Skulls]]. One nether star is dropped each time; the dropped amount is not affected by the [[Looting]] enchantment. {{IN|java}}, nether stars dropped by withers take 10 minutes to despawn and are immune to explosions. {{IN|bedrock}}, nether star items never despawn, neither by time nor by explosions.

== Usage ==

The nether star has the same animated glint as [[enchanted]] items, [[potion]]s, and [[end crystal]]s.

A dropped nether star item cannot be destroyed by [[explosion]]s. However, it can still be destroyed by a falling [[anvil]],‌{{only|java}} [[fire]], [[lava]], [[cacti]], or [[the Void]].

It is used to [[Crafting|craft]] a [[beacon]].

=== Crafting ingredient ===

{{crafting usage|match=start}}

== Achievements ==
{{load achievements|The beginning;The beginnig?.}}

== Advancements ==
{{load advancements|Withering Heights}}

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

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|showaliasids=y
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Nether Star
|spritetype=item
|nameid=nether_star
|aliasid=netherstar
|id=518
|form=item
|translationkey=item.netherStar.name
|foot=1}}

== Video ==

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

== History ==

{{History|java}}
{{History||1.4.2|snap=12w34a|[[File:Nether Star JE1.png|32px]] The texture of the nether star has been added.}}
{{History|||snap=12w36a|[[File:Nether Star JE1.gif|32px]] Added nether stars.
|Nether stars are [[drops|dropped]] by the [[wither]].}}
{{History|||snap=12w37a|[[File:Nether Star JE2 BE1.gif|32px]] The texture of nether stars has been changed so that they no longer have a dark outline.}}
{{History||1.4.6|snap=12w49a|[[Drops|Dropped]] nether stars can no longer be destroyed by [[explosion]]s.}}
{{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 399.}}
{{History||1.14|snap=18w43a|[[File:Nether Star.gif|32px]] The texture of nether stars has been changed.}}
{{History||1.16|snap=20w07a|Nether star has become a [[renewable resource]], as [[soul sand]], one of the blocks used to construct withers, is now renewable through [[bartering]].}}

{{History|pocket alpha}}
{{History||v0.16.0|snap=build 4|[[File:Nether Star JE2 BE1.gif|32px]] Added nether stars.}}
{{History|bedrock}}
{{History||1.10.0|snap=beta 1.10.0.3|[[File:Nether Star.gif|32px]] The texture of nether stars has been changed.}}

{{History|console}}
{{History||xbox=TU19|xbone=CU7|ps=1.12|wiiu=Patch 1|switch=1.0.1|[[File:Nether Star JE2 BE1.gif|32px]] Added nether stars.}}
{{History||xbox=none|xbone=none|ps=1.90|wiiu=none|switch=none|[[File:Nether Star.gif|32px]] The texture of nether stars has been changed.}}

{{History|New 3DS}}
{{History||1.3.12|[[File:Nether Star JE2 BE1.gif|32px]] Added nether stars.}}
{{History|foot}}

== Issues ==
{{issue list}}

== Gallery ==

<gallery>
File:Nether Star JE3 BE2.png|The nether star without enchanted animated glint.
File:Star Drop.png|The nether star dropped by the wither.
File:Wither, left- Nether Star, right.png|A wither to the left, and a nether star to the right.
</gallery>

== References ==
{{reflist}}

==External Links==
*[https://www.minecraft.net/en-us/article/taking-inventory--nether-star Taking Inventory: Nether Star] – Minecraft.net on May 11, 2023

{{Items}}

[[cs:Netheritová hvězda]]
[[de:Netherstern]]
[[es:Estrella del Inframundo]]
[[fr:Étoile du Nether]]
[[hu:Alvilági csillag]]
[[it:Stella del Nether]]
[[ja:ネザースター]]
[[ko:네더의 별]]
[[nl:Netherster]]
[[pl:Netherowa gwiazda]]
[[pt:Estrela do Nether]]
[[ru:Звезда Нижнего мира]]
[[tr:Nether Yıldızı]]
[[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>
17w16b/give now uses the @s selector, for giving specifically yourself an item.
1.17
{{Extension DPL}}<ul><li>[[Black Dye|Black Dye]]<br/>{{Item
| image = Black Dye.png
| renewable = Yes
| stackable = Yes (64)
}}

'''Black dye''' is a [[Dye#Primary|primary color dye]] similar to an [[ink sac]].

== Obtaining ==

=== Trading ===
[[Wandering trader]]s have a chance to [[trading|trade]] 3 black dyes for 1 [[emerald]].{{only|java}}

=== Crafting ===
{{Crafting
  |head=1
  |showname=0
  |Ink Sac
  |Output=Black Dye
  |type=Material
}}
{{Crafting
  |Wither Rose
  |Output=Black Dye
  |type=Material
  |foot=1
}}

== Usage  ==

{{dye usage}}

=== Crafting ingredient ===

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

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

=== Trading ===

Apprentice-level Shepherd villagers have a 20%{{only|bedrock}} or {{frac|2|7}}{{only|java}} chance to buy 12 black dye for an emerald.

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

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|showaliasids=y
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Black Dye
|spritetype=item
|nameid=black_dye
|aliasid=dye / 16
|id=395
|form=item
|translationkey=item.dye.black_new.name
|foot=1}}

== History ==

{{History|java}}
{{History||1.14|snap=18w43a|[[File:Black Dye JE1 BE1.png|32px]] Added black dye.}}
{{History|||snap=18w44a|Black dyes now can changed the text color on the [[sign]]s to black.}}
{{History|||snap=19w05a|Added the [[wandering trader]], which sell black dyes.}}
{{History|||snap=19w11a|Black dyes can now be [[trading|bought]] by shepherd villagers.}}
{{History||1.15|snap=Pre-release 1|Black dye can now be used to craft [[prismarine|dark prismarine]], just like [[Bedrock Edition]].}}
{{History||1.17|snap=20w45a|Black dyes can now used to craft newly added [[black candle]]s.}}
{{History|||snap=21w19a|Black dyes can no longer used to craft black candles.}}
{{History|||snap=Pre-release 1|Black dyes can once again used to craft black candles.}}
{{History||1.20<br>(Experimental)|link=1.19.3|snap=22w42a|Black dyes now can change the text color on [[hanging sign]]s to black.}}

{{History|bedrock}}
{{History||1.8.0|snap=beta 1.8.0.10|[[File:Black Dye JE1 BE1.png|32px]] Added black dye.}}
{{History||1.11.0|snap=beta 1.11.0.4|Black dye can now be [[trading|sold]] to shepherd [[villager]]s.}}
{{history||1.13.0|snap=beta 1.13.0.9|Black dye can now be [[crafting|crafted]] from [[flower|wither roses]].}}
{{History||1.16.100|snap=beta 1.16.100.56|The ID of black dye has been changed from <code>dye/16</code> to <code>black_dye</code>.}}

{{History|ps4}}
{{History||1.83|[[File:Black Dye JE1 BE1.png|32px]] Added black dye.}}
{{History|foot}}

== Issues ==

{{issue list}}

{{Items}}

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

[[de:Schwarzer Farbstoff]]
[[es:Tinte negro]]
[[fr:Teinture noire]]
[[ja:黒色の染料]]
[[ko:검은색 염료]]
[[pl:Czarny barwnik]]
[[pt:Corante preto]]
[[th:สีย้อมสีดำ]]
[[zh:黑色染料]]</li><li>[[Coal|Coal]]<br/>{{About|the fuel item that can be mined|the ore|Coal Ore|the block|Block of Coal|the smelted wood|Charcoal}}
{{Item
| image = Coal.png
|type=
| renewable = Yes
| stackable = Yes (64)
}}
'''Coal''' is a mineral [[item]] mainly obtained from [[Coal Ore|coal ore]]. It is primarily used for crafting [[torches]] and [[Campfire|campfires]], as well as [[fuel]].

== Obtaining ==

=== Chest loot ===
{{see also|Coal Ore#Natural generation}}
{{LootChestItem|coal}}

=== Mining ===

[[Coal ore]] are mined using a [[pickaxe]] and drops 1 piece of coal. If the pickaxe is enchanted with [[Fortune]], it may drop an extra piece per level of Fortune, up to a maximum of 4 with Fortune III.

=== Mob loot ===

[[Wither skeleton]]s have a {{Frac|1|3}} chance of dropping a single coal upon death. The maximum amount of coal is increased by 1 per level of [[Looting]]. The chance of a wither skeleton ''not'' dropping any coal can be found using the formula <code>2 / (Looting Level + 3)</code>. For example, Looting III gives a {{frac|1|3}} chance of not dropping any coal. All other amounts have an equal chance of occurring.

=== Crafting ===

{{Crafting
 |showname=1
 |Block of Coal
 |Output=Coal,9
 |type=Material
}}

=== Smelting ===

{{Smelting
 |head=1
 |Coal Ore

 |Coal
 |0,1
|foot=1
}}

== Usage ==

=== Crafting ingredient ===

{{crafting usage|Coal}}

=== Fuel ===

When used in a [[furnace]] as a fuel, a piece of coal lasts 80 seconds (smelting up to 8 items), like [[charcoal]]. Coal used as fuel lasts more than 5 times longer than [[wood planks]] or [[wood]] logs used as fuel, being more efficient than any other use of wood for smelting {{in|je}}, but outstripped by [[wooden slabs]] {{in|be}}. 

Coal and charcoal are also the only fuels accepted by [[Minecart with Furnace|furnace minecart]]s. They provide approximately four minutes of transit each.

=== Trading ===

Novice-level fisherman [[villager]]s have a 50% chance to buy 10 coal for one [[emerald]].

{{IN|java}}, novice-level armorer and toolsmith villagers have a 40% chance of offering to buy 15 coal for one emerald. Novice-level weaponsmith villagers and apprentice-level butcher villagers have {{frac|2|3}} chance of offering to buy 15 coal for one emerald.

{{IN|bedrock}}, novice-level armorer, toolsmith, and weaponsmith villagers and apprentice-level butcher villagers buy 15 coal for one emerald.

[[trading|Trade]]s that involve coal cannot be substituted by [[charcoal]].

== Data values ==
=== ID ===
{{edition|java}}:
{{ID table
|edition=java
|showitemtags=y
|showforms=y
|generatetranslationkeys=y
|displayname=Coal
|spritetype=item
|nameid=coal
|itemtags=coals
|form=item
|foot=1}}

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|showitemtags=y
|showaliasids=y
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Coal
|spritetype=item
|nameid=coal
|aliasid=coal / 0
|id=302
|itemtags=minecraft:coals
|form=item
|foot=1}}

== History ==

{{History|java classic}}
{{History||May 21, 2009|link=https://web.archive.org/web/0/http://notch.tumblr.com/post/110762705/my-list-on-tile-types-so-far|[[Notch]] shows interest in adding coal, commenting that it might be combined with [[iron ore]] to make steel.}}
{{History|java indev}} 
{{History||0.31|snap=20100128|[[File:Coal JE1.png|32px]] Added coal. 
|Mining [[coal ore]] blocks [[drops]] 2-5 pieces of coal.}}
{{History||0.31|snap=20100129|Coal can be used to craft [[torch]]es.}}
{{History||?|Mining [[coal ore]] now drops 1 piece of coal (down from 2-5).}}
{{History||20100219|[[File:Coal JE2 BE1.png|32px]] The texture of coal has been changed. It is now more centered.}}
{{History|java beta}}
{{History||1.8|snap=Pre-release|Coal can now be found in the new [[mineshaft]] [[chest]]s and [[stronghold]] storeroom chests.}}
{{History|java}}
{{History||1.0.0|snap=?|Coal can be now obtained by [[smelting]] [[coal ore]].}}
{{History||1.2.1|snap=12w04a|Coal can now be used to craft [[fire charge]]s.}}
{{History||1.3.1|snap=12w21a|Blacksmith and butcher [[villager]]s now [[trading|buy]] 16–23 of either coal or charcoal for 1 [[emerald]].}}
{{History|||snap=1.3|[[File:Coal JE3 BE2.png|32px]] The texture of coal has been changed.}}
{{History||1.4.2|snap=12w36a|Coal is now dropped by [[wither skeleton]]s, making it [[renewable resource|renewable]].}}
{{History||1.6.1|snap=13w18a|Coal can now be used to craft [[block of coal|coal block]]s.}}
{{History||1.8|snap=14w02a|Fisherman, armorer, tool smith, weapon smith and butcher [[villager]]s now [[trading|buy]] 16–24 coal for 1 [[emerald]].}}
{{History||1.9|snap=15w43a|Coal may now be found in [[igloo]] basement [[chest]]s.}}
{{History|||snap=15w44a|The average yield of coal from [[mineshaft]] chests has been decreased, and added to [[dungeon]] chests.}}
{{History||1.11|snap=16w39a|Coal can now be found in the new [[woodland mansion]] [[chest]]s.}}
{{History||1.13|snap=17w47a|The different data values for the <code>coal</code> ID have been split up into their own IDs.
|Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 263.}}
{{History|||snap=18w09a|Coal can now be found in the loot [[chest]]s of [[underwater ruins]].}}
{{History|||snap=18w11a|Coal now generates in [[shipwreck]] [[chest]]s.}}
{{History||1.14|snap=18w43a|[[File:Coal JE4 BE3.png|32px]] The texture of coal has been changed.}}
{{History|||snap=18w48a|Coal can now be found in [[chest]]s in [[village]] fishing cottages.}}
{{History|||snap=18w49a|Coal can now be found in [[chest]]s in [[village]] butcher shops and [[snowy tundra|snowy]] village houses.}}
{{History|||snap=18w50a|Coal can now be found in [[chest]]s in [[village]] toolsmith houses.}}
{{History|||snap=19w02a|Coal can now be used to craft [[campfire]]s. Destroying a campfire returns 2 charcoal.}}
{{History||1.16|snap=20w06a|Coal can now be used to craft [[torch|soul torches]].}}
{{History||1.19|snap=22w13a|Coal may now be found in [[ancient city]] [[chest]]s.}}
{{History||1.20|snap=23w12a|Coal can now be found in [[suspicious gravel]] and [[suspicious sand]] in cold and warm [[ocean ruins]] and in [[trail ruins]].}}
{{History|||snap=23w16a|Coal 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]]; coal now is in the common loot.}}

{{History|pocket alpha}}
{{History||v0.3.0|[[File:Coal JE2 BE1.png|32px]] Added coal.
|Coal can be used to craft [[torch]]es.}}
{{History||v0.8.0|snap=build 1|[[File:Coal JE3 BE2.png|32px]] The texture of coal has been changed.
|Coal can now be crafted to make a [[block of coal]].}}
{{History||v0.12.1|snap=build 1|Coal is now [[drops|dropped]] by [[wither skeleton]]s.}}
{{History||v0.14.0|snap=build 1|Coal can now be found inside [[minecart with chest|chest minecarts]] in [[mineshaft]]s.}}
{{History||v0.15.0|snap=build 1|Coal is now used to craft [[fire charge]]s.}}
{{History|pocket}}
{{History||1.0.0|snap=alpha 0.17.0.1|Coal can now be found in the [[stronghold]] storeroom [[chest]]s.
|Coal may now be found in [[igloo]] basement chests.}}
{{History||1.0.4|snap=alpha 1.0.4.0|Fisherman, armorer, toolsmith, weaponsmith and butcher [[villager]]s now [[trading|buy]] 16–24 coal for 1 [[emerald]].}}
{{History||1.1.0|snap=alpha 1.1.0.0|Coal is now found in [[woodland mansion]] [[chest]]s.}}
{{History|bedrock}}
{{History||1.4.0|snap=beta 1.2.14.2|Coal can now be found inside [[shipwreck]] [[chest]]s.}}
{{History|||snap=beta 1.2.20.1|Coal can now be found inside [[underwater ruins]] [[chest]]s.}}
{{History||1.10.0|snap=beta 1.10.0.3|Coal can now be used to craft [[campfire]]s. Destroying a campfire returns 2 charcoal.
|[[File:Coal JE4 BE3.png|32px]] The texture of coal has been changed.}}
{{History||1.11.0|snap=beta 1.11.0.1|Coal can now be found in [[snowy tundra]] [[village]] house [[chest]]s and in village butcher and toolsmith chests.}}
{{History|||snap=beta 1.11.0.4|Armorer, weaponsmith, toolsmith, and butcher [[villager]]s now [[trading|buy]] 15 coal for an [[emerald]].
|Fishermen villagers now have a 50% chance to buy 10 coal for an emerald as part of their first tier [[trading|trade]].}}
{{History||1.16.0|snap=beta 1.16.0.51|Coal can now used to craft [[soul torch]]es.}}

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

{{History|New 3DS}}
{{History||0.1.0|[[File:Coal JE3 BE2.png|32px]] Added coal.}}
{{History|foot}}

== Issues ==
{{issue list|Coal}}

{{Items}}

[[Category:Renewable resources]]

[[cs:Uhlí]]
[[de:Kohle]]
[[es:Carbón]]
[[fr:Charbon]]
[[hu:Szén]]
[[it:Carbone]]
[[ja:石炭]]
[[ko:석탄]]
[[nl:Steenkool]]
[[pl:Węgiel]]
[[pt:Carvão]]
[[ru:Уголь]]
[[th:ถ่าน]]
[[tr:Kömür]]
[[uk:Вугілля]]
[[zh:煤炭]]</li></ul>
21w10aIntroduced new amount limitation in /give, can only give 100 stack worth items once now.
Pocket Edition Alpha
v0.16.0
{{Extension DPL}}<ul><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><li>[[Boots|Boots]]<br/>{{Item
| image = <gallery>
Leather Boots.png | Leather
Chainmail Boots.png | Chainmail
Iron Boots.png | Iron
Diamond Boots.png | Diamond
Golden Boots.png | Golden
Netherite Boots.png | Netherite
</gallery>
| durability = 
* Leather: 65
* Chainmail: 195
* Iron: 195
* Golden: 91
* Diamond: 429
* Netherite: 481
| renewable = 
* '''Netherite''': No
* '''All others''': Yes
| stackable = No
}}
'''Boots''' are a type of [[armor]] that covers the feet of the player. There are six types of boots: '''leather boots''', '''chainmail boots''', '''iron boots''', '''diamond boots''', '''gold boots''', and '''netherite boots'''.

== Obtaining ==

=== Crafting ===

{{crafting
  |head=1
  |showname=0
  |showdescription=1
  |name=[[Boots]]
  |A2= Leather;Gold Ingot;Iron Ingot;Diamond
  |C2= Leather;Gold Ingot;Iron Ingot;Diamond
  |A3= Leather;Gold Ingot;Iron Ingot;Diamond
  |C3= Leather;Gold Ingot;Iron Ingot;Diamond
  |Output= Leather Boots;Golden Boots;Iron Boots;Diamond Boots
  |type= Combat
}}
{{crafting
  |foot=1
  |ignoreusage=1
  |name=[[Boots]]
  |ingredients=Damaged Matching [[Boots]]
  |Damaged Leather Boots; Damaged Golden Boots; Damaged Chainmail Boots; Damaged Iron Boots; Damaged Diamond Boots; Damaged Netherite Boots
  |Damaged Leather Boots; Damaged Golden Boots; Damaged Chainmail Boots; Damaged Iron Boots; Damaged Diamond Boots; Damaged Netherite Boots
  |Output= Leather Boots; Golden Boots; Chainmail Boots; Iron Boots; Diamond Boots; Netherite Boots
  |description= The durability of the two boots is added together, plus an extra 5% durability.
  |type= Combat
}}

=== Upgrading ===
{{Smithing
|head=1
|Netherite Upgrade
|Diamond Boots
|Netherite Ingot
|Netherite Boots
|description=
|tail=1
}}

=== Repairing ===
==== Grinding ====
{{Grinding
|showdescription=1
|ingredients=2x Damaged [[Leather Boots]] or<br>2x Damaged [[Chainmail Boots]] or<br>2x Damaged [[Iron Boots]] or<br>2x Damaged [[Golden Boots]] or<br>2x Damaged [[Diamond Boots]]  or<br>2x Damaged [[Netherite Boots]]
|Damaged Leather Boots; Damaged Chainmail Boots; Damaged Iron Boots; Damaged Golden Boots; Damaged Diamond Boots; Damaged Netherite Boots
|Damaged Leather Boots; Damaged Chainmail Boots; Damaged Iron Boots; Damaged Golden Boots; Damaged Diamond Boots; Damaged Netherite Boots
|Leather Boots; Chainmail Boots; Iron Boots; Golden Boots; Diamond Boots; Netherite Boots
|description=The durability of the two boots are added together, plus an extra 5% durability.
}}

==== Anvil ====
Boots can be repaired in an [[Anvil mechanics#Unit repair|anvil]] by adding units of the [[armor material]]'s repair material, with each repair material restoring 25% of the boots' maximum durability, rounded down. Chainmail boots may also be repaired in this way using iron ingots.

They can also be [[Anvil mechanics#Combining items|combined]] with other boots. When doing this, the item's enchantments are not lost, and can even be raised.

==== Crafting ====
You can craft two sets of boots together using a crafting table, but enchantments are removed.

=== Mob loot ===

If a [[zombie]], [[husk]], [[stray]], [[piglin]], 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 boots upon death. The boots are usually badly damaged, and may be enchanted.
[[File:Zombie With Boots.png|alt=Zombie is shown wearing boots|thumb|Zombie is shown wearing full iron armor set, including boots.]]

{{IN|bedrock}}, [[vindicator]]s and [[pillager]]s that spawn in [[raid]]s have a chance to drop iron boots, which are usually badly damaged and have a 50% chance to be enchanted.

=== Chest loot ===

{{LootChestItem|leather-boots,random-enchanted-leather-boots,chainmail-boots,iron-boots,level-enchanted-iron-boots,golden-boots,random-enchanted-golden-boots,soul-speed-enchanted-golden-boots,diamond-boots,damaged-diamond-boots,damaged-random-enchanted-diamond-boots,damaged-random-enchanted-diamond-boots-2,level-enchanted-diamond-boots}}

=== Trading ===
{{IN|java}}, novice-level armorer [[villager]]s have 40% chance to sell iron boots for 4 [[emerald]]s. Apprentice-level armorers have a 50% chance to sell chainmail boots for an [[emerald]]. Expert-level armorers always sell enchanted<ref group="note" name="enchantment" /> diamond boots for 11–27 [[emerald]]s. Apprentice-level leatherworker [[villager]]s have {{frac|2|3}} chance to sell leather boots for 4 [[emerald]]s.

Armorer [[villager]]s may give the players with the [[Hero of the Village]] effect chainmail boots.{{only|java}}

{{IN|bedrock}}, novice-level armorer villagers have a 25% chance to sell iron boots for 4 emeralds. Apprentice-level armorers have a {{frac|1|3}} chance to sell chainmail boots for an emerald. Expert-level armorers have a 50% chance to sell enchanted<ref group="note" name="enchantment">When creating an enchantment offer, the game uses a random enchantment level from 5 – 19. The enchantments are never treasure enchantments.</ref> diamond boots for 8 emeralds. Apprentice-level leatherworker villagers have a 50% chance to sell leather boots for 4 emeralds.

{{notelist}}

=== Bartering ===
[[Piglin]]s may [[bartering|barter]] iron boots with [[Soul Speed]] when given a [[gold ingot]].

=== Fishing ===

Leather boots can be caught as a "junk" item when [[fishing]].

== Usage ==

Boots can be placed in the fourth armor slot of a player's [[inventory]] for activation.

=== Defense points ===

Defense points are each signified by half of a chestplate 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 amount of defense points added by boots.

{| class="wikitable" data-description="Boots defense points"
|-
!scope="col" | Material
!scope="col" | Defense points
|-
!scope="row" | Leather
| rowspan="3" | {{armor|1}}
|-
!scope="row" | Golden
|-
!scope="row" | Chainmail
|-
!scope="row" | Iron
| {{armor|2}}
|-
!scope="row" | Diamond
| rowspan="2" | {{armor|3}}
|-
!scope="row" | Netherite
|}

=== Knockback resistance ===
Netherite boots provide 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 boots can endure.

Netherite armor is not damaged by [[lava]] or [[fire]] when worn.

{| class="wikitable" data-description="Boots durability"
|-
! Material
!Durability
|-
!scope="row" | Leather
| 65
|-
!scope="row" | Golden
| 91
|-
!scope="row" | Chainmail/Iron
| 195
|-
!scope="row" | Diamond
| 429
|-
!scope="row" | Netherite
| 481
|}

=== Enchantments ===
Boots can receive the following [[enchantment]]s:
{| 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"/>
|-
| [[Feather Falling]] || IV ||
|-
| [[Unbreaking]] || III ||
|-
| [[Thorns]] || III || <ref group="note" name="anvil">Only from using an [[anvil]] and [[enchanted book]]s.</ref>
|-
| [[Depth Strider]] || III || <ref group=note name=exclusive2>Frost Walker and Depth Strider are mutually exclusive.</ref>
|-
| [[Soul Speed]] || III || <ref group=note name="anvil">Only from using an [[anvil]] and [[enchanted book]]s.</ref>
|-
| [[Frost Walker]] || II || <ref group=note name=exclusive2 /><ref group="note" name="anvil2">Only from using an [[anvil]] and [[enchanted book]]s, or by finding enchanted boots in an [[End city]] chest.</ref>
|-
| [[Mending]] || I || <ref group=note name="anvil2" />
|-
| [[Curse of Binding]] || I || <ref group="note" name="anvil2"/>
|-
| [[Curse of Vanishing]] || I || <ref group="note" name="anvil2"/>
|}
{{notelist}}

=== Smelting usage ===

{{Smelting|showname=1|Iron Boots;Chainmail Boots;Golden Boots|Iron Nugget;Iron Nugget;Gold Nugget|0,1}}
=== Piglins ===
{{EntityLink|Piglin|Piglins}} are attracted to ''golden'' boots and pick them up, examining them for 6 to 8 seconds. Other boots do not attract piglins but can be worn by them. They prefer stronger boots over weaker boots, with one major exception: They always prefer golden boots over all other boots, throwing out stronger boots to equip them. Enchanted boots are preferred over unenchanted boots.

=== Powder snow===

Leather boots can be used to safely cross [[powder snow]] without sinking in it. The block behaves similar to [[scaffolding]], allowing the player to sink in by pressing {{control|crouch}} and move up by pressing {{control|jump}}. The boots also prevent the wearer from taking freezing damage.

===Decoration===
It is possible to upgrade armor with trims. This requires a [[Smithing Template#Gallery|Smithing Template]], an armor piece, and an ingot or crystal ({{ItemSprite|iron-ingot}}iron ingot/{{ItemSprite|copper-ingot}}copper ingot/{{ItemSprite|gold-ingot}}gold ingot/{{ItemSprite|netherite-ingot}}netherite ingot/{{ItemSprite|emerald}}emerald/{{ItemSprite|redstone-dust}}redstone dust/{{ItemSprite|lapis-lazuli}}lapis lazuli/{{ItemSprite|amethyst-shard}}amethyst shard/{{ItemSprite|nether-quartz}}nether quartz/{{ItemSprite|diamond}}diamond).

These trims have no effect on the gameplay or strength of the armor. 

{{Smithing|Any Armor Trim Smithing Template|Netherite Boots|Amethyst Shard; Copper Ingot; Diamond; Emerald; Gold Ingot; Iron Ingot; Lapis Lazuli; Netherite Ingot; Nether Quartz; Redstone Dust|Amethyst Trim Netherite Boots; Copper Trim Netherite Boots; Diamond Trim Netherite Boots; Emerald Trim Netherite Boots; Gold Trim Netherite Boots; Iron Trim Netherite Boots; Lapis Trim Netherite Boots; Netherite Trim Netherite Boots; Quartz Trim Netherite Boots; Redstone Trim Netherite Boots|head=1|tail=1|ingredients=Any Armor Trim +<br>Any Armor Piece +<br>Any Ingot/Crystal|showdescription=1|description=}}

==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 leather boots are 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 chainmail boots are 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 iron boots are 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 gold boots are 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 diamond boots are 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 netherite boots are 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=Random break.ogg
|subtitle=Item breaks
|source=dependent
|description=When a pair of boots' 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 leather boots are 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 chain boots are 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 iron boots are 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 gold boots are 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 diamond boots are 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 netherite boots are equipped.
|id=armor.equip_netherite
|volume=1.0
|pitch=1.0}}
{{Sound table
|rowspan=2
|sound=Water Splash Old.ogg
|source=block
|description=When leather boots are dyed using a cauldron
|id=cauldron.dyearmor
|volume=0.1
|pitch=1.0}}
{{Sound table
|source=block
|description=When leather boots' 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 pair of boots' 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 Boots
|spritetype=item
|nameid=leather_boots
|itemtags=freeze_immune_wearables
|form=item}}
{{ID table
|displayname=Chainmail Boots
|spritetype=item
|nameid=chainmail_boots
|form=item}}
{{ID table
|displayname=Iron Boots
|spritetype=item
|nameid=iron_boots
|form=item}}
{{ID table
|displayname=Diamond Boots
|spritetype=item
|nameid=diamond_boots
|form=item}}
{{ID table
|displayname=Golden Boots
|spritetype=item
|nameid=golden_boots
|form=item}}
{{ID table
|displayname=Netherite Boots
|spritetype=item
|nameid=netherite_boots
|form=item
|foot=1}}

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Leather Boots
|spritetype=item
|nameid=leather_boots
|id=338
|form=item}}
{{ID table
|displayname=Chainmail Boots
|spritetype=item
|nameid=chainmail_boots
|id=342
|form=item}}
{{ID table
|displayname=Iron Boots
|spritetype=item
|nameid=iron_boots
|id=346
|form=item}}
{{ID table
|displayname=Diamond Boots
|spritetype=item
|nameid=diamond_boots
|id=350
|form=item}}
{{ID table
|displayname=Golden Boots
|spritetype=item
|nameid=golden_boots
|id=354
|form=item}}
{{ID table
|displayname=Netherite Boots
|spritetype=item
|nameid=netherite_boots
|id=612
|form=item
|foot=1}}

=== Item data===
When leather boots 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;Let It Go!;Cover me in debris;Oooh, shiny!}}

==Advancements==
{{load advancements|Suit Up;Cover me With Diamonds;Oh Shiny;Cover Me in Debris;Light as a Rabbit}}

==History==
{{History|java indev}}
{{History||0.31|snap=20091231-2|[[File:Studded Boots (item) JE1.png|32px]] [[History of textures/Unused textures#Studded armor|Studded boots]] are now capable of being seen in the [[inventory]]. This was taken directly from one of [[Notch|Notch's]] game's ''[[Legend of the Chambered 2]]''.{{more info|When were they removed?}}}}
{{History||February 9, 2010|link=wordofnotch:380486636|[[File:Notch revealed armor.png|32px]] [[Notch]] revealed new models for armor, which included boots.}}
{{History||20100218|[[File:Leather Boots JE1.png|32px]] [[File:Chainmail Boots JE1 BE1.png|32px]] [[File:Iron Boots JE1 BE1.png|32px]] [[File:Golden Boots JE1 BE1.png|32px]] [[File:Diamond Boots JE1 BE1.png|32px]]<br>[[File:Leather Boots (item) JE1 BE1.png|32px]] [[File:Chainmail Boots (item) JE1 BE1.png|32px]] [[File:Iron Boots (item) JE1 BE1.png|32px]] [[File:Golden Boots (item) JE1 BE1.png|32px]] [[File:Diamond Boots (item) JE1 BE1.png|32px]] Added cloth, chain, iron, gold, and diamond boots{{verify|edition=java|type=change|Below, it says "wool armor" was renamed to leather, which name is incorrect, wool or cloth? Also, was it "gold" or "golden"?}}
|Boots can now be [[crafting|crafted]] and worn.
|Boots now function, giving {{Armor|3}}. Boots have limited [[item durability|durability]], with lower tier boots less durable than higher tier boots.}}
{{History|java alpha}}
{{History||v1.0.8|"Wool boots" have been renamed to "leather boots", despite item names not existing at this time.
|Leather boots are now [[crafting|crafted]] with [[leather]] instead of [[wool]].}}
{{History|java}}
{{History||1.0.0|snap=Beta 1.9 Prerelease|The armor protection behavior has been changed. Previous 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)).}}
{{History|||snap=October 3, 2011|slink={{tweet|notch|120859830339637249}}|The first images of a [[player]] wearing enchanted armor, including boots, are revealed.}}
{{History|||snap=Beta 1.9 Prerelease 3|Iron boots can now be found in the new [[stronghold]] altar [[chest]]s.}}
{{History|||snap=Beta 1.9 Prerelease 4|Boots can now be [[enchanting|enchanted]].}}
{{History||1.1|snap=12w01a|Iron boots can now be found in the new blacksmith [[chest]]s in [[village]]s.}}
{{History||1.2.1|snap=1.2|Changed "Golden boots" to "Golden Boots".}}
{{History||1.3.1|snap=12w15a|{{key|Shift}}+clicking can now be used to equip boots.}}
{{History|||snap=12w21a|Chain boots can now be obtained legitimately in [[survival]] mode through [[trading]].
|Blacksmith [[villager]]s now [[trading|sell]] chain boots for 5–6 [[emerald]]s.
|Blacksmith villagers now sell diamond boots for 7 emeralds.
|Blacksmith villagers now sell iron boots for 4–5 emeralds.
|Butcher villagers now sell leather boots 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 [[zombie pigman|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, including boots.{{citation needed|Link to Jeb's tweet?}}}}
{{History|||snap=12w34a|Leather boots can now be dyed by [[crafting]] leather boots with [[dye]]s. Dyes can be removed by {{control|use|text=using}} dyed leather boots on a [[cauldron]] with [[water]].
|[[File:Leather Boots JE2 BE1.png|32px]] [[File:Leather Boots (item) JE2.png|32px]] Default leather boots are now slightly darker.}}
{{History|||snap=12w36a|[[Dye]]d leather boots are now more saturated and have a slight tint of tan in respect to the default armor color.
|[[Wither skeleton]]s can now spawn wearing boots.}}
{{History|||snap=12w37a|[[File:Leather Boots (item) JE3 BE2.png|32px]] Leather boots now have non-dyed parts. This has been implemented so that [[player]]s can distinguish between other types of armor and similarly colored leather armor.}}
{{History||1.5|snap=13w04a|Boots in the [[player]]'s hand can now be equipped by right-clicking.
|[[Dispenser]]s can now equip nearby players with boots.}}
{{History||1.7.2|snap=13w36a|Leather boots can now be obtained as one of the "junk" items through [[fishing]].}}
{{History||1.8|snap=14w02a|Armorer [[villager]]s now [[trading|sell]] chain boots for 5–7 [[emerald]]s.
|Armorer villagers no longer sell diamond boots.
|Armorer villagers no longer sell iron boots.
|Leatherworker villagers no longer sell leather boots.}}
{{History|||snap=14w05a|Boots no longer turn red when [[mob]]s and [[player]]s are hurt.}}
{{History|||snap=14w06a|Boots are now visible on [[giant]]s.}}
{{History|||snap=14w25a|Chain boots [[Java Edition removed features#Chain armor|can no longer 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 boots 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|Boots' [[item durability|durability]] now affects armor value.}}
{{History|||snap=15w36a|Armor value and[[enchanting|enchantment]] calculations have been changed. For the original values, see [[Armor/Before 1.9|here]].}}
{{History|||snap=15w36d|Boots' durability affecting value has been removed.
|Boots now have an attribute controlling the defense points.}}
{{History|||snap=15w50a|Added {{cd|equip}} [[sound]]s for boots.}}
{{History|||snap=16w02a|Armor value and enchantment calculations have been changed again.}}
{{History|||snap=16w05a|Armor value calculations have been changed, once again.}}
{{History||1.11.1|snap=16w50a|Golden, chain and iron boots can now be [[smelting|smelted]] down into one of their respective [[nugget]]s. Chain boots smelt into iron nuggets.}}
{{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], these [[item]]s' numeral IDs were 298 through 317.{{more info|Specific values for boots}}}}
{{History|||snap=18w11a|Enchanted leather boots can now generate in the chests of [[shipwreck]]s.}}
{{History|||snap=18w20a|Chain armor boots have been renamed to "chainmail".}}
{{History||1.14|snap=18w43a|[[File:Leather Boots JE3 BE2.png|32px]] [[File:Chainmail Boots JE2 BE2.png|32px]] [[File:Iron Boots JE2 BE2.png|32px]] [[File:Golden Boots JE2 BE2.png|32px]] [[File:Diamond Boots JE2 BE2.png|32px]]<br>[[File:Leather Boots (item) JE4 BE3.png|32px]] [[File:Chainmail Boots (item) JE2 BE2.png|32px]] [[File:Iron Boots (item) JE2 BE2.png|32px]] [[File:Golden Boots (item) JE2 BE2.png|32px]] [[File:Diamond Boots (item) JE2 BE2.png|32px]] The textures of leather, chainmail, iron, golden, and diamond boots have been changed.}}
{{History|||snap=18w48a|Leather boots can now be found in [[chest]]s in [[village]] tanneries.}}
{{History|||snap=19w08a|[[File:Golden Boots (item) JE3 BE3.png|32px]] The textures of gold boots [[item]]s have been changed.}}
{{History|||snap=19w11a|Armorer villagers now sell iron and enchanted diamond boots, making diamond boots effectively [[renewable resource|renewable]] again.
|Leatherworker villagers now sell randomly [[dye]]d leather boots.}}
{{History|||snap=19w13a|Armorer villagers now give chainmail boots to players under the [[Hero of the Village]] effect.}}
{{History||1.16|snap=20w06a|[[File:Netherite Boots JE1.png|32px]] [[File:Netherite Boots (item) JE1.png|32px]] Added netherite boots.
|Netherite boots are obtained by combining diamond boots and one netherite ingot in a crafting table.}}
{{History|||snap=20w09a|[[File:Diamond Boots (item) JE3 BE3.png|32px]] The texture of diamond boots [[item]]s has been changed.}}
{{History|||snap=20w10a|[[File:Netherite Boots JE2 BE1.png|32px]] [[File:Netherite Boots (item) JE2.png|32px]] The texture of netherite boots has been changed.
|Netherite boots can no longer be crafted.
|Netherite boots are now obtained by combining diamond boots and one netherite ingot in a smithing table.}}
{{History|||snap=20w16a|Netherite boots now generate randomly enchanted in [[bastion remnants]] chests.
|Golden boots now generate randomly enchanted in [[ruined portal]] chests.}}
{{History|||snap=20w17a|Diamonds boots now generate in place of netherite boots in bastion remnant chests.}}
{{History||1.17|snap=20w46a|Leather boots can now be used to safely walk on [[powder snow]].|Leather armor now protects against [[powder snow]]'s freezing.}}
{{History|||snap=21w13a|Leather Boots now prevent fall damage when landing on [[powder snow]].}}
{{History||1.18.2|snap=22w03a|Netherite boots knockback resistance is no longer random.}}
{{History||1.19|snap=Deep Dark Experimental Snapshot 1|Added the [[Swift Sneak]] enchantment, which can only be applied to boots.}}
{{History|||snap=22w12a|The [[Swift Sneak]] enchantment can no longer applied to boots.}}
{{History||1.20<br>(Experimental)|link=1.19.4|snap=23w04a|Non-leather boots 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 boots to netherite boots now requires the netherite upgrade [[smithing template]].}}
{{History|||snap=23w05a|Leather boots can now be trimmed using a smithing table.|Boots 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|Boots can now be swapped by {{ctrl|using}} them in the hotbar.<ref>{{bug|MC-216270|||Fixed}}</ref>}}
{{History||?|Boots can now be swapped in [[armor stand]]s by {{ctrl|using}} them 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 Boots JE1 BE1.png|32px]] [[File:Chainmail Boots JE1 BE1.png|32px]] [[File:Iron Boots JE1 BE1.png|32px]] [[File:Golden Boots JE1 BE1.png|32px]] [[File:Diamond Boots JE1 BE1.png|32px]]<br> [[File:Leather Boots (item) JE1 BE1.png|32px]] [[File:Chainmail Boots (item) JE1 BE1.png|32px]] [[File:Iron Boots (item) JE1 BE1.png|32px]] [[File:Golden Boots (item) JE1 BE1.png|32px]] [[File:Diamond Boots (item) JE1 BE1.png|32px]] Added boots.}}
{{History||v0.8.0|snap=build 2|{{InvSprite|Leather Boots}} The leather boots sprites have been changed to that of the [[Java Edition|PC]] version, but its armor [[model]] remains that of older versions.}}
{{History||v0.9.0|snap=build 1|Iron boots now naturally generates in [[village]] [[chest]]s and a [[stronghold]] altar chest.}}
{{History||v0.12.1|snap=build 1|Chainmail boots can now be obtained in [[survival]] mode from a mob wearing it.
|Leather boots can now be obtained from [[fishing]] as a "junk" [[item]].}}
{{History||v0.14.0|snap=build 1|[[File:Leather Boots JE2 BE2.png|32px]] Leather boots can now be dyed and the model has been updated.}}
{{History|pocket}}
{{History||1.0.0|snap=alpha 0.17.0.1|[[Enchanting|Enchanted]] iron boots and enchanted diamond boots can now be found inside [[chest]]s within [[end city]].}}
{{History||1.0.4|snap=alpha 1.0.4.0|Chainmail boots 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 boots 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 boots now generate in [[buried treasure]] chests.
|Enchanted leather boots can now be found inside [[shipwreck]] supply room [[chest]]s.}}
{{History||1.10.0|snap=beta 1.10.0.3|Iron boots now can be found in plains [[village]] weaponsmith [[chest]]s.
|Leather boots can now be found inside plains village tannery chests.
|[[File:Leather Boots JE3 BE2.png|32px]] [[File:Iron Boots JE2 BE2.png|32px]] [[File:Golden Boots JE2 BE2.png|32px]] [[File:Diamond Boots JE2 BE2.png|32px]]<br> [[File:Leather Boots (item) JE4 BE3.png|32px]] [[File:Iron Boots (item) JE2 BE2.png|32px]] [[File:Golden Boots (item) JE2 BE2.png|32px]] [[File:Diamond Boots (item) JE2 BE2.png|32px]] The textures of boots have been changed.{{more info|Did chain boots not change?}}}}
{{History||1.11.0|snap=beta 1.11.0.1|Iron boots now can be found in [[savanna]], [[taiga]], [[desert]], [[snowy taiga]] and [[snowy tundra]] [[village]] weaponsmith [[chest]]s.
|Leather boots can now be found inside savanna, taiga, desert, snowy taiga and snowy tundra village tannery chests.}}
{{History|||snap=beta 1.11.0.4|[[Pillager]]s and [[vindicator]]s that spawn in [[raid]]s can now drop iron boots.
|Iron and diamond boots are now sold by armorer villagers.}}
{{History||1.11.0|snap=beta 1.11.0.5|[[File:Golden Boots (item) JE3 BE3.png|32px]] The textures of golden boots [[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 boots no longer show as being [[dye]]d properly when worn by [[armor stand]]s.}}
{{History||1.13.0|snap=beta 1.13.0.1|Leather boots now appear dyed properly when worn by armor stands.}}
{{History||1.16.0|snap=beta 1.16.0.51|[[File:Netherite Boots JE2 BE1.png|32px]] [[File:Netherite Boots (item) BE1.png|32px]] Added netherite boots.|Netherite boots are obtained by combining diamond boots and one netherite ingot in a crafting table.
|[[File:Diamond Boots (item) JE3 BE3.png|32px]] The texture of diamond boots [[item]]s have been changed.}}
{{History|||snap=beta 1.16.0.57|Iron boots with soul speed enchantment can be obtained from bartering with piglin.
|Netherite boots can no longer be crafted.
|Netherite boots are now obtained by combining diamond boots and one netherite ingot in a smithing table.
|Golden boots can now be found in [[ruined portal]] chest.
|Golden and netherite boots can be found in [[bastion remnant]] chest.}}
{{History|||snap=beta 1.16.0.63|Diamonds boots now generate in place of netherite boots in bastion remnant chests.}}
{{History||1.16.200|snap=beta 1.16.200.52|Leather boots can now be used to safely walk on [[powder snow]].}}
{{History||1.17.10|snap=beta 1.17.10.20|[[File:Netherite Boots (item) JE2.png|32px]] The texture of netherite boots item has been changed to match ''Java Edition''.}}

{{History|console}}
{{History||xbox=TU1|xbone=CU1|ps=1.0|wiiu=Patch 1|switch=1.0.1|[[File:Leather Boots JE2 BE1.png|32px]] [[File:Leather Boots (item) JE1 BE1.png|32px]] Added leather boots.
|[[File:Iron Boots JE1 BE1.png|32px]] [[File:Iron Boots (item) JE1 BE1.png|32px]] Added iron boots.
|[[File:Golden Boots JE1 BE1.png|32px]] [[File:Golden Boots (item) JE1 BE1.png|32px]] Added golden boots.
|[[File:Diamond Boots JE1 BE1.png|32px]] [[File:Diamond Boots (item) JE1 BE1.png|32px]] Added diamond boots.}}
{{History||xbox=TU5|[[File:Chainmail Boots JE1 BE1.png|32px]] [[File:Chainmail Boots (item) JE1 BE1.png|32px]] Added chain boots.
|Added a quick equip for boots to the [[inventory]] interface.}}
{{History||xbox=TU12|ps=1.03|[[File:Leather Boots (item) JE3 BE2.png|32px]] The textures for leather boots [[item]]s have been changed.}}
{{History||xbox=TU14|ps=1.05|Leather boots can now be [[dye]]d.
|[[Item repair]] can now repair boots.}}
{{History||xbox=TU25|xbone=CU13|ps=1.16|Boots 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 boots can now be [[smelting|smelted]] down into one of their respective [[nugget]]s. Chain boots smelt into iron nuggets.}}
{{History|PS4}}
{{History||1.90|[[File:Leather Boots JE3 BE2.png|32px]] [[File:Leather Boots (item) JE4 BE3.png|32px]] The textures of leather boots have been changed.
|[[File:Chainmail Boots JE2 BE2.png|32px]] [[File:Chainmail Boots (item) JE2 BE2.png|32px]] The textures of chainmail boots have been changed.
|[[File:Iron Boots JE2 BE2.png|32px]] [[File:Iron Boots (item) JE2 BE2.png|32px]] The textures of iron boots have been changed.
|[[File:Golden Boots JE2 BE2.png|32px]] [[File:Golden Boots (item) JE3 BE3.png|32px]] The textures of gold boots have been changed.
|[[File:Diamond Boots JE2 BE2.png|32px]] [[File:Diamond Boots (item) JE2 BE2.png|32px]] The textures of diamond boots have been changed.}}

{{History|new 3ds}}
{{History||0.1.0|[[File:Leather Boots JE2 BE1.png|32px]] [[File:Leather Boots (item) JE3 BE2.png|32px]] Added leather boots.
|[[File:Chainmail Boots JE1 BE1.png|32px]] [[File:Chainmail Boots (item) JE1 BE1.png|32px]] Added chain boots.
|[[File:Iron Boots JE1 BE1.png|32px]] [[File:Iron Boots (item) JE1 BE1.png|32px]] Added iron boots.
|[[File:Golden Boots JE1 BE1.png|32px]] [[File:Golden Boots (item) JE1 BE1.png|32px]] Added golden boots.
|[[File:Diamond Boots JE1 BE1.png|32px]] [[File:Diamond Boots (item) JE1 BE1.png|32px]] Added diamond boots.}}
{{History|foot}}

==Issues ==
{{issue list}}

==Trivia==
*Netherite boots are shorter in their item texture but are longer in their texture when being worn
*Leather armor originally used textures from one of [[Notch]]'s previous games, ''[[Legend of the Chambered]]''.
*Leather boots are the only piece of leather armor that has the same name as other armor materials.
*The netherite boots are the only type of boots to have a differently shaped item sprite when compared to the other boot types.
*Chainmail boots are the only boots that have transparent pixels in their texture currently

==Gallery==

===Enchanted Boots===
<gallery>
File:Enchanted Leather Boots (item).gif
File:Enchanted Chainmail Boots (item).gif
File:Enchanted Iron Boots (item).gif
File:Enchanted Golden Boots (item).gif
File:Enchanted Diamond Boots (item).gif
File:Enchanted Netherite Boots (item).gif
</gallery>
<gallery>
File:Enchanted Leather Boots.gif
File:Enchanted Chainmail Boots.gif
File:Enchanted Iron Boots.gif
File:Enchanted Golden Boots.gif
File:Enchanted Diamond Boots.gif
File:Enchanted Netherite Boots.gif
</gallery>

==References==
{{reflist}}

==External Links==
*[https://www.minecraft.net/en-us/article/taking-inventory--boots Taking Inventory: Boots] – Minecraft.net on November 24, 2019

{{Items}}

[[Category:Armor]]

[[ja:ブーツ]]
[[ko:부츠]]
[[pl:Buty]]
[[pt:Botas]]
[[th:รองเท้า]]
[[zh:靴子]]</li></ul>
build 1Added /give.
The functionality is almost equivalent to the Java 1.10 usage, except there is no support for data tags and the player target is optional in /give.


See also[]

  • /summon – summon any entity at any location

References[]


Advertisement