Minecraft Wiki
Register
Advertisement

Adds or removes status effects on players and other entities.

Syntax[]

  • Java Edition
effect clear [<targets>] [<effect>]
Removes an effect.
effect give <targets> <effect> [<seconds>] [<amplifier>] [<hideParticles>]
Gives an effect.
effect give <targets> <effect> infinite [<amplifier>] [<hideParticles>]
Gives an effect with infinite duration, which displays as in the GUI.
  • Bedrock Edition
effect <player: target> clear
Removes all effects.
effect <player: target> <effect: Effect> [seconds: int] [amplifier: int] [hideParticles: Boolean]
Gives or removes an effect.

Arguments[]

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

Specifies the target(s). In Java Edition, if not specified, defaults to the player who executes the command.
Must be a player name, a target selector or a UUID[Java Edition only].

JE<effect>: resource
BE: effect: Effect: enum

Specifies the effect to be added or removed.
In Java Edition, must be an existing registered resource location in minecraft:mob_effect registry. In Bedrock Edition, must be an ID of a status effect (without namespace)

JE<seconds>: integer
BE: seconds: int: int

Specifies the effect's duration in seconds (or in gameticks for instant_damage, instant_health, and saturation). If not specified, defaults to 30 seconds (or 1 gameticks for instant_damage, instant_health, and saturation).
Must be a 32-bit integer number. In Java Edition, it must be between 0 and 1000000 (inclusive). In Bedrock Edition, it must be between 0 and 2147483647 (inclusive), and values higher than 1000000 are treated as 1000000.

JE<amplifier>: integer
BE: amplifier: int: int

Specifies the number of additional levels to add to the effect. If not specified, defaults to 0. Note that the first tier of a status effect (e.g. Regeneration I) is 0, so the second tier, for example Regeneration II, would be specified by an amplifier level of 1.
Must be a 32-bit integer number. And it must be between 0 and 255 (inclusive).

JE<hideParticles>: bool
BE: hideParticles: Boolean: enum

Specifies whether the particles and the HUD indicator‌[Java Edition only] of the status effect should be hidden. If not specified, defaults to false.
Must be a boolean (either true or false).

Result[]

CommandTriggerJava EditionBedrock Edition
anythe arguments are not specified correctly Unparseable Failed
<targets> or player: target fails to resolve to one or more entities (named player must be online) Failed
/effect give ...All the selected entities meets one or more of the following conditions:
  • the entity is immune to the specified effect.
  • the entity already has a status effect with the same id and the same "hideParticles" value, but the new effect doesn't have a higher amplifier or a longer duration.
  • the entity already has a status effect with the same id and the same "hideParticles" value, and the new effect has a lower amplifier and a longer duration.
Successful
/effect clear<targets> is not specified when the command's executor is not a player N/A
/effect clear ...there's no effect removed from any entity
/effect ... clearthere's no effect removed from any entity N/A Failed
anyOtherwiseSuccessful

Output[]

CommandEditionSituationSuccess Count/execute store success .../execute store result ...
anyJava EditionOn fail000
On success11the number of entities that are given or revoked effect(s).
Bedrock EditionOn fail0N/AN/A
On successthe number of entities that are given or revoked effect(s).N/AN/A

Note[]

In Java Edition, if a target already has a status effect with the same id, a new effect only with a longer duration or a higher amplifier can be added.
  • If the new effect has a higher amplifier and a shorter duration, the original effect will be hidden.
  • If the new effect has a lower amplifier and a longer duration, the new effect will be hidden.
    • If their "hideParticles" values are different, the active effect's value will be set to the specified value.
  • Otherwise, the original active effect will be replaced by the new effect, without changing hidden effects.
Only if the active effect is changed does the command succeed, no matter whether the hidden effects are changed or not.


In Bedrock Edition, if a target already has the status effect, a new status effect with the same amplifier overrides the old duration if it is longer, but a new status effect with a higher amplifier overrides any previous effect.
In Bedrock Edition, no matter whether the new effect can override the original effect, "hideParticles" value is always applied.
In Bedrock Edition, if the player uses an NBT editor to get negative levels of effects, the level of the effect jumps to 255 instead.

Examples[]

  • To grant a Resistance V effect to the current entity for 1 million seconds, hiding particles: effect give @s minecraft:resistance 1000000 4 true[Java Edition only] or effect @s resistance 1000000 4 true[Bedrock Edition only]
  • To grant a Speed II effect to the nearest player for 60 seconds: effect give @p minecraft:speed 60 1[Java Edition only] or effect @p speed 60 1[Bedrock Edition only]
  • To grant a Speed III effect to the nearest player for 60 seconds: effect give @p minecraft:speed 60 2[Java Edition only] or effect @p speed 60 2[Bedrock Edition only]
  • To clear any Haste effects from all players: effect clear @a minecraft:haste[Java Edition only] or effect @a haste 0[Bedrock Edition only]
  • To clear all effects from all zombies: effect clear @e[type=zombie][Java Edition only] or effect @e[type=zombie] clear[Bedrock Edition only]

History[]

Java Edition
1.5
{{Extension DPL}}<ul><li>[[Sparkler|Sparkler]]<br/>{{About|the Education Edition exclusive item|the new melee weapon available from the ''Minecraft Dungeons'' anniversary event|MCD:Sparkler}}
{{Item
| image = <gallery>
Orange Sparkler.png | Orange
Blue Sparkler.png | Blue
Red Sparkler.png | Red
Purple Sparkler.png | Purple
Green Sparkler.png | Green
</gallery>
| image2 = <gallery>
Active Orange Sparkler.png | Active Orange
Active Blue Sparkler.png | Active Blue
Active Red Sparkler.png | Active Red
Active Purple Sparkler.png | Active Purple
Active Green Sparkler.png | Active Green
</gallery>
| renewable = No
| stackable = No
}}
{{education feature}}
{{exclusive|bedrock|education}}
A '''sparkler''' is a [[Chemistry Update|chemistry]]-related [[item]] that emits particles when lit.
Sparklers are available in orange, blue, red, purple, and green colors.

== Obtaining ==

=== Crafting ===
{{Crafting
|showdescription=1
|B1=Chloride |B2=Magnesium |B3=Stick
|Output=Sparkler
|description= Calcium Chloride: Orange<br>Cerium Chloride: Blue<br>Mercuric Chloride: Red<br>Potassium Chloride: Purple<br>Tungsten Chloride: Green<br>{{only|bedrock|education}}
|type=Miscellaneous
}}

== Usage ==

{{ctrl|Using}} a sparkler ignites it, causing its texture to change. When lit, the sparkler emits colored [[particles]]; the [[durability]] meter depletes while the sparkler is burning. Sparklers are one of the few [[item]]s that can be held in the [[off-hand]] {{in|be}}. Unlit sparklers have normal lighting like most items, while lit sparklers appear to glow when held in the player's hand, similarly to [[glow stick]]s.

When the [[player]] uses another item while a sparkler is lit, or holds the sparkler in the off-hand, the sparkler's durability stops depleting.

If the player has a lit sparkler in their [[inventory]] and goes into the [[water]], the sparkler is destroyed immediately. However, it does not get destroyed if dropped in water. It also cannot float.

Despite having durability, sparklers cannot be enchanted with [[Unbreaking]] or [[Mending]].

== Sounds ==
{{Sound table
|type=bedrock
|sound=Fuse.ogg
|source=sound
|description=While a sparkler is active
|id=sparkler.active
|volume=0.25
|pitch=0.8/1.2}}
{{Sound table
|sound=Fizz.ogg
|source=block
|description=While a sparkler is being lit
|id=random.fizz
|volume=1.0
|pitch=2.4/2.6
|foot=1}}

== Data values ==
=== ID ===
{{ID table
|edition=bedrock
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Sparkler
|spritename=sparklers
|spritetype=item
|nameid=sparkler
|id=600
|form=item
|translationkey=item.sparkler.orange.name,item.sparkler.blue.name,item.sparkler.red.name,item.sparkler.purple.name,item.sparkler.green.name
|foot=1}}

== History ==
{{History|bedrock}}
{{History||1.4.0|snap=beta 1.2.20.1|[[File:Orange Sparkler BE1.png|32px]] [[File:Blue Sparkler BE1.png|32px]] [[File:Red Sparkler BE1.png|32px]] [[File:Purple Sparkler BE1.png|32px]] [[File:Green Sparkler BE1.png|32px]] <br>[[File:Active Orange Sparkler BE1.png|32px]] [[File:Active Blue Sparkler BE1.png|32px]] [[File:Active Red Sparkler BE1.png|32px]] [[File:Active Purple Sparkler BE1.png|32px]] [[File:Active Green Sparkler BE1.png|32px]] Added sparklers.}}

{{History|education}}
{{History||1.0.27|[[File:Orange Sparkler BE1.png|32px]] [[File:Blue Sparkler BE1.png|32px]] [[File:Red Sparkler BE1.png|32px]] [[File:Purple Sparkler BE1.png|32px]] [[File:Green Sparkler BE1.png|32px]] <br>[[File:Active Orange Sparkler BE1.png|32px]] [[File:Active Blue Sparkler BE1.png|32px]] [[File:Active Red Sparkler BE1.png|32px]] [[File:Active Purple Sparkler BE1.png|32px]] [[File:Active Green Sparkler BE1.png|32px]] Added sparklers.}}
{{History|foot}}

== Issues ==

{{issue list}}

== Trivia ==
* The formula for sparkler roughly works in real life. Magnesium itself burns white in air, while the metal salts add [[wikipedia:flame test|color to the flame]].

{{items}}
{{Education Edition}}

[[Category:Non-renewable resources]]
[[Category:Education Edition items]]

[[de:Wunderkerze]]
[[ja:手持ち花火]]
[[ko:스파클러]]
[[pl:Zimne ognie]]
[[pt:Vela-Faísca]]
[[zh:烟花棒]]</li><li>[[Wheat|Wheat]]<br/>{{About||the artifact in ''Minecraft Dungeons''|Minecraft Dungeons:Wonderful Wheat|the seed|Wheat Seeds}}
{{Item
| image = Wheat.png
| renewable = Yes
| stackable = Yes (64)
}}
'''Wheat''' is an [[item]] primarily obtained by harvesting fully-grown [[Wheat Seeds|wheat crops]]. It is used for [[crafting]] as well as to feed certain animals.

== Obtaining ==

=== Natural generation ===

{{LootChestItem|wheat}}

=== Farming ===

{{main|Tutorials/Crop farming}}

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

=== Crafting ===

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

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

== Usage ==

=== Food ===

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

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

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

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

=== Crafting ingredient ===

{{crafting usage}}

=== Trading ===

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

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

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

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

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

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

== Video ==

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

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

== History ==

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

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

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

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

== Issues ==
{{issue list}}

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

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

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

[[cs:Pšenice]]
[[de:Weizen]]
[[es:Trigo]]
[[fr:Blé]]
[[hu:Búza]]
[[it:Grano]]
[[ja:小麦]]
[[ko:밀]]
[[nl:Tarwe]]
[[pl:Pszenica]]
[[pt:Trigo]]
[[ru:Пшеница]]
[[th:ข้าวสาลี]]
[[uk:Пшениця]]
[[zh:小麦]]
[[Category:Renewable resources]]</li></ul>
13w09bAdded /effect.
1.6.1
{{Extension DPL}}<ul><li>[[:Category:Fungi|Category:Fungi]]<br/>All pages covering blocks that are fungi.

[[Category:Blocks]]
[[Category:Items]]

[[ja:カテゴリ:菌類]]</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>
preAdded clear argument to /effect.
1.8
{{Extension DPL}}<ul><li>[[Block Inspector|Block Inspector]]<br/>{{MinecraftEdu feature}}
{{stub}}

{{Item
| image = BlockInspector.png
| stackable = No {{verify}}
}}

'''Block Inspector''' is an item used to display the name of the block the player is looking at on screen.

== Data values ==
{{ID table
|generatetranslationkeys=java
|displayname=Block Inspector
|spritetype=item
|nameid=block_inspector|foot=1}}

==History==
{{History|MinecraftEDU}}
{{History||0.9848|[[File:BlockInspector.png|32px]] Added block inspectors.}}
{{History|foot}}

{{Items}}</li><li>[[Bamboo|Bamboo]]<br/>{{for|the plant feature|Bamboo (feature)}}
{{Distinguish|text = [[Sugar Cane]], which was colloquially known as Bamboo}}
{{Block
| image = <gallery>
Leafless Bamboo.png|Leafless
Small Leaves Bamboo.png|Small
Big Leaves Bamboo.png|Big
Leafless Old Bamboo.png|Leafless Old
Small Leaves Old Bamboo.png|Small Old
Big Leaves Old Bamboo.png|Big Old
</gallery>
| image2 = Bamboo Shoot.png<!--different infobox for this later down the line, like with pistons?-->
| image3 = Bamboo (item) JE1 BE1.png
| transparent = Yes
| light = No
| tool = Sword
| tool2 = Axe
| renewable = Yes
| stackable = Yes (64)
| flammable = '''Bamboo''': Yes (60)<br>'''Shoot''': No
| lavasusceptible = Yes
}}
'''Bamboo''' is a versatile, fast-growing, [[Bone Meal|bonemealable]] [[plant]] found primarily in [[jungle]]s, which is used for [[crafting]] (particularly [[scaffolding]] and [[Block of Bamboo|bamboo wood]]), [[smelting]] and [[breeding]] [[Panda|pandas]]. 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

{{/BS}}

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

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

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

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

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

== Issues ==
{{Issue list}}

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

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

==References==
{{Reflist}}

{{Blocks|vegetation}}

{{Items}}

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

[[cs:Bambus]]
[[de:Bambus]]
[[es:Bambú]]
[[fr:Bambou]]
[[it:Bambù]]
[[ja:竹]]
[[ko:대나무]]
[[pl:Bambus]]
[[pt:Bambu]]
[[ru:Бамбук]]
[[th:ไม้ไผ่]]
[[zh:竹子]]</li></ul>
14w06aAdded hideParticles argument to /effect
1.15
{{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>[[Spawn Egg|Spawn Egg]]<br/>{{distinguish|Egg|Frogspawn|Dragon Egg|Sniffer Egg|Turtle Egg}}
{{Item
| image = Spawn Egg.png
| extratext = View [[#Gallery|all renders]]
| stackable = Yes (64), the same type of spawn egg only
| renewable = No
}}
{{Many images}}
A '''spawn egg'''<ref group=fn>Known as '''''<Mob>'' Spawn Egg''' {{in|java}} and '''Spawn ''<Mob>''''' {{in|bedrock}}, where ''<Mob>'' is the name of the mob it spawns.</ref> is an [[item]] used to spawn [[mobs]] directly.

== Obtaining ==
Spawn eggs can be obtained only in [[Creative]] mode or using [[commands]]. In Creative mode, the [[player]] can press {{control|pick block}} on an existing mob to obtain their respective egg. Spawn eggs are also available in the Creative inventory. There are 77 spawn eggs {{in|bedrock}} and 75 spawn eggs {{in|java}}.

== Usage ==

A spawn egg is used by pressing {{control|use}} on any surface (top, bottom, or side) with the egg. When used on a top surface, the egg's [[mob]] appears with its feet immediately adjacent to the surface, and its ambient sound is played.

Spawn eggs are not thrown (unlike normal [[egg]]s); the player must be within normal range of the block to use the spawn egg. Ocelot and all monster mobs (except [[shulker]]s, [[piglin]]s, [[hoglin]]s; and in Bedrock Edition, also include [[vindicator]]s, [[evoker]]s, [[zoglin]]s, [[piglin brute]]s) spawned while on Peaceful difficulty get created and immediately deleted from the world.

The surfaces of blocks are prioritized for spawning; if none are within reach, mobs can also be spawned in [[water]].

=== Dispensers ===
A spawn egg fired from a [[dispenser]] spawns the [[mob]] directly in front of the dispenser. The spawn egg is consumed when fired.

=== Baby mobs ===
If the [[player]] {{control|uses}} a spawn egg on the type of [[mob]] it spawns, and that mob has a baby form, the egg spawns a baby version of the mob. In mobs that can breed, the baby is created by breeding the clicked mob to itself. For instance, using a sheep spawn egg on a [[sheep]] makes a baby sheep with the same wool color.{{only|java}}

Other mobs such as [[evoker]]s, [[vindicator]]s, [[vex]]es, [[piglin brute]]s, [[ravager]]s, [[phantom]]s, [[skeleton]]s, [[pillager]]s, [[creeper]]s and [[wither skeleton]]s do not have a baby variant, so the egg still spawns an adult.

=== Monster spawners ===
All spawn eggs can also be {{Control|used}} on a [[monster spawner]] to change the [[mob]] the monster spawner spawns. {{IN|bedrock}}, spawn eggs for any of the fish mobs spawn them only if the monster spawner is waterlogged.

=== Renaming ===
A spawn egg can be renamed on an [[anvil]], and when used it spawns a [[mob]] with that name appearing over its head. The name can be seen only by aiming at the mob from four or fewer blocks away. This name also appears in [[death messages]] from the mob killing a [[player]]. If the player renames a spawn egg by the names described below, the mob appears described below. If the player renames a [[rabbit]] spawn egg "Toast", the secret skin of the rabbit appears when the egg is used. Naming a spawn egg "Dinnerbone" or "Grumm" causes the mob to appear upside down and show the given name above it. Renaming a [[vindicator]] "Johnny" causes it to act hostile to all mobs except for other illagers. Renaming a [[sheep]] "jeb_" makes the sheep's wool color cycle in a rainbow loop. This doesn't change the color of the wool the sheep drops. Renaming a spawn egg of a [[Hostile mob|hostile mob]] with an [[anvil]] and then spawning the hostile mob with the renamed spawn egg does not prevent the hostile mob from despawning, unlike using a [[Name Tag|name tag]] on the mob.

=== Survival mode ===
Mobs can be spawned with spawn eggs in [[Survival]] mode, but spawn eggs are [[Content inaccessible in Survival|not obtainable in Survival]] without cheats; they can be obtained only using the Creative menu or commands. Unlike in creative, spawn eggs are consumed when used in survival.

== List of spawn eggs ==
There is a spawn egg for almost every mob in the game; exceptions are listed below this table.
{| class="wikitable" data-description="Spawn eggs and availability"
! Egg
! Spawns
! Notes
|-
! colspan="4"| Hostile and neutral mobs
|-
| align="center"| {{InvSprite|Bee Spawn Egg}}
| {{EntityLink|Bee}}
| Bees have 5% chance of spawning as a baby.
|-
|align="center"| {{InvSprite|Blaze Spawn Egg}}
| {{EntityLink|Blaze}}
| 
|-
|align="center"| {{InvSprite|Bogged Spawn Egg}}
| {{EntityLink|Bogged}}
| 
|-
|align="center"| {{InvSprite|Cave Spider Spawn Egg}}
| {{EntityLink|Cave Spider}}
| Cave spiders have a 1% chance of spawning a {{EntityLink|Cave Spider Jockey}}. {{only|bedrock}}
|-
|align="center"| {{InvSprite|Creeper Spawn Egg}}
| {{EntityLink|Creeper}}
| Creepers can never spawn [[Creeper#Charged creeper|charged]].
|-
|align="center"| {{InvSprite|Dolphin Spawn Egg}}
| {{EntityLink|Dolphin}} 
| {{IN|bedrock}}, dolphins have 10% chance of spawning as a baby.
|-
|align="center" |{{InvSprite|Drowned Spawn Egg}}
| {{EntityLink|Drowned}}
| Drowned can spawn holding [[trident]]s, [[fishing rod]]s, or [[nautilus shell]]s. Drowned have 5% chance of spawning as a baby.<ref name="LazilyCodedSpawnEggs">{{bug|MC-167377}}</ref>
|-
|align="center"| {{InvSprite|Elder Guardian Spawn Egg}}
| {{EntityLink|Elder Guardian}}
| 
|-
|align="center"| {{InvSprite|Ender Dragon Spawn Egg}}
| {{EntityLink|Ender Dragon}}
| Only accessible via commands to prevent accidental destruction of player builds.
|-
|align="center"| {{InvSprite|Enderman Spawn Egg}}
| {{EntityLink|Enderman}}
| Endermen spawn neutral and not holding a block.
|-
|align="center"| {{InvSprite|Endermite Spawn Egg}}
| {{EntityLink|Endermite}}
|
|-
|align="center"| {{InvSprite|Evoker Spawn Egg}}
| {{EntityLink|Evoker}}
| 
|-
|align="center"| {{InvSprite|Ghast Spawn Egg}}
| {{EntityLink|Ghast}}
|
|-
|align="center"| {{InvSprite|Goat Spawn Egg}}
| {{EntityLink|Goat}}
|Goats spawn with two horns and have a 5% chance spawning as a baby, and a 2% chance of spawning as a screaming goat.
|-
|align="center"| {{InvSprite|Guardian Spawn Egg}}
| {{EntityLink|Guardian}}
|
|-
|align="center"| {{InvSprite|Hoglin Spawn Egg}}
| {{EntityLink|Hoglin}}
| Hoglins have 5% chance of spawning as a baby.
|-
|align="center"| {{InvSprite|Husk Spawn Egg}}
| {{EntityLink|Husk}}
| Husks have a 5% chance of spawning as a baby. Baby husks have a 5%{{only|java|short=1}} or 15%{{only|bedrock|short=1}} chance of spawning as a {{EntityLink|Chicken Husk Jockey|Chicken Jockey}}. There is also a chance of them holding [[Zombie#Armed zombies|tools, weapons or armor]]. Baby variants are randomly spawned.<ref name="LazilyCodedSpawnEggs"/>
|-
|align="center"| {{InvSprite|Iron Golem Spawn Egg}}
| {{EntityLink|Iron Golem}}
|These golems are neutral like the [[village]] golems.
|-
|align="center"| {{InvSprite|Llama Spawn Egg}}
| {{EntityLink|Llama}}
| Llamas spawn untamed and have a 10% chance of spawning as a baby.
|-
|align="center"| {{InvSprite|Magma Cube Spawn Egg}}
| {{EntityLink|Magma Cube}}
| Magma cubes spawn with a random size.
|-
|align="center"| {{InvSprite|Panda Spawn Egg}}
| {{EntityLink|Panda}}
| Pandas spawn with a random personality and have a 5% chance of spawning as a baby.
|-
|align="center"| {{InvSprite|Phantom Spawn Egg}}
| {{EntityLink|Phantom}}
|
|-
|align="center"| {{InvSprite|Piglin Spawn Egg}}
| {{EntityLink|Piglin}}
| Piglins have a 25%{{only|Java|short=1}} or 5%{{only|bedrock|short=1}} chance of spawning as a baby. They may also spawn with an [[enchanted]] [[crossbow]] or [[golden sword]] and [[golden armor]].
|-
|align="center"| {{InvSprite|Piglin Brute Spawn Egg}}
| {{EntityLink|Piglin Brute}}
| Piglin brutes never spawn with armor.
|-
|align="center"| {{InvSprite|Pillager Spawn Egg}}
| {{EntityLink|Pillager}}
| Pillagers have a chance of spawning with an [[enchanted]] [[crossbow]].
|-
|align="center"| {{InvSprite|Polar Bear Spawn Egg}}
| {{EntityLink|Polar Bear}}
| Polar bears have a 10% chance of spawning as a baby.
|-
|align="center"| {{InvSprite|Ravager Spawn Egg}}
| {{EntityLink|Ravager}}
| Ravagers never spawn being ridden by [[illager]]s.
|-
|align="center"| {{InvSprite|Shulker Spawn Egg}}
| {{EntityLink|Shulker}}
| Shulkers spawn undyed. Their orientation is also dependent on where the shulker is placed.
|-
|align="center"| {{InvSprite|Silverfish Spawn Egg}}
| {{EntityLink|Silverfish}}
| 
|-
|align="center"| {{InvSprite|Skeleton Spawn Egg}}
| {{EntityLink|Skeleton}}
|[[Skeleton]] eggs used in the [[Overworld]] and [[the End]] always spawn regular [[skeleton]]s.<br>{{IN|bedrock}}, eggs used in [[the Nether]] have an 80% chance to spawn [[wither skeleton]]s.<br>{{IN|bedrock}}, eggs used in [[Snowy Tundra]], [[Ice Spikes]], [[Snowy Mountains]], [[Frozen River]], [[Frozen Ocean]], [[Deep Frozen Ocean]] and [[Legacy Frozen Ocean]] [[biome]]s have an 80% chance to spawn [[stray]]s, if spawned with a clear view of the sky. They may also spawn with an [[enchanted]] [[bow]] and [[armor]].
|-
|align="center"| {{InvSprite|Slime Spawn Egg}}
| {{EntityLink|Slime}}
| Slimes spawn with a random size.
|-
|align="center"| {{InvSprite|Spider Spawn Egg}}
| {{EntityLink|Spider}}
| Spiders have a 1% chance to spawn a {{EntityLink|Spider Jockey}}.
|-
|align="center"| {{InvSprite|Stray Spawn Egg}}
| {{EntityLink|Stray}}
| Strays may spawn with an [[enchanted]] [[bow]] and [[armor]].
|-
|align="center"| {{InvSprite|Trader Llama Spawn Egg}}
| {{EntityLink|Trader Llama}}
|
|-
|align="center"| {{InvSprite|Vex Spawn Egg}}
| {{EntityLink|Vex}}
| 
|-
|align="center"| {{InvSprite|Vindicator Spawn Egg}}
| {{EntityLink|Vindicator}}
| Vindicators never spawn as captains.{{only|bedrock}} They may spawn with an [[enchanted]] [[axe]].
|-
|align="center"| {{InvSprite|Warden Spawn Egg}}
| {{EntityLink|Warden}}
| 
|-
|align="center"| {{InvSprite|Witch Spawn Egg}}
| {{EntityLink|Witch}}
|
|-
|align="center"| {{InvSprite|Wither Spawn Egg}}
| {{EntityLink|Wither}}
| Only accessible via commands to prevent accidental destruction of player builds.
|-
|align="center"| {{InvSprite|Wither Skeleton Spawn Egg}}
| {{EntityLink|Wither Skeleton}}
| 
|-
|align="center"| {{InvSprite|Wolf Spawn Egg}}
| {{EntityLink|Wolf}}
| Wolves spawn untamed and neutral. Wolves have a 5% chance of spawning as a baby.
|-
|align="center"| {{InvSprite|Zoglin Spawn Egg}}
| {{EntityLink|Zoglin}}
|
|-
|align="center"| {{InvSprite|Zombie Spawn Egg}}
| {{EntityLink|Zombie}}
| Zombies do not spawn as [[zombie villager]]s, but they have a 5% chance of spawning as a baby.<ref name="LazilyCodedSpawnEggs"/> There is also a chance of them holding [[Zombie#Geared zombies|tools, weapons or armor]]. A baby zombie has a 5%{{only|java|short=1}} or 15%{{only|bedrock}} chance of spawning as a {{EntityLink|Chicken Jockey}}.
|-
|align="center"| {{InvSprite|Zombie Villager Spawn Egg}}
| {{EntityLink|Zombie Villager}}
| Zombie villagers' professions are randomized.{{only|Java}} Their outfit depends on the biome, and they have a 5% chance of spawning as a baby.<ref name="LazilyCodedSpawnEggs"/> A baby zombie villager has a 5%{{only|java|short=1}} or 15%{{only|bedrock}} chance of spawning as a {{EntityLink|Chicken Zombie Villager Jockey|Chicken Jockey}}.
{{IN|bedrock}}, they never spawn with equipment.
|-
|align="center"| {{InvSprite|Zombified Piglin Spawn Egg}}
| {{EntityLink|Zombified Piglin}}
| Zombified piglins spawn neutral and have a 5% chance of spawning as a baby.<ref name="LazilyCodedSpawnEggs"/> A baby zombified piglin has a 5% chance of spawning as a {{EntityLink|Chicken Zombified Piglin Jockey|Chicken Jockey}}.{{only|java|short=1}} They may also spawn with an [[enchanted]] [[sword]].
|-
!colspan="4"| Passive mobs
|-
|align="center"| {{InvSprite|Spawn Agent}}
| {{EntityLink|Agent}}
|
|-
|align="center"| {{InvSprite|Allay Spawn Egg}}
| {{EntityLink|Allay}}
| 
|-
|align="center"| {{InvSprite|Axolotl Spawn Egg}}
| {{EntityLink|Axolotl}}
|Axolotls' skins are randomized and have a 5% chance of spawning as a baby.
|-
|align="center"| {{InvSprite|Bat Spawn Egg}}
| {{EntityLink|Bat}}
| If the player is far enough away when using the spawn egg on the bottom of an opaque block, the bat hangs upside down from it.
|-
|align="center"| {{InvSprite|Camel Spawn Egg}}
| {{EntityLink|Camel}}
| 
|-
|align="center"| {{InvSprite|Cat Spawn Egg}}
| {{EntityLink|Cat}}
| Cats' skins are randomized and always spawn stray cats. Cats have a 25% chance of spawning as a baby.
|-
|align="center"| {{InvSprite|Chicken Spawn Egg}}
| {{EntityLink|Chicken}}
| Chickens have a 5% chance of spawning as a baby.
|-
|align="center"| {{InvSprite|Cod Spawn Egg}}
| {{EntityLink|Cod}}
|Cods have a 0% chance of spawning as a baby. Baby cods can only be found naturally.
|-
|align="center"| {{InvSprite|Cow Spawn Egg}}
| {{EntityLink|Cow}}
| Cows have a 5% chance of spawning as a baby.
|-
|align="center"| {{InvSprite|Donkey Spawn Egg}}
| {{EntityLink|Donkey}}
| Donkeys spawn untamed and have a 20% chance of spawning as a baby.
|-
|align="center"| {{InvSprite|Fox Spawn Egg}}
| {{EntityLink|Fox}}
| Foxes spawn untrusting, with their skins depending on the biome. They can spawn holding items and have 5% chance of spawning as a baby.
|-
|align="center"| {{InvSprite|Frog Spawn Egg}}
| {{EntityLink|Frog}}
| Frog skins are biome-dependent.
|-
|align="center"| {{InvSprite|Glow Squid Spawn Egg}}
| {{EntityLink|Glow Squid}}
| {{IN|bedrock}}, glow squids have a 5% chance of spawning as a baby.
|-
|align="center"| {{InvSprite|Horse Spawn Egg}}
| {{EntityLink|Horse}}
| Horses spawn untamed and have a 20% chance of spawning as a baby.
|-
|align="center"| {{InvSprite|Mooshroom Spawn Egg}}
| {{EntityLink|Mooshroom}}
| Mooshrooms always spawn red and have a 5% chance of spawning as a baby.
|-
|align="center"| {{InvSprite|Mule Spawn Egg}}
| {{EntityLink|Mule}}
| Mules have a 20% chance of spawning as a baby.
|-
|align=“center” | {{InvSprite|Spawn NPC}}
| {{EntityLink|NPC}}
|There is an equal chance of spawning each of the 5 variants of this mob from the egg.
|-
|align="center"| {{InvSprite|Ocelot Spawn Egg}}
| {{EntityLink|Ocelot}}
| Ocelots spawn untrusting.<br>{{frac|1|7}} of the time (14.3%), an ocelot spawns with two ocelot kittens.
|-
|align="center"| {{InvSprite|Parrot Spawn Egg}}
| {{EntityLink|Parrot}}
| Parrots spawn untamed and with a random color.
|-
|align="center"| {{InvSprite|Pig Spawn Egg}}
| {{EntityLink|Pig}} 
| Pigs spawn without a [[saddle]] and have a 5% chance of spawning as a baby.
|-
|align="center"| {{InvSprite|Pufferfish Spawn Egg}}
| {{EntityLink|Pufferfish}}
|
|-
|align="center"| {{InvSprite|Rabbit Spawn Egg}}
| {{EntityLink|Rabbit}}
| Rabbit skins are random and biome-dependent. The black-and-white rabbit spawns only if the spawn egg is renamed <code>[[Rabbit#Toast|Toast]]</code>. Rabbits have a 25% chance of spawning as a baby.
|-
|align="center"| {{InvSprite|Salmon Spawn Egg}}
| {{EntityLink|Salmon}}
| {{IN|bedrock}}, salmon spawn with a random size.
|-
|align="center"| {{InvSprite|Sheep Spawn Egg}}
| {{EntityLink|Sheep}}
| Sheep spawn with the colors that can appear naturally; see {{slink|Sheep|Spawning}} for details. Sheep have a 5% chance of spawning as a baby.
|-
|align="center"| {{InvSprite|Skeleton Horse Spawn Egg}}
| {{EntityLink|Skeleton Horse}}
| Skeleton horses have a 20% chance of spawning as a baby and never spawn as a skeleton trap.
|-
|align="center"| {{InvSprite|Sniffer Spawn Egg}}
| {{EntityLink|Sniffer}}
|Baby sniffers can also be spawned by the [[Sniffer Egg|Sniffer Egg.]]
|-
|align="center"| {{InvSprite|Snow Golem Spawn Egg}}
| {{EntityLink|Snow Golem}}
| 
|-
|align="center"| {{InvSprite|Squid Spawn Egg}}
| {{EntityLink|Squid}}
| {{IN|bedrock}}, squid have a 5% chance of spawning as a baby.
|-
|align="center"| {{InvSprite|Strider Spawn Egg}}
| {{EntityLink|Strider}}
| Striders have a {{frac|1|10}} chance of spawning ridden by a baby strider and a {{frac|1|30}} chance of spawning ridden by a [[zombified piglin]].
|-
|align="center"| {{InvSprite|Tadpole Spawn Egg}}
| {{EntityLink|Tadpole}}
| Also spawned from [[frogspawn]].
|-
|align="center"| {{InvSprite|Tropical Fish Spawn Egg}}
| {{EntityLink|Tropical Fish}}
| Shapes, colors, and patterns are randomized, though 90% of the time the tropical fish will spawn as 1 of the 22 uniquely-named variants.
|-
|align="center"| {{InvSprite|Turtle Spawn Egg}}
| {{EntityLink|Turtle}}
| Turtles have a 10% chance of spawning as a baby.
|-
|align="center"| {{InvSprite|Villager Spawn Egg}}
| {{EntityLink|Villager}}
| Villagers' professions are randomized{{only|bedrock|short=1}}<ref>{{bug|MCPE-46034}}</ref> or unemployed{{only|java|short=1}}, but their outfit is biome-dependent. They have a 5% chance of spawning as a baby.
|-
|align="center"| {{InvSprite|Wandering Trader Spawn Egg}}
| {{EntityLink|Wandering Trader}}
| {{IN|bedrock}}, wandering traders always spawn with two leashed trader llamas.
|-
|align="center"| {{InvSprite|Zombie Horse Spawn Egg}}
| {{EntityLink|Zombie Horse}}
| Zombie horses have a 20% chance of spawning as a baby.
|}

=== Mobs without spawn eggs ===
The following mobs do not have explicitly defined spawn eggs. Custom spawn eggs can be created with a custom NBT tag that changes the spawned entity, however no spawn egg explicitly associated with any of the mobs exist.

{| class="wikitable" data-description="spawn eggs and availability"
! Mob
! Reason
|-
! colspan="2" | Variants
|-
! {{EntityLink|Brown Mooshroom}}
| Shares ID with red variant
|-
! colspan="2" | Other mobs
|-
! {{EntityLink|Giant}}
| Unused<ref>{{bug|MC-257115|||WAI}}</ref>
|-
! {{EntityLink|Illusioner}}
| Unused<ref>{{bug|MC-257115|||WAI}}</ref>
|}

=== Education Edition spawn eggs ===
These spawn eggs exist {{in|education}} and {{in|bedrock}}:
* {{InvSprite|Spawn Agent}} {{EntityLink|Agent}}
* {{InvSprite|Spawn NPC}} {{EntityLink|NPC}}

The NPC and agent can both be spawned {{in|bedrock}}, however, the agent is not visible or interactable in any way, though it still prevents the placing of blocks and entities.

=== Minecraft Earth spawn eggs ===
These unused spawn egg textures existed {{in|earth}}:
* {{InvSprite|Cluckshroom Spawn Egg}} {{EntityLink|Cluckshroom}}
* {{InvSprite|Horned Sheep Spawn Egg}} {{EntityLink|Horned Sheep}}
* {{InvSprite|Jumbo Rabbit Spawn Egg}} {{EntityLink|Jumbo Rabbit}}
* {{InvSprite|Moobloom Spawn Egg}} {{EntityLink|Moobloom}}

=== April Fools spawn eggs ===
* {{InvSprite|Moon Cow Spawn Egg}} {{EntityLink|Moon Cow}}

== Sounds ==
When a mob is spawned, it immediately makes its ambient sound.

== Data values ==
=== ID ===
{{edition|java}}:
{{ID table
|edition=java
|showforms=y
|generatetranslationkeys=y
|displayname=Allay Spawn Egg
|spritetype=item
|nameid=allay_spawn_egg
|form=item}}
{{ID table
|displayname=Axolotl Spawn Egg
|spritetype=item
|nameid=axolotl_spawn_egg
|form=item}}
{{ID table
|displayname=Bat Spawn Egg
|spritetype=item
|nameid=bat_spawn_egg
|form=item}}
{{ID table
|displayname=Bee Spawn Egg
|spritetype=item
|nameid=bee_spawn_egg
|form=item}}
{{ID table
|displayname=Blaze Spawn Egg
|spritetype=item
|nameid=blaze_spawn_egg
|form=item}}
{{ID table
|displayname=Camel Spawn Egg
|spritetype=item
|nameid=camel_spawn_egg
|form=item}}
{{ID table
|displayname=Cat Spawn Egg
|spritetype=item
|nameid=cat_spawn_egg
|form=item}}
{{ID table
|displayname=Cave Spider Spawn Egg
|spritetype=item
|nameid=cave_spider_spawn_egg
|form=item}}
{{ID table
|displayname=Chicken Spawn Egg
|spritetype=item
|nameid=chicken_spawn_egg
|form=item}}
{{ID table
|displayname=Cod Spawn Egg
|spritetype=item
|nameid=cod_spawn_egg
|form=item}}
{{ID table
|displayname=Cow Spawn Egg
|spritetype=item
|nameid=cow_spawn_egg
|form=item}}
{{ID table
|displayname=Creeper Spawn Egg
|spritetype=item
|nameid=creeper_spawn_egg
|form=item}}
{{ID table
|displayname=Dolphin Spawn Egg
|spritetype=item
|nameid=dolphin_spawn_egg
|form=item}}
{{ID table
|displayname=Donkey Spawn Egg
|spritetype=item
|nameid=donkey_spawn_egg
|form=item}}
{{ID table
|displayname=Drowned Spawn Egg
|spritetype=item
|nameid=drowned_spawn_egg
|form=item}}
{{ID table
|displayname=Elder Guardian Spawn Egg
|spritetype=item
|nameid=elder_guardian_spawn_egg
|form=item}}
{{ID table
|displayname=Ender Dragon Spawn Egg
|spritetype=item
|nameid=ender_dragon_spawn_egg
|form=item}}
{{ID table
|displayname=Enderman Spawn Egg
|spritetype=item
|nameid=enderman_spawn_egg
|form=item}}
{{ID table
|displayname=Endermite Spawn Egg
|spritetype=item
|nameid=endermite_spawn_egg
|form=item}}
{{ID table
|displayname=Evoker Spawn Egg
|spritetype=item
|nameid=evoker_spawn_egg
|form=item}}
{{ID table
|displayname=Fox Spawn Egg
|spritetype=item
|nameid=fox_spawn_egg
|form=item}}
{{ID table
|displayname=Frog Spawn Egg
|spritetype=item
|nameid=frog_spawn_egg
|form=item}}
{{ID table
|displayname=Ghast Spawn Egg
|spritetype=item
|nameid=ghast_spawn_egg
|form=item}}
{{ID table
|displayname=Glow Squid Spawn Egg
|spritename=glow-squid-spawn-egg
|spritetype=item
|nameid=glow_squid_spawn_egg
|form=item}}
{{ID table
|displayname=Goat Spawn Egg
|spritetype=item
|nameid=Goat_spawn_egg
|form=item}}
{{ID table
|displayname=Guardian Spawn Egg
|spritetype=item
|nameid=guardian_spawn_egg
|form=item}}
{{ID table
|displayname=Hoglin Spawn Egg
|spritetype=item
|nameid=hoglin_spawn_egg
|form=item}}
{{ID table
|displayname=Horse Spawn Egg
|spritetype=item
|nameid=horse_spawn_egg
|form=item}}
{{ID table
|displayname=Husk Spawn Egg
|spritetype=item
|nameid=husk_spawn_egg
|form=item}}
{{ID table
|displayname=Iron Golem Spawn Egg
|spritetype=item
|nameid=iron_golem_spawn_egg
|form=item}}
{{ID table
|displayname=Llama Spawn Egg
|spritetype=item
|nameid=llama_spawn_egg
|form=item}}
{{ID table
|displayname=Magma Cube Spawn Egg
|spritetype=item
|nameid=magma_cube_spawn_egg
|form=item}}
{{ID table
|displayname=Mooshroom Spawn Egg
|spritetype=item
|nameid=mooshroom_spawn_egg
|form=item}}
{{ID table
|displayname=Mule Spawn Egg
|spritetype=item
|nameid=mule_spawn_egg
|form=item}}
{{ID table
|displayname=Ocelot Spawn Egg
|spritetype=item
|nameid=ocelot_spawn_egg
|form=item}}
{{ID table
|displayname=Panda Spawn Egg
|spritetype=item
|nameid=panda_spawn_egg
|form=item}}
{{ID table
|displayname=Parrot Spawn Egg
|spritetype=item
|nameid=parrot_spawn_egg
|form=item}}
{{ID table
|displayname=Phantom Spawn Egg
|spritetype=item
|nameid=phantom_spawn_egg
|form=item}}
{{ID table
|displayname=Pig Spawn Egg
|spritetype=item
|nameid=pig_spawn_egg
|form=item}}
{{ID table
|displayname=Piglin Spawn Egg
|spritetype=item
|nameid=piglin_spawn_egg
|form=item}}
{{ID table
|displayname=Piglin Brute Spawn Egg
|spritetype=item
|nameid=piglin_brute_spawn_egg
|form=item}}
{{ID table
|displayname=Pillager Spawn Egg
|spritetype=item
|nameid=pillager_spawn_egg
|form=item}}
{{ID table
|displayname=Polar Bear Spawn Egg
|spritetype=item
|nameid=polar_bear_spawn_egg
|form=item}}
{{ID table
|displayname=Pufferfish Spawn Egg
|spritetype=item
|nameid=pufferfish_spawn_egg
|form=item}}
{{ID table
|displayname=Rabbit Spawn Egg
|spritetype=item
|nameid=rabbit_spawn_egg
|form=item}}
{{ID table
|displayname=Ravager Spawn Egg
|spritetype=item
|nameid=ravager_spawn_egg
|form=item}}
{{ID table
|displayname=Salmon Spawn Egg
|spritetype=item
|nameid=salmon_spawn_egg
|form=item}}
{{ID table
|displayname=Sheep Spawn Egg
|spritetype=item
|nameid=sheep_spawn_egg
|form=item}}
{{ID table
|displayname=Shulker Spawn Egg
|spritetype=item
|nameid=shulker_spawn_egg
|form=item}}
{{ID table
|displayname=Silverfish Spawn Egg
|spritetype=item
|nameid=silverfish_spawn_egg
|form=item}}
{{ID table
|displayname=Skeleton Spawn Egg
|spritetype=item
|nameid=skeleton_spawn_egg
|form=item}}
{{ID table
|displayname=Skeleton Horse Spawn Egg
|spritetype=item
|nameid=skeleton_horse_spawn_egg
|form=item}}
{{ID table
|displayname=Slime Spawn Egg
|spritetype=item
|nameid=slime_spawn_egg
|form=item}}
{{ID table
|displayname=Sniffer Spawn Egg
|spritetype=item
|nameid=sniffer_spawn_egg
|form=item}}
{{ID table
|displayname=Snow Golem Spawn Egg
|spritetype=item
|nameid=snow_golem_spawn_egg
|form=item}}
{{ID table
|displayname=Spider Spawn Egg
|spritetype=item
|nameid=spider_spawn_egg
|form=item}}
{{ID table
|displayname=Squid Spawn Egg
|spritetype=item
|nameid=squid_spawn_egg
|form=item}}
{{ID table
|displayname=Stray Spawn Egg
|spritetype=item
|nameid=stray_spawn_egg
|form=item}}
{{ID table
|displayname=Strider Spawn Egg
|spritetype=item
|nameid=strider_spawn_egg
|form=item}}
{{ID table
|displayname=Tadpole Spawn Egg
|spritetype=item
|nameid=tadpole_spawn_egg
|form=item}}
{{ID table
|displayname=Trader Llama Spawn Egg
|spritetype=item
|nameid=trader_llama_spawn_egg
|form=item}}
{{ID table
|displayname=Tropical Fish Spawn Egg
|spritetype=item
|nameid=tropical_fish_spawn_egg
|form=item}}
{{ID table
|displayname=Turtle Spawn Egg
|spritetype=item
|nameid=turtle_spawn_egg
|form=item}}
{{ID table
|displayname=Vex Spawn Egg
|spritetype=item
|nameid=vex_spawn_egg
|form=item}}
{{ID table
|displayname=Villager Spawn Egg
|spritetype=item
|nameid=villager_spawn_egg
|form=item}}
{{ID table
|displayname=Vindicator Spawn Egg
|spritetype=item
|nameid=vindicator_spawn_egg
|form=item}}
{{ID table
|displayname=Wandering Trader Spawn Egg
|spritetype=item
|nameid=wandering_trader_spawn_egg
|form=item}}
{{ID table
|displayname=Warden Spawn Egg
|spritetype=item
|nameid=warden_spawn_egg
|form=item}}
{{ID table
|displayname=Witch Spawn Egg
|spritetype=item
|nameid=witch_spawn_egg
|form=item}}
{{ID table
|displayname=Wither Spawn Egg
|spritetype=item
|nameid=wither_spawn_egg
|form=item}}
{{ID table
|displayname=Wither Skeleton Spawn Egg
|spritetype=item
|nameid=wither_skeleton_spawn_egg
|form=item}}
{{ID table
|displayname=Wolf Spawn Egg
|spritetype=item
|nameid=wolf_spawn_egg
|form=item}}
{{ID table
|displayname=Zoglin Spawn Egg
|spritetype=item
|nameid=zoglin_spawn_egg
|form=item}}
{{ID table
|displayname=Zombie Spawn Egg
|spritetype=item
|nameid=zombie_spawn_egg
|form=item}}
{{ID table
|displayname=Zombie Horse Spawn Egg
|spritetype=item
|nameid=zombie_horse_spawn_egg
|form=item}}
{{ID table
|displayname=Zombie Villager Spawn Egg
|spritetype=item
|nameid=zombie_villager_spawn_egg
|form=item}}
{{ID table
|displayname=Zombified Piglin Spawn Egg
|spritetype=item
|nameid=zombified_piglin_spawn_egg
|form=item
|foot=1}}

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|showaliasids=y
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=item.spawn_egg.name
|spritename=chicken-spawn-egg
|spritetype=item
|nameid=spawn_egg
|aliasid=spawn_egg / 0
|id=718
|form=item
|translationkey=-}}
{{ID table
|displayname=Spawn Agent
|spritetype=item
|nameid=agent_spawn_egg
|aliasid=spawn_egg / 56
|id=489
|form=item
|translationkey=item.spawn_egg.entity.agent.name}}
{{ID table
|displayname=Spawn Allay
|spritename=Allay Spawn Egg
|spritetype=item
|nameid=allay_spawn_egg
|aliasid=spawn_egg / 134
|id=639
|form=item
|translationkey=item.spawn_egg.entity.allay.name}}
{{ID table
|displayname=Spawn Axolotl
|spritename=Axolotl Spawn Egg
|spritetype=item
|nameid=axolotl_spawn_egg
|aliasid=spawn_egg / 130
|id=503
|form=item
|translationkey=item.spawn_egg.entity.axolotl.name}}
{{ID table
|displayname=Spawn Bat
|spritetype=item
|nameid=bat_spawn_egg
|aliasid=spawn_egg / 19
|id=455
|form=item
|translationkey=item.spawn_egg.entity.bat.name}}
{{ID table
|displayname=Spawn Bee
|spritetype=item
|nameid=bee_spawn_egg
|aliasid=spawn_egg / 122
|id=496
|form=item
|translationkey=item.spawn_egg.entity.bee.name}}
{{ID table
|displayname=Spawn Blaze
|spritetype=item
|nameid=blaze_spawn_egg
|aliasid=spawn_egg / 43
|id=458
|form=item
|translationkey=item.spawn_egg.entity.blaze.name}}
{{ID table
|displayname=Spawn Camel
|spritename=Camel Spawn Egg
|spritetype=item
|nameid=camel_spawn_egg
|aliasid=spawn_egg / 138
|id=663
|form=item
|translationkey=item.spawn_egg.entity.camel.name}}
{{ID table
|displayname=Spawn Cat
|spritetype=item
|nameid=cat_spawn_egg
|aliasid=spawn_egg / 75
|id=490
|form=item
|translationkey=item.spawn_egg.entity.cat.name}}
{{ID table
|displayname=Spawn Cave Spider
|spritetype=item
|nameid=cave_spider_spawn_egg
|aliasid=spawn_egg / 40
|id=459
|form=item
|translationkey=item.spawn_egg.entity.cave_spider.name}}
{{ID table
|displayname=Spawn Chicken
|spritetype=item
|nameid=chicken_spawn_egg
|aliasid=spawn_egg / 10
|id=437
|form=item
|translationkey=item.spawn_egg.entity.chicken.name}}
{{ID table
|displayname=Spawn Cod
|spritetype=item
|nameid=cod_spawn_egg
|aliasid=spawn_egg / 112
|id=482
|form=item
|translationkey=item.spawn_egg.entity.cod.name}}
{{ID table
|displayname=Spawn Cow
|spritetype=item
|nameid=cow_spawn_egg
|aliasid=spawn_egg / 11
|id=438
|form=item
|translationkey=item.spawn_egg.entity.cow.name}}
{{ID table
|displayname=Spawn Creeper
|spritetype=item
|nameid=creeper_spawn_egg
|aliasid=spawn_egg / 33
|id=443
|form=item
|translationkey=item.spawn_egg.entity.creeper.name}}
{{ID table
|displayname=Spawn Dolphin
|spritetype=item
|nameid=dolphin_spawn_egg
|aliasid=spawn_egg / 31
|id=486
|form=item
|translationkey=item.spawn_egg.entity.dolphin.name}}
{{ID table
|displayname=Spawn Donkey
|spritetype=item
|nameid=donkey_spawn_egg
|aliasid=spawn_egg / 24
|id=467
|form=item
|translationkey=item.spawn_egg.entity.donkey.name}}
{{ID table
|displayname=Spawn Drowned
|spritetype=item
|nameid=drowned_spawn_egg
|aliasid=spawn_egg / 110
|id=485
|form=item
|translationkey=item.spawn_egg.entity.drowned.name}}
{{ID table
|displayname=Spawn Elder Guardian
|spritetype=item
|nameid=elder_guardian_spawn_egg
|aliasid=spawn_egg / 50
|id=473
|form=item
|translationkey=item.spawn_egg.entity.elder_guardian.name}}
{{ID table
|displayname=Spawn Ender Dragon
|spritetype=item
|nameid=ender_dragon_spawn_egg
|aliasid=spawn_egg / 53
|id=508
|form=item
|translationkey=item.spawn_egg.entity.ender_dragon.name}}
{{ID table
|displayname=Spawn Enderman
|spritetype=item
|nameid=enderman_spawn_egg
|aliasid=spawn_egg / 38
|id=444
|form=item
|translationkey=item.spawn_egg.entity.enderman.name}}
{{ID table
|displayname=Spawn Endermite
|spritetype=item
|nameid=endermite_spawn_egg
|aliasid=spawn_egg / 55
|id=462
|form=item
|translationkey=item.spawn_egg.entity.endermite.name}}
{{ID table
|displayname=Spawn Evoker
|spritetype=item
|nameid=evoker_spawn_egg
|aliasid=spawn_egg / 104
|id=477
|form=item
|translationkey=item.spawn_egg.entity.evocation_illager.name}}
{{ID table
|displayname=Spawn Fox
|spritetype=item
|nameid=fox_spawn_egg
|aliasid=spawn_egg / 121
|id=492
|form=item
|translationkey=item.spawn_egg.entity.fox.name}}
{{ID table
|displayname=Spawn Frog
|spritetype=item
|nameid=frog_spawn_egg
|aliasid=spawn_egg / 132
|id=636
|form=item
|translationkey=item.spawn_egg.entity.frog.name}}
{{ID table
|displayname=Spawn Ghast
|spritetype=item
|nameid=ghast_spawn_egg
|aliasid=spawn_egg / 41
|id=456
|form=item
|translationkey=item.spawn_egg.entity.ghast.name}}
{{ID table
|displayname=Spawn Glow Squid
|spritename=glow-squid-spawn-egg
|spritetype=item
|nameid=glow_squid_spawn_egg
|aliasid=spawn_egg / 129
|id=505
|form=item
|translationkey=item.spawn_egg.entity.glow_squid.name}}
{{ID table
|displayname=Spawn Goat
|spritename=spawn-goat
|spritetype=item
|nameid=goat_spawn_egg
|aliasid=spawn_egg / 128
|id=504
|form=item
|translationkey=item.spawn_egg.entity.goat.name}}
{{ID table
|displayname=Spawn Guardian
|spritetype=item
|nameid=guardian_spawn_egg
|aliasid=spawn_egg / 49
|id=463
|form=item
|translationkey=item.spawn_egg.entity.guardian.name}}
{{ID table
|displayname=Spawn Hoglin
|spritetype=item
|nameid=hoglin_spawn_egg
|aliasid=spawn_egg / 124
|id=498
|form=item
|translationkey=item.spawn_egg.entity.hoglin.name}}
{{ID table
|displayname=Spawn Horse
|spritetype=item
|nameid=horse_spawn_egg
|aliasid=spawn_egg / 23
|id=460
|form=item
|translationkey=item.spawn_egg.entity.horse.name}}
{{ID table
|displayname=Spawn Husk
|spritetype=item
|nameid=husk_spawn_egg
|aliasid=spawn_egg / 47
|id=465
|form=item
|translationkey=item.spawn_egg.entity.husk.name}}
{{ID table
|displayname=Spawn Iron Golem
|spritetype=item
|nameid=iron_golem_spawn_egg
|aliasid=spawn_egg / 20
|id=506
|form=item
|translationkey=item.spawn_egg.entity.iron_golem.name}}
{{ID table
|displayname=Spawn Llama
|spritetype=item
|nameid=llama_spawn_egg
|aliasid=spawn_egg / 29
|id=475
|form=item
|translationkey=item.spawn_egg.entity.llama.name}}
{{ID table
|displayname=Spawn Magma Cube
|spritetype=item
|nameid=magma_cube_spawn_egg
|aliasid=spawn_egg / 42
|id=457
|form=item
|translationkey=item.spawn_egg.entity.magma_cube.name}}
{{ID table
|displayname=Spawn Mooshroom
|spritetype=item
|nameid=mooshroom_spawn_egg
|aliasid=spawn_egg / 16
|id=442
|form=item
|translationkey=item.spawn_egg.entity.mooshroom.name}}
{{ID table
|displayname=Spawn Mule
|spritetype=item
|nameid=mule_spawn_egg
|aliasid=spawn_egg / 25
|id=468
|form=item
|translationkey=item.spawn_egg.entity.mule.name}}
{{ID table
|displayname=Spawn NPC
|spritetype=item
|nameid=npc_spawn_egg
|aliasid=spawn_egg / 51
|id=472
|form=item
|translationkey=item.spawn_egg.entity.npc.name}}
{{ID table
|displayname=Spawn Ocelot
|spritetype=item
|nameid=ocelot_spawn_egg
|aliasid=spawn_egg / 22
|id=453
|form=item
|translationkey=item.spawn_egg.entity.ocelot.name}}
{{ID table
|displayname=Spawn Panda
|spritetype=item
|nameid=panda_spawn_egg
|aliasid=spawn_egg / 113
|id=491
|form=item
|translationkey=item.spawn_egg.entity.panda.name}}
{{ID table
|displayname=Spawn Parrot
|spritetype=item
|nameid=parrot_spawn_egg
|aliasid=spawn_egg / 30
|id=480
|form=item
|translationkey=item.spawn_egg.entity.parrot.name}}
{{ID table
|displayname=Spawn Phantom
|spritetype=item
|nameid=phantom_spawn_egg
|aliasid=spawn_egg / 58
|id=488
|form=item
|translationkey=item.spawn_egg.entity.phantom.name}}
{{ID table
|displayname=Spawn Pig
|spritetype=item
|nameid=pig_spawn_egg
|aliasid=spawn_egg / 12
|id=439
|form=item
|translationkey=item.spawn_egg.entity.pig.name}}
{{ID table
|displayname=Spawn Piglin Brute
|spritetype=item
|nameid=piglin_brute_spawn_egg
|aliasid=spawn_egg / 127
|id=501
|form=item
|translationkey=item.spawn_egg.entity.piglin_brute.name}}
{{ID table
|displayname=Spawn Piglin
|spritetype=item
|nameid=piglin_spawn_egg
|aliasid=spawn_egg / 123
|id=499
|form=item
|translationkey=item.spawn_egg.entity.piglin.name}}
{{ID table
|displayname=Spawn Pillager
|spritetype=item
|nameid=pillager_spawn_egg
|aliasid=spawn_egg / 114
|id=493
|form=item
|translationkey=item.spawn_egg.entity.pillager.name}}
{{ID table
|displayname=Spawn Polar Bear
|spritetype=item
|nameid=polar_bear_spawn_egg
|aliasid=spawn_egg / 28
|id=474
|form=item
|translationkey=item.spawn_egg.entity.polar_bear.name}}
{{ID table
|displayname=Spawn Pufferfish
|spritetype=item
|nameid=pufferfish_spawn_egg
|aliasid=spawn_egg / 108
|id=483
|form=item
|translationkey=item.spawn_egg.entity.pufferfish.name}}
{{ID table
|displayname=Spawn Rabbit
|spritetype=item
|nameid=rabbit_spawn_egg
|aliasid=spawn_egg / 18
|id=461
|form=item
|translationkey=item.spawn_egg.entity.rabbit.name}}
{{ID table
|displayname=Spawn Ravager
|spritetype=item
|nameid=ravager_spawn_egg
|aliasid=spawn_egg / 59
|id=495
|form=item
|translationkey=item.spawn_egg.entity.ravager.name}}
{{ID table
|displayname=Spawn Salmon
|spritetype=item
|nameid=salmon_spawn_egg
|aliasid=spawn_egg / 109
|id=484
|form=item
|translationkey=item.spawn_egg.entity.salmon.name}}
{{ID table
|displayname=Spawn Sheep
|spritetype=item
|nameid=sheep_spawn_egg
|aliasid=spawn_egg / 13
|id=440
|form=item
|translationkey=item.spawn_egg.entity.sheep.name}}
{{ID table
|displayname=Spawn Shulker
|spritetype=item
|nameid=shulker_spawn_egg
|aliasid=spawn_egg / 54
|id=471
|form=item
|translationkey=item.spawn_egg.entity.shulker.name}}
{{ID table
|displayname=Spawn Silverfish
|spritetype=item
|nameid=silverfish_spawn_egg
|aliasid=spawn_egg / 39
|id=445
|form=item
|translationkey=item.spawn_egg.entity.silverfish.name}}
{{ID table
|displayname=Spawn Skeleton Horse
|spritetype=item
|nameid=skeleton_horse_spawn_egg
|aliasid=spawn_egg / 26
|id=469
|form=item
|translationkey=item.spawn_egg.entity.skeleton_horse.name}}
{{ID table
|displayname=Spawn Skeleton
|spritetype=item
|nameid=skeleton_spawn_egg
|aliasid=spawn_egg / 34
|id=446
|form=item
|translationkey=item.spawn_egg.entity.skeleton.name}}
{{ID table
|displayname=Spawn Slime
|spritetype=item
|nameid=slime_spawn_egg
|aliasid=spawn_egg / 37
|id=447
|form=item
|translationkey=item.spawn_egg.entity.slime.name}}
{{ID table
|displayname=Spawn Sniffer
|spritetype=item
|nameid=sniffer_spawn_egg
|aliasid=spawn_egg / 139
|id=502
|form=item
|translationkey=item.spawn_egg.entity.sniffer.name}}
{{ID table
|displayname=Spawn Snow Golem
|spritetype=item
|nameid=snow_golem_spawn_egg
|aliasid=spawn_egg / 21
|id=507
|form=item
|translationkey=item.spawn_egg.entity.snow_golem.name}}
{{ID table
|displayname=Spawn Spider
|spritetype=item
|nameid=spider_spawn_egg
|aliasid=spawn_egg / 35
|id=448
|form=item
|translationkey=item.spawn_egg.entity.spider.name}}
{{ID table
|displayname=Spawn Squid
|spritetype=item
|nameid=squid_spawn_egg
|aliasid=spawn_egg / 17
|id=452
|form=item
|translationkey=item.spawn_egg.entity.squid.name}}
{{ID table
|displayname=Spawn Stray
|spritetype=item
|nameid=stray_spawn_egg
|aliasid=spawn_egg / 46
|id=464
|form=item
|translationkey=item.spawn_egg.entity.stray.name}}
{{ID table
|displayname=Spawn Strider
|spritetype=item
|nameid=strider_spawn_egg
|aliasid=spawn_egg / 125
|id=497
|form=item
|translationkey=item.spawn_egg.entity.strider.name}}
{{ID table
|displayname=Spawn Tadpole
|spritetype=item
|nameid=tadpole_spawn_egg
|aliasid=spawn_egg / 133
|id=637
|form=item
|translationkey=item.spawn_egg.entity.tadpole.name}}
{{ID table
|displayname=Spawn Trader Llama
|spritetype=item
|nameid=trader_llama_spawn_egg
|aliasid=spawn_egg / 157
|id=656
|form=item
|translationkey=item.spawn_egg.entity.trader_llama.name}}
{{ID table
|displayname=Spawn Tropical Fish
|spritetype=item
|nameid=tropical_fish_spawn_egg
|aliasid=spawn_egg / 111
|id=481
|form=item
|translationkey=item.spawn_egg.entity.tropicalfish.name}}
{{ID table
|displayname=Spawn Sea Turtle
|spritetype=item
|nameid=turtle_spawn_egg
|aliasid=spawn_egg / 74
|id=487
|form=item
|translationkey=item.spawn_egg.entity.turtle.name}}
{{ID table
|displayname=Spawn Vex
|spritetype=item
|nameid=vex_spawn_egg
|aliasid=spawn_egg / 105
|id=478
|form=item
|translationkey=item.spawn_egg.entity.vex.name}}
{{ID table
|displayname=Spawn Villager
|spritetype=item
|nameid=villager_spawn_egg
|aliasid=spawn_egg / 15, 115
|id=451
|form=item
|translationkey=item.spawn_egg.entity.villager_v2.name, item.spawn_egg.entity.villager.name}}
{{ID table
|displayname=Spawn Vindicator
|spritetype=item
|nameid=vindicator_spawn_egg
|aliasid=spawn_egg / 57
|id=476
|form=item
|translationkey=item.spawn_egg.entity.vindicator.name}}
{{ID table
|displayname=Spawn Wandering Trader
|spritetype=item
|nameid=wandering_trader_spawn_egg
|aliasid=spawn_egg / 118
|id=494
|form=item
|translationkey=item.spawn_egg.entity.wandering_trader.name}}
{{ID table
|displayname=Spawn Warden
|spritetype=item
|nameid=warden_spawn_egg
|aliasid=spawn_egg / 131
|id=640
|form=item
|translationkey=item.spawn_egg.entity.warden.name}}
{{ID table
|displayname=Spawn Witch
|spritetype=item
|nameid=witch_spawn_egg
|aliasid=spawn_egg / 45
|id=454
|form=item
|translationkey=item.spawn_egg.entity.witch.name}}
{{ID table
|displayname=Spawn Wither
|spritetype=item
|nameid=wither_spawn_egg
|aliasid=spawn_egg / 52
|id=509
|form=item
|translationkey=item.spawn_egg.entity.wither.name}}
{{ID table
|displayname=Spawn Wither Skeleton
|spritetype=item
|nameid=wither_skeleton_spawn_egg
|aliasid=spawn_egg / 48
|id=466
|form=item
|translationkey=item.spawn_egg.entity.wither_skeleton.name}}
{{ID table
|displayname=Spawn Wolf
|spritetype=item
|nameid=wolf_spawn_egg
|aliasid=spawn_egg / 14
|id=441
|form=item
|translationkey=item.spawn_egg.entity.wolf.name}}
{{ID table
|displayname=Spawn Zoglin
|spritetype=item
|nameid=zoglin_spawn_egg
|aliasid=spawn_egg / 126
|id=500
|form=item
|translationkey=item.spawn_egg.entity.zoglin.name}}
{{ID table
|displayname=Spawn Zombie Horse
|spritetype=item
|nameid=zombie_horse_spawn_egg
|aliasid=spawn_egg / 27
|id=470
|form=item
|translationkey=item.spawn_egg.entity.zombie_horse.name}}
{{ID table
|displayname=Spawn Zombified Piglin
|spritetype=item
|nameid=zombie_pigman_spawn_egg
|aliasid=spawn_egg / 36
|id=450
|form=item
|translationkey=item.spawn_egg.entity.zombie_pigman.name}}
{{ID table
|displayname=Spawn Zombie
|spritetype=item
|nameid=zombie_spawn_egg
|aliasid=spawn_egg / 32
|id=449
|form=item
|translationkey=item.spawn_egg.entity.zombie.name}}
{{ID table
|displayname=Spawn Zombie Villager
|spritetype=item
|nameid=zombie_villager_spawn_egg
|aliasid=spawn_egg / 44, 116
|id=479
|form=item
|translationkey=item.spawn_egg.entity.zombie_villager_v2.name, item.spawn_egg.entity.zombie_villager.name
|foot=1}}

=== Item data ===
{{el|java}}:
{{main|Player.dat format}}
<div class="treeview">
* {{nbt|compound|tag}}: The item's '''tag''' tag.
{{:Player.dat_format/Entity Spawners}}
</div>

{{el|bedrock}}:
: {{IN|bedrock}}, spawn eggs have no additional tags.
: See [[Bedrock Edition level format/Item format]].

== History ==
{{for|information on the historical colors of spawn eggs|Spawn Egg colors}}
{{Info needed|{{Edition|BE}} is outdated}}
{{History|java}}
{{History||1.1|snap=11w49a|[[File:Creeper Spawn Egg JE1.png|32px]] [[File:Spider Spawn Egg JE1.png|32px]] [[File:Skeleton Spawn Egg JE1.png|32px]] [[File:Zombie Spawn Egg JE1.png|32px]] [[File:Slime Spawn Egg JE1.png|32px]] [[File:Ghast Spawn Egg JE1.png|32px]] [[File:Zombie Pigman Spawn Egg JE1.png|32px]] [[File:Enderman Spawn Egg JE1.png|32px]] [[File:Cave Spider Spawn Egg JE1.png|32px]] [[File:Silverfish Spawn Egg JE1.png|32px]] [[File:Blaze Spawn Egg JE1.png|32px]] [[File:Magma Cube Spawn Egg JE1.png|32px]] [[File:Pig Spawn Egg JE1.png|32px]] [[File:Sheep Spawn Egg JE1.png|32px]] [[File:Cow Spawn Egg JE1.png|32px]] [[File:Chicken Spawn Egg JE1.png|32px]] [[File:Squid Spawn Egg JE1.png|32px]] [[File:Wolf Spawn Egg JE1.png|32px]] [[File:Mooshroom Spawn Egg JE1.png|32px]] [[File:Villager Spawn Egg JE1.png|32px]] Added spawn eggs for [[creeper]]s, [[spider]]s, [[skeleton]]s, [[zombie]]s, [[slime]]s, [[ghast]]s, [[zombie pigman|zombie pigmen]], [[endermen]], [[cave spider]]s, [[silverfish]], [[blaze]]s, [[magma cube]]s, [[pig]]s, [[sheep]], [[cow]]s, [[chicken]]s, [[squid]], [[wolf|wolves]], [[mooshroom]]s and [[villager]]s. 
|The spawn egg has a single texture file, which is [[tint]]ed different colors.}}
{{History|||snap=12w01a|[[File:Creeper Spawn Egg JE2 BE1.png|32px]] [[File:Spider Spawn Egg JE2 BE1.png|32px]] [[File:Skeleton Spawn Egg JE2 BE1.png|32px]] [[File:Zombie Spawn Egg JE2 BE1.png|32px]] [[File:Slime Spawn Egg JE2 BE1.png|32px]] [[File:Ghast Spawn Egg JE2 BE1.png|32px]] [[File:Zombie Pigman Spawn Egg JE2 BE1.png|32px]] [[File:Enderman Spawn Egg JE2 BE1.png|32px]] [[File:Cave Spider Spawn Egg JE2 BE1.png|32px]] [[File:Silverfish Spawn Egg JE2 BE2.png|32px]] [[File:Blaze Spawn Egg JE2 BE1.png|32px]] [[File:Magma Cube Spawn Egg JE2 BE1.png|32px]] [[File:Pig Spawn Egg JE2 BE1.png|32px]] [[File:Sheep Spawn Egg JE2 BE1.png|32px]] [[File:Cow Spawn Egg JE2 BE1.png|32px]] [[File:Chicken Spawn Egg JE2 BE1.png|32px]] [[File:Squid Spawn Egg JE2 BE1.png|32px]] [[File:Wolf Spawn Egg JE2 BE1.png|32px]] [[File:Mooshroom Spawn Egg JE2 BE1.png|32px]] [[File:Villager Spawn Egg JE2 BE1.png|32px]] The spawn egg and its markings now have their textures separated, allowing them to have entirely different colors. This allows their colors to better match the colors of the [[mob]]s themselves.}}
{{History||1.2.1|snap=12w03a|Spawn eggs can now be placed into a [[dispenser]]. Activating the dispenser spawns the mob, instead of dispensing the egg as an [[item]].
|Spawn eggs are now stackable, which allows dispensers to hold more than nine of them at one time.}}
{{History|||snap=12w04a|[[File:Ocelot Spawn Egg JE1 BE1.png|32px]] Added [[ocelot]] spawn eggs with the addition of the ocelot itself.
|Before 1.2, edited spawn eggs for [[snow golem]]s, [[ender dragon]]s and [[giant]]s (and other "unspawnable" [[mob]]s) produced mobs of their types. Now, this is restricted to those eggs available in the [[creative]] [[inventory]].}}
{{History||1.3.1|snap=12w18a|[[Villager]]s spawned from spawn eggs were always farmers before this update and now their professions are randomized.}}
{{History||1.4.2|snap=12w32a|[[Zombie villager]]s can now be spawned using [[zombie]] spawn eggs.
|[[Sheep]] from spawn eggs can now spawn naturally-colored sheep (white, gray, brown, pink, etc.).}}
{{History|||snap=12w36a|[[Wither skeleton]]s now have a high chance to spawn from a [[skeleton]] spawn egg, if the [[player]] is in [[the Nether]].
|[[Skeleton]]s on [[spider jockey]]s can now be replaced with [[wither skeleton]]s when using [[spider]] spawn eggs in the Nether.}}
{{History|||snap=12w38a|[[File:Witch Spawn Egg JE1 BE1.png|32px]] [[File:Bat Spawn Egg JE1 BE1.png|32px]] Added [[witch]] and [[bat]] spawn eggs.}}
{{History||1.4.4|snap=pre|Baby [[mob]]s are now spawn-able by right-clicking a mob with a corresponding mob egg. Although, this doesn't work with [[zombie]]s.}}
{{History||1.5|snap=January 7, 2013|slink={{tweet|Dinnerbone|288322623916617728}}|[[Dinnerbone]] tweeted the first image of a renamed mob appearing in a [[death messages|death message]].}}
{{History|||snap=13w02a|[[Mob]]s spawned from renamed eggs now have the name of the egg and the names appear in death messages.
|Mobs can now display their custom name as nametag using an NBT tag.}}
{{History||1.6.1|snap=13w16a|[[File:Horse Spawn Egg JE1 BE1.png|32px]] Added [[horse]] spawn eggs.}}
{{History|||snap=13w24a|Spawn eggs now work on [[water]].}}
{{History|||snap=1.6|Renaming a spawn egg "''Dinnerbone''" or "''Grumm''" now cause the [[mob]] to spawn upside-down.}}
{{History||1.7.4|snap=13w48b|Renaming a [[sheep]] or sheep spawn egg "''jeb_''" give it a rainbow wool changing effect. This does not affect the wool dropped after death or [[shear]]ing, however.}}
{{History||1.8|snap=14w11a|[[File:Endermite Spawn Egg JE1 BE1.png|32px]] Added [[endermite]] spawn eggs.}}
{{History|||snap=14w25a|[[File:Guardian Spawn Egg JE1 BE1.png|32px]] Added [[guardian]] spawn eggs.}}
{{History|||snap=14w27a|[[File:Rabbit Spawn Egg JE1 BE1.png|32px]] Added [[rabbit]] spawn eggs.}}
{{History|||snap=14w28b|Spawn eggs can now be used to program [[monster spawner]] blocks.}}
{{History||1.9|snap=15w31a|[[File:Shulker Spawn Egg JE1 BE2.png|32px]] Added [[shulker]] spawn eggs.}}
{{History|||snap=15w33a|Spawn eggs can no longer be addressed by numeric data id, like: <code>give @p spawn_egg 1 50</code>. The spawnable [[entity]] from a spawn egg is now addressed by a datatag: <code>/give @p spawn_egg 1 0 <nowiki>{EntityTag:{id:"Creeper"}}</code>.}}
{{History||1.10|snap=16w20a|[[File:Polar Bear Spawn Egg JE1 BE1.png|32px]] [[File:Wither Skeleton Spawn Egg JE1 BE1.png|32px]] [[File:Stray Spawn Egg JE1 BE2.png|32px]] [[File:Husk Spawn Egg JE1 BE2.png|32px]] [[File:Elder Guardian Spawn Egg JE1 BE1.png|32px]] [[File:Cat Spawn Egg JE1.png|32px]] [[File:Donkey Spawn Egg JE1 BE1.png|32px]] [[File:Mule Spawn Egg JE1 BE1.png|32px]] [[File:Skeleton Horse Spawn Egg JE1 BE1.png|32px]] [[File:Zombie Horse Spawn Egg JE1 BE2.png|32px]] Added spawn eggs for [[polar bear]]s, [[wither skeleton]]s, [[stray]]s, [[husk]]s, [[elder guardian]], [[cat]]s, donkeys, mules, skeleton horses and zombie horses.}}
{{History|||snap=pre2|Removed spawn eggs for wither skeletons, strays, husks, elder guardians, cats, donkeys, mules, skeleton horses and zombie horses that were added in [[16w20a]].}}
{{History||1.11|snap=16w32a|[[File:Polar Bear Spawn Egg JE1 BE1.png|32px]] [[File:Wither Skeleton Spawn Egg JE1 BE1.png|32px]] [[File:Stray Spawn Egg JE1 BE2.png|32px]] [[File:Husk Spawn Egg JE1 BE2.png|32px]] [[File:Elder Guardian Spawn Egg JE1 BE1.png|32px]] [[File:Donkey Spawn Egg JE1 BE1.png|32px]] [[File:Mule Spawn Egg JE1 BE1.png|32px]] [[File:Skeleton Horse Spawn Egg JE1 BE1.png|32px]] [[File:Zombie Horse Spawn Egg JE1 BE2.png|32px]] Re-added the spawn eggs that were removed in [[1.10-pre2]], except the [[cat]] spawn egg.
|[[File:Zombie Villager Spawn Egg JE1 BE1.png|32px]] Added a [[zombie villager]] spawn egg. It can spawn only zombie farmers.
|Using a spawn egg on top of a block such as a [[fence]] no longer cause the spawned [[mob]] to fall inside the fence.<ref>{{bug|MC-88096|| When using spawn eggs on fences the mobs fall through}} – resolved as "Fixed"</ref>}}
{{History|||snap=16w32b|The [[zombie villager]] spawn egg now spawns different zombie professions.}}
{{History|||snap=16w39a|[[File:Evoker Spawn Egg JE1 BE1.png|32px]] [[File:Llama Spawn Egg JE1 BE1.png|32px]] [[File:Vex Spawn Egg JE1 BE1.png|32px]] [[File:Vindicator Spawn Egg JE1 BE1.png|32px]] Added spawn eggs for [[evoker]]s, [[llama]]s, [[vex]]es and [[vindicator]]s.}}
{{History||1.12|snap=17w13a|[[File:Parrot Spawn Egg JE1 BE1.png|32px]] Added spawn egg for [[parrot]]s.}}
{{History||1.13|snap=17w47a|The different {{nbt|compound|EntityTag}} [[entity]] IDs for the <code>spawn_egg</code> ID have now been split up into their own IDs.
|Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 383.}}
{{History|||snap=18w07a|[[File:Phantom Spawn Egg JE1.png|32px]] [[File:Turtle Spawn Egg JE1 BE1.png|32px]] Added spawn eggs for [[phantom]]s and [[turtle]]s.}}
{{History|||snap=18w08b|[[File:Cod Spawn Egg JE1 BE2.png|32px]] [[File:Salmon Spawn Egg JE1 BE2.png|32px]] [[File:Pufferfish Spawn Egg JE1 BE2.png|32px]] Added spawn eggs for the 3 [[fish mob]] variants: cod, salmon, and "puffer fish".}}
{{History|||snap=18w10a|[[File:Tropical Fish Spawn Egg JE1 BE2.png|32px]] Added a spawn egg for the new [[tropical fish]].}}
{{History|||snap=18w11a|[[File:Drowned Spawn Egg JE1 BE1.png|32px]] Added [[drowned]] spawn eggs.}}
{{History|||snap=18w15a|[[File:Dolphin Spawn Egg JE1 BE1.png|32px]] Added [[dolphin]] spawn eggs.}}
{{History|||snap=18w19a|[[File:Phantom Spawn Egg JE2 BE1.png|32px]] The [[phantom]] spawn egg has been changed to look more like [[mob]]'s updated texture.}}
{{History|||snap=18w20a|"Spawn ''x''" has been changed to "''x'' Spawn Egg".}}
{{History||1.14|snap=18w43a|[[File:Panda Spawn Egg JE1.png|32px]] [[File:Pillager Spawn Egg JE1 BE1.png|32px]] [[File:Ravager Spawn Egg JE1 BE1.png|32px]] Added [[panda]], [[pillager]] and [[ravager|"illager beast"]] spawn eggs.}}
{{History|||snap=18w44a|[[File:Cat Spawn Egg JE2.png|32px]] Re-added [[cat]] spawn eggs.}}
{{History|||snap=19w05a|The "illager beast" spawn egg has been renamed to "ravager" spawn egg.
|[[File:Wandering Trader Spawn Egg JE1.png|32px]] [[File:Trader Llama Spawn Egg JE1 BE1.png|32px]] Added [[wandering trader]] and [[trader llama]] spawn eggs.}}
{{History|||snap=19w07a|[[File:Fox Spawn Egg JE1 BE1.png|32px]] Added [[fox]] spawn eggs.}}
{{History||1.15|snap=19w34a|[[File:Bee Spawn Egg JE1.png|32px]] Added [[bee]] spawn eggs.}}
{{History|||snap=19w41a|[[File:Bee Spawn Egg JE2 BE1.png|32px]] The texture of the bee spawn egg has been changed.}}
{{History|||snap=19w46a|[[Drowned]], [[husk]], [[zombie]], and [[zombie villager]] spawn eggs can now be used on adult versions of these [[mob]]s to spawn baby variants.}}
{{History|||snap=Pre-release 1|[[Zombie pigmen]] spawn eggs can now be used on adult zombie pigmen to spawn the baby variant.}}
{{History||September 28, 2019|link={{ytl|OZqNaEX8208&t|t=2h17m19s}}|[[File:Hoglin Spawn Egg BE1.png|32px]] [[File:Piglin spawn egg.png|32px]] [[Hoglin]] and [[piglin]] spawn eggs were shown.}}
{{History||1.16|snap=20w06a|[[File:Hoglin Spawn Egg JE1.png|30px]] Added [[hoglin]] spawn eggs. 
|Currently, the hoglin spawn egg substitutes the [[zombie pigman]]'s spawn egg texture.}}
{{History|||snap=20w07a|[[File:Piglin Spawn Egg JE1.png|32px]] Added [[piglin]] spawn eggs.
|[[File:Hoglin Spawn Egg JE2.png|30px]] The texture of the hoglin spawn egg has been changed.}}
{{History|||snap=20w09a|"Zombie Pigman Spawn Egg" has been renamed to "Zombified Piglin Spawn Egg".}}
{{History|||snap=20w13a|[[File:Strider Spawn Egg JE1 BE1.png|32px]] Added [[strider]] spawn eggs.}}
{{History|||snap=20w14a|[[File:Zoglin Spawn Egg JE1 BE1.png|32px]] Added [[zoglin]] spawn eggs.}}
{{History||1.16.2|snap=20w27a|[[File:Piglin Brute Spawn Egg JE1 BE1.png|32px]] Added [[piglin brute]] spawn eggs.}}
{{History||October 6, 2020|link={{tweet|kingbdogz|1313451032383574017}}|[[File:Warden Spawn Egg (pre-release).png|32px]] [[Kingbdogz]] showed a warden spawn egg.}}
{{History||1.17|snap=20w51a|[[File:Axolotl Spawn Egg JE1 BE1.png|32px]] Added [[axolotl]] spawn eggs.}}
{{History|||snap=21w03a|[[File:Glow Squid Spawn Egg JE1 BE1.png|32px]] Added [[glow squid]] spawn eggs.}}
{{History|||snap=21w13a|[[File:Goat Spawn Egg BE2.png|32px]] Added [[goat]] spawn eggs.}}
{{History||October 16, 2021|link={{ytl|w6zLprHHZOk&t|t=7447s}}|[[File:Frog Spawn Egg (pre-release).png|32px]] [[File:Tadpole Spawn Egg (pre-release).png|32px]] [[Frog]] and [[tadpole]] spawn eggs were shown.}}
{{History||1.19|snap=Deep Dark Experimental Snapshot 1|[[File:Warden Spawn Egg JE1 BE1.png|32px]] Added [[warden]] spawn eggs.}}
{{History|||snap=22w11a|[[File:Frog Spawn Egg JE1 BE1.png|32px]][[File:Tadpole Spawn Egg JE1 BE1.png|32px]] Added [[frog]] and [[tadpole]] spawn eggs.
|As with the warden itself, warden spawn eggs are not added in this snapshot.}}
{{History|||snap=22w12a|[[File:Warden Spawn Egg JE1 BE1.png|32px]] Re-added [[warden]] spawn eggs.}}
{{History|||snap=22w13a|[[File:Allay Spawn Egg JE1 BE1.png|32px]] Added [[allay]] spawn eggs.}}
{{History||1.20<br>(Experimental)|link=1.19.3|snap=22w42a|[[File:Camel Spawn Egg JE1 BE1.png|32px]] Added [[camel]] spawn eggs behind the [[Java Edition 1.20|Update 1.20 experimental datapack]].}}
{{History|||snap=22w43a|[[File:Camel Spawn Egg JE2 BE2.png|32px]] The texture of the camel spawn egg has been changed.}}
{{History||1.19.3|snap=22w44a|[[File:Iron Golem Spawn Egg JE1 BE1.png|32px]] [[File:Snow Golem Spawn Egg JE2 BE1.png|32px]] [[File:Wither Spawn Egg JE1 BE1.png|32px]] [[File:Ender Dragon Spawn Egg JE2 BE1.png|32px]] Added [[iron golem]], [[snow golem]], [[wither]], and [[ender dragon]] spawn eggs. The wither and ender dragon spawn eggs are only available through [[commands]] to prevent accidental destruction of [[Creative]] builds.
|[[File:Polar Bear Spawn Egg JE2 BE2.png|32px]] The texture of the polar bear spawn egg has been changed.<ref>{{bug|MC-242097||Ghast and Polar Bear Spawn Eggs are nearly indistinguishable|Fixed}}</ref>}}
{{History||1.20<br>(Experimental)|link=1.19.4|snap=23w07a|[[File:Sniffer Spawn Egg JE1 BE1.png|32px]] Added [[sniffer]] spawn eggs behind the [[Java Edition 1.20|Update 1.20 experimental datapack]].}}
{{History|||snap=1.19.4-pre1|[[File:Sniffer Spawn Egg JE2.png|32px]] The texture of the sniffer spawn egg has been changed.}}
{{History||1.20|snap=23w12a|Camel and sniffer spawn eggs are now available without using the "Update 1.20" experimental datapack.}}

{{History|pocket alpha}}
{{History||v0.7.0|[[File:Chicken Spawn Egg JE2 BE1.png|32px]] [[File:Sheep Spawn Egg JE2 BE1.png|32px]] [[File:Cow Spawn Egg JE2 BE1.png|32px]] [[File:Pig Spawn Egg JE2 BE1.png|32px]] Added spawn eggs for [[chicken]]s, [[sheep]], [[pig]]s and [[cow]]s.}}
{{History||v0.7.0|All spawn eggs with damage/metadata values 30 and higher, would display a unique texture.}}
{{History||v0.8.0|snap=build 1|The texture of the default spawn egg is now [[File:Chicken Spawn Egg JE2 BE1.png|32px]], instead of having a completely blank texture.}}
{{History||v0.9.0|snap=build 1|[[File:Mooshroom Spawn Egg JE2 BE1.png|32px]] [[File:Creeper Spawn Egg JE2 BE1.png|32px]] [[File:Enderman Spawn Egg JE2 BE1.png|32px]] [[File:Silverfish Spawn Egg BE1.png|32px]] [[File:Skeleton Spawn Egg JE2 BE1.png|32px]] [[File:Slime Spawn Egg JE2 BE1.png|32px]] [[File:Spider Spawn Egg JE2 BE1.png|32px]] [[File:Zombie Spawn Egg JE2 BE1.png|32px]] [[File:Zombie Pigman Spawn Egg JE2 BE1.png|32px]] [[File:Wolf Spawn Egg JE2 BE1.png|32px]] Added more spawn eggs, including [[mooshroom]], [[creeper]], [[enderman]], [[silverfish]], [[skeleton]], [[slime]], [[spider]], [[zombie]], [[zombie pigman]] and [[wolf]].
|Spawn eggs now have the correct name in the [[inventory]].}}
{{History|||snap=build 2|[[File:Villager Spawn Egg JE2 BE1.png|32px]] Added (Old) [[villager]] spawn eggs.
|Spawn eggs can now be used to program [[monster spawner]] blocks.}}
{{History||v0.11.0|All spawn eggs that are obtained in this version with an invalid damage/metadata value would result in the name of that spawn egg displaying as the following: item.monsterPlacer.name.name.}}
{{History||v0.11.0|snap=build 1|[[File:Squid Spawn Egg JE2 BE1.png|32px]] [[File:Bat Spawn Egg JE1 BE1.png|32px]] Added [[squid]] and [[bat]] spawn eggs.
|[[File:Ghast Spawn Egg JE2 BE1.png|32px]] [[File:Magma Cube Spawn Egg JE2 BE1.png|32px]] [[File:Cave Spider Spawn Egg JE2 BE1.png|32px]] Added [[ghast]], [[magma cube]] and [[cave spider]] spawn eggs, which are currently unobtainable.}}
{{History|||snap=build 3|Added [[cave spider]] spawn eggs to the [[creative]] mode [[inventory]].}}
{{History|||snap=build 8|Added [[magma cube]] spawn eggs to the creative mode inventory.}}
{{History||v0.12.1|snap=build 1|[[File:Blaze Spawn Egg JE2 BE1.png|32px]] [[File:Ocelot Spawn Egg JE1 BE1.png|32px]] [[File:Zombie Villager Spawn Egg JE1 BE1.png|32px]] Added [[blaze]], [[ocelot]], and (Old) [[zombie villager]] spawn eggs.
|Added [[ghast]] spawn eggs to the [[creative]] mode [[inventory]].
|[[Wither skeleton]]s now have a high chance to spawn from an [[skeleton]] spawn egg, if the [[player]] is in [[the Nether]].}}
{{History|||snap=build 9|[[Mob]]s spawned from renamed eggs now have the name of the egg and the names appear in [[death messages]].}}
{{History|||snap=build 12|[[Zombie villager]]s can now be spawned using [[zombie]] spawn eggs.}}
{{History||v0.13.0|snap=build 1|[[File:Rabbit Spawn Egg JE1 BE1.png|32px]] Added [[rabbit]] spawn eggs.}}
{{History||v0.14.0|snap=build 1|[[File:Witch Spawn Egg JE1 BE1.png|32px]] Added [[witch]] spawn eggs.}}
{{History||v0.15.0|snap=build 1|[[File:Horse Spawn Egg JE1 BE1.png|32px]] [[File:Mule Spawn Egg JE1 BE1.png|32px]] [[File:Donkey Spawn Egg JE1 BE1.png|32px]] [[File:Zombie Horse Spawn Egg BE1.png|32px]] [[File:Skeleton Horse Spawn Egg JE1 BE1.png|32px]] [[File:Stray Spawn Egg BE1.png|32px]] [[File:Husk Spawn Egg BE1.png|32px]] [[File:Wither Skeleton Spawn Egg JE1 BE1.png|32px]] Added [[horse]], [[mule]], [[donkey]], [[zombie horse]], [[skeleton horse]], [[stray]], [[husk]] and [[wither skeleton]] spawn eggs to the [[creative]] [[inventory]].}}
{{History||v0.15.1|snap=build 1|The texture of the default spawn egg has been changed from [[File:Chicken Spawn Egg JE2 BE1.png|32px]] to [[File:Spawn Egg.png|32px]].
|The empty spawn egg named "Spawn" is now available through [[inventory]] editing, but crashes the game.{{info needed|How? On use? Simply by being in the inventory?}}}}
{{History||v0.16.0|snap=build 1|[[File:Guardian Spawn Egg JE1 BE1.png|32px]] Added [[guardian]] spawn eggs.
|[[File:Spawn Egg.png|32px]] Added [[elder guardian]] spawn egg without colors, which is currently unavailable in the [[creative]] [[inventory]].
|[[File:NPC Spawn Egg BE1.png|32px]] Added a non-functional [[NPC]] spawn egg.}}
{{History|||snap=build 2|The NPC spawn egg has been removed from the creative inventory.}}
{{History|||snap=build 4|The NPC spawn egg has been removed completely.}}
{{History|||snap=build 5|[[File:Elder Guardian Spawn Egg JE1 BE1.png|32px]] Added [[elder guardian]] spawn eggs to the [[creative]] [[inventory]].}}
{{History|pocket}}
{{History||1.0.0|snap=alpha 0.17.0.1|[[File:Shulker Spawn Egg BE1.png|32px]] [[File:Endermite Spawn Egg JE1 BE1.png|32px]] [[File:Polar Bear Spawn Egg JE1 BE1.png|32px]] Added spawn eggs for [[shulker]]s, [[endermite]]s and [[polar bear]]s.}}
{{History||1.1.0|snap=alpha 1.1.0.0|[[File:Llama Spawn Egg JE1 BE1.png|32px]] [[File:Vindicator Spawn Egg JE1 BE1.png|32px]] [[File:Evoker Spawn Egg JE1 BE1.png|32px]] [[File:Vex Spawn Egg JE1 BE1.png|32px]] Added spawn eggs for [[llama]]s, [[vindicator]]s, [[evoker]]s and [[vex]]es.}}
{{History|||snap=alpha 1.1.0.9|[[File:Husk Spawn Egg JE1 BE2.png|32px]] [[File:Shulker Spawn Egg JE1 BE2.png|32px]] [[File:Silverfish Spawn Egg JE2 BE2.png|32px]] [[File:Stray Spawn Egg JE1 BE2.png|32px]] [[File:Zombie Horse Spawn Egg JE1 BE2.png|32px]] The spawn egg textures for [[husk]]s, [[shulker]]s, [[silverfish]]ses, [[stray]]s and [[zombie horse]]s have been updated; probably due to {{bug|MCPE-18348}}.}}
{{History|bedrock}}
{{History||1.2.0|snap=beta 1.2.0.2|[[File:Parrot Spawn Egg JE1 BE1.png|32px]] [[File:Zombie Villager Spawn Egg JE1 BE1.png|32px]] Added [[parrot]] and [[zombie villager]] spawn eggs.}}
{{History||1.4.0|snap=beta 1.2.13.8|[[File:Drowned Spawn Egg JE1 BE1.png|32px]] Added [[drowned]] spawn eggs.}}
{{History|||snap=beta 1.2.14.2|[[File:Cod Spawn Egg BE1.png|32px]] [[File:Salmon Spawn Egg BE1.png|32px]] [[File:Pufferfish Spawn Egg BE1.png|32px]] [[File:Tropical Fish Spawn Egg BE1.png|32px]] Added spawn eggs for each [[fish]], which have different textures compared to {{JE}}.}}
{{History|||snap=beta 1.2.20.1|[[File:Cod Spawn Egg JE1 BE2.png|32px]] [[File:Salmon Spawn Egg JE1 BE2.png|32px]] [[File:Pufferfish Spawn Egg JE1 BE2.png|32px]] [[File:Tropical Fish Spawn Egg JE1 BE2.png|32px]] The fish spawn egg textures have been made less unique; it matches {{JE}}.
|[[File:Dolphin Spawn Egg JE1 BE1.png|32px]] Added [[dolphin]] spawn eggs.}}
{{History||1.5.0|snap=beta 1.5.0.4|[[File:Turtle Spawn Egg JE1 BE1.png|32px]] Added spawn eggs for [[turtle]]s.}}
{{History||1.6.0|snap=beta 1.6.0.1|[[File:Phantom Spawn Egg JE2 BE1.png|32px]] Added spawn eggs for [[phantom]]s.}}
{{History||1.8.0|snap=beta 1.8.0.8|[[File:Panda Spawn Egg BE1.png|32px]] [[File:Cat Spawn Egg BE1.png|32px]] Added spawn eggs for [[panda]]s and [[cat]]s.
|[[File:NPC Spawn Egg BE1.png|32px]] The NPC spawn egg has been re-added. 
|[[File:Agent Spawn Egg BE1.png|32px]] Added spawn eggs for [[agent]]s.
|[[File:Spawn Egg BE2.png|32px]] Unknown spawn eggs now use a completely black spawn egg as the default texture.
|[[File:Mask Spawn Egg BE1.png|32px]] Added mask spawn egg texture.}}
{{History||1.9.0|snap=beta 1.9.0.0|[[File:Pillager Spawn Egg JE1 BE1.png|32px]] Added [[pillager]] spawn eggs.}}
{{History||1.10.0|snap=beta 1.10.0.3|[[File:Ravager Spawn Egg JE1 BE1.png|32px]] [[File:Wandering Trader Spawn Egg BE1.png|32px]] [[File:Villager Spawn Egg JE2 BE1.png|32px]] [[File:Zombie Villager Spawn Egg JE1 BE1.png|32px]] Added [[wandering trader]], [[Ravager|"illager beast"]], (New) [[villager]] and (New) [[zombie villager]] spawn eggs.}}
{{History||1.11.0|snap=beta 1.11.0.1|The old villager and old zombie villager spawn eggs have been removed.
|"Spawn Illager Beast" has been renamed to "Spawn Ravager".}}
{{History||1.13.0|snap=beta 1.13.0.1|[[File:Fox Spawn Egg JE1 BE1.png|32px]] Added [[fox]] spawn eggs.}}
{{History||1.14.0|snap=beta 1.14.0.1|[[File:Bee Spawn Egg JE2 BE1.png|32px]] Added [[bee]] spawn eggs.}}
{{History||1.16.0|snap=beta 1.16.0.51|[[File:Hoglin Spawn Egg BE1.png|32px]] [[File:Piglin Spawn Egg BE1.png|32px]] Added [[hoglin]] and [[piglin]] spawn eggs.
|"Spawn Zombie Pigman" has been renamed to "Spawn Zombified Piglin".}}
{{History|||snap=beta 1.16.0.57|[[File:Strider Spawn Egg JE1 BE1.png|32px]] [[File:Zoglin Spawn Egg JE1 BE1.png|32px]] Added [[strider]] and [[zoglin]] spawn eggs.}}
{{History|||snap=beta 1.16.0.59|[[File:Piglin Spawn Egg JE1.png|32px]] [[File:Hoglin Spawn Egg JE2.png|30px]] The textures of the piglin and hoglin spawn eggs have been changed to match [[Java Edition]].}}
{{History||1.16.20|snap=beta 1.16.20.50|[[File:Piglin Brute Spawn Egg JE1 BE1.png|32px]] Added [[piglin brute]] spawn eggs.}}
{{History||1.16.100|snap=beta 1.16.100.56|The different [[entity]] IDs for the <code>spawn_egg</code> ID have now been split up into their own IDs.
|Unused spawn eggs (such as [[Iron Golem]], [[End Crystal]] and [[Wither]]) are completely removed. Attempts to put such spawn eggs in an inventory gives the default spawn egg instead.
|The texture of the default spawn egg is now [[File:Chicken Spawn Egg JE2 BE1.png|32px]], instead of having a completely black texture.}}
{{History||1.16.200|snap=beta 1.16.200.52|[[File:Goat Spawn Egg BE1.png|32px]] Added [[goat]] spawn eggs behind the "Caves and Cliffs" experimental toggle.}}
{{History|||snap=beta 1.16.210.51|[[File:Goat Spawn Egg BE2.png|32px]] The texture for [[goat]] spawn eggs has been changed.}}
{{History||1.16.210|snap=beta 1.16.210.59|[[File:Glow Squid Spawn Egg JE1 BE1.png|32px]] Added [[glow squid]] spawn eggs.}}
{{History|||snap=beta 1.16.210.60|[[Glow squid]] spawn egg is temporarily removed.}}
{{History||1.16.220|snap=beta 1.16.220.50|[[File:Glow Squid Spawn Egg JE1 BE1.png|32px]] Re-added [[glow squid]] spawn egg.}}
{{History||1.17.0|snap=beta 1.16.230.52|[[File:Axolotl Spawn Egg JE1 BE1.png|32px]] Added [[axolotl]] spawn eggs.}}
{{History|||snap=beta 1.17.0.52|[[Goat]], [[glow squid]] and [[axolotl]] spawn eggs are now available without enabling [[experimental gameplay]].}}
{{History||1.18.10|snap=beta 1.18.10.24|[[File:Frog Spawn Egg JE1 BE1.png|32px]][[File:Tadpole Spawn Egg JE1 BE1.png|32px]] Added [[frog]] and [[tadpole]] spawn eggs behind the "Wild Update" experimental toggle.}}
{{History||1.18.30|snap=beta 1.18.30.22|[[File:Allay Spawn Egg JE1 BE1.png|32px]] Added [[allay]] spawn eggs behind the "Wild Update" experimental toggle.}}
{{History|||snap=beta 1.18.30.32|[[File:Warden Spawn Egg JE1 BE1.png|32px]] Added [[warden]] spawn eggs behind the "Wild Update" experimental toggle.}}
{{History||1.19.0|snap=beta 1.19.0.20|Both spawn eggs mentioned above are now available without enabling experimental gameplay.}}
{{History||1.19.10|snap=beta 1.19.10.20|[[File:Trader Llama Spawn Egg JE1 BE1.png|32px]] Added the [[trader llama]] spawn egg.}}
{{History||Next Major Update<br>(Experimental)|link=Bedrock Edition 1.19.50|snap=beta 1.19.50.21|[[File:Camel Spawn Egg JE1 BE1.png|32px]] Added [[camel]] spawn eggs behind the "[[Bedrock Edition 1.20|Next Major Update]]" [[experimental]] toggle.}}
{{History|||snap=beta 1.19.50.22|[[File:Camel Spawn Egg JE2 BE2.png|32px]] The texture of the camel spawn egg has been changed.}}
{{History||1.19.60|snap=beta 1.19.60.20|[[File:Iron Golem Spawn Egg JE1 BE1.png|32px]] [[File:Snow Golem Spawn Egg JE2 BE1.png|32px]] [[File:Wither Spawn Egg JE1 BE1.png|32px]] [[File:Ender Dragon Spawn Egg JE2 BE1.png|32px]] Added [[iron golem]], [[snow golem]], [[wither]], and [[ender dragon]] spawn eggs. The wither and ender dragon spawn eggs will only be available through [[commands]] to prevent accidental destruction of [[Creative]] builds.|[[File:Polar Bear Spawn Egg JE2 BE2.png|32px]] The texture of the polar bear spawn egg has been changed.}}
{{History||1.19.60|snap=beta 1.19.60.25|The wither and ender dragon spawn eggs are no longer available in the creative inventory, only via [[command]]s.}}
{{History||Sniffer<br>(Experimental)|link=Bedrock Edition 1.19.70|snap=beta 1.19.70.23|[[File:Sniffer Spawn Egg JE1 BE1.png|32px]] Added [[sniffer]] spawn eggs behind the "[[Bedrock Edition 1.19.70|Sniffer]]" [[experimental]] toggle.}}
{{History||1.20.0|snap=beta 1.20.0.20|Sniffer spawn eggs are now available without using the "Sniffer" experimental toggle.}}
{{History|||snap=beta 1.20.0.21|Camel spawn eggs are now available without using the "Next Major Update" experimental toggle.}}

{{History|console}}
{{History||xbox=TU9|xbone=CU1|ps=1.0|wiiu=Patch 1|switch=1.0.1|[[File:Creeper Spawn Egg JE2 BE1.png|32px]] [[File:Skeleton Spawn Egg JE2 BE1.png|32px]] [[File:Spider Spawn Egg JE2 BE1.png|32px]] [[File:Zombie Spawn Egg JE2 BE1.png|32px]] [[File:Slime Spawn Egg JE2 BE1.png|32px]] [[File:Ghast Spawn Egg JE2 BE1.png|32px]] [[File:Zombie Pigman Spawn Egg JE2 BE1.png|32px]] [[File:Enderman Spawn Egg JE2 BE1.png|32px]] [[File:Cave Spider Spawn Egg JE2 BE1.png|32px]] [[File:Silverfish Spawn Egg JE2 BE2.png|32px]] [[File:Blaze Spawn Egg JE2 BE1.png|32px]] [[File:Magma Cube Spawn Egg JE2 BE1.png|32px]] [[File:Pig Spawn Egg JE2 BE1.png|32px]] [[File:Sheep Spawn Egg JE2 BE1.png|32px]] [[File:Cow Spawn Egg JE2 BE1.png|32px]] [[File:Chicken Spawn Egg JE2 BE1.png|32px]] [[File:Squid Spawn Egg JE2 BE1.png|32px]] [[File:Wolf Spawn Egg JE2 BE1.png|32px]] [[File:Mooshroom Spawn Egg JE2 BE1.png|32px]] [[File:Villager Spawn Egg JE2 BE1.png|32px]] Added spawn eggs for [[creeper]]s, [[skeleton]]s, [[spider]]s, [[zombie]]s, [[slime]]s, [[ghast]]s, [[zombie pigman]]s, [[enderman]]s, [[cave spider]]s, [[silverfish]]s, [[blaze]]s, [[magma cube]]s, [[pig]]s, [[sheep]]s, [[cow]]s, [[chicken]]s, [[squid]], [[wolf]]s, [[mooshroom]] and [[villager]]s.
|Spawn eggs can now be placed into a [[dispenser]]. Activating the dispenser spawns the [[mob]], instead of dispensing the egg as an [[item]].}}
{{History||xbox=TU11|Added a message when the user tries to spawn a [[hostile mob]] from a spawn egg in Peaceful [[difficulty]].}}
{{History||xbox=TU12|[[File:Ocelot Spawn Egg JE1 BE1.png|32px]] Added [[ocelot]] spawn eggs.}}
{{History||xbox=TU19|xbone=CU7|ps=1.12|[[File:Horse Spawn Egg JE1 BE1.png|32px]] [[File:Witch Spawn Egg JE1 BE1.png|32px]] [[File:Bat Spawn Egg JE1 BE1.png|32px]] [[File:Donkey Spawn Egg CE1.png|32px]] [[File:Mule Spawn Egg CE1.png|32px]] Added [[horse]], [[witch]], [[bat]], donkey and mule spawn eggs.}}
{{History||xbox=TU31|xbone=CU19|ps=1.22|wiiu=Patch 3|[[File:Endermite Spawn Egg JE1 BE1.png|32px]] [[File:Guardian Spawn Egg JE1 BE1.png|32px]] [[File:Rabbit Spawn Egg JE1 BE1.png|32px]] Added [[endermite]], [[guardian]] and [[rabbit]] spawn eggs.}}
{{History||xbox=TU46|xbone=CU36|ps=1.38|wiiu=Patch 15|[[File:Shulker Spawn Egg JE1 BE2.png|32px]] Added [[shulker]] spawn eggs.
|[[File:Donkey Spawn Egg JE1 BE1.png|32px]] [[File:Mule Spawn Egg JE1 BE1.png|32px]] Donkey and mule spawn eggs now match the textures of their [[Bedrock Edition|Bedrock]] and [[Java Edition|Java]] edition counterparts.}}
{{History||xbox=TU54|xbone=CU44|ps=1.52|wiiu=Patch 24|switch=1.0.4|[[File:Skeleton Horse Spawn Egg JE1 BE1.png|32px]] [[File:Zombie Horse Spawn Egg JE1 BE2.png|32px]] [[File:Elder Guardian Spawn Egg JE1 BE1.png|32px]] [[File:Stray Spawn Egg JE1 BE2.png|32px]] [[File:Wither Skeleton Spawn Egg JE1 BE1.png|32px]] [[File:Husk Spawn Egg JE1 BE2.png|32px]] [[File:Zombie Villager Spawn Egg JE1 BE1.png|32px]] [[File:Parrot Spawn Egg JE1 BE1.png|32px]] [[File:Llama Spawn Egg JE1 BE1.png|32px]] [[File:Vindicator Spawn Egg JE1 BE1.png|32px]] [[File:Evoker Spawn Egg JE1 BE1.png|32px]] [[File:Vex Spawn Egg JE1 BE1.png|32px]] Added spawn eggs for [[skeleton horse]]s, [[zombie horse]]s, [[elder guardian]]s, [[stray]]s, [[wither skeleton]]s, [[husk]]s, [[zombie villager]]s, [[parrot]]s, [[llama]]s, [[vindicator]]s, [[evoker]]s and [[vex]]es.}}
{{History||xbox=TU69|xbone=none|ps=1.76|wiiu=Patch 38|switch=none|[[File:Drowned Spawn Egg JE1 BE1.png|32px]] [[File:Cod Spawn Egg JE1 BE2.png|32px]] [[File:Salmon Spawn Egg JE1 BE2.png|32px]] [[File:Pufferfish Spawn Egg JE1 BE2.png|32px]] [[File:Tropical Fish Spawn Egg JE1 BE2.png|32px]] [[File:Dolphin Spawn Egg JE1 BE1.png|32px]] [[File:Turtle Spawn Egg JE1 BE1.png|32px]] [[File:Phantom Spawn Egg JE2 BE1.png|32px]] Added spawn eggs for [[drowned]], [[cod]], [[salmon]], [[pufferfish]], [[tropical fish]], [[dolphin]]s, [[sea turtle]]s and [[phantom]]s.}}
{{History||xbox=none|ps=1.83|wiiu=none|[[File:Panda Spawn Egg BE1.png|32px]] [[File:Cat Spawn Egg BE1.png|32px]] Added spawn eggs for [[panda]]s and [[cat]]s.}}
{{History||ps=1.90|[[File:Pillager Spawn Egg JE1 BE1.png|32px]] Added [[pillager]] spawn eggs.}}
{{History||ps=1.91|[[File:Ravager Spawn Egg JE1 BE1.png|32px]] [[File:Wandering Trader Spawn Egg JE1.png|32px]] Added spawn eggs for [[ravager]]s and [[wandering trader]]s.}}

{{History|New 3DS}}
{{History||0.1.0|[[File:Creeper Spawn Egg JE2 BE1.png|32px]] [[File:Skeleton Spawn Egg JE2 BE1.png|32px]] [[File:Spider Spawn Egg JE2 BE1.png|32px]] [[File:Zombie Spawn Egg JE2 BE1.png|32px]] [[File:Slime Spawn Egg JE2 BE1.png|32px]] [[File:Ghast Spawn Egg JE2 BE1.png|32px]] [[File:Zombie Pigman Spawn Egg JE2 BE1.png|32px]] [[File:Enderman Spawn Egg JE2 BE1.png|32px]] [[File:Cave Spider Spawn Egg JE2 BE1.png|32px]] [[File:Silverfish Spawn Egg JE2 BE2.png|32px]] [[File:Blaze Spawn Egg JE2 BE1.png|32px]] [[File:Magma Cube Spawn Egg JE2 BE1.png|32px]] [[File:Pig Spawn Egg JE2 BE1.png|32px]] [[File:Sheep Spawn Egg JE2 BE1.png|32px]] [[File:Cow Spawn Egg JE2 BE1.png|32px]] [[File:Chicken Spawn Egg JE2 BE1.png|32px]] [[File:Squid Spawn Egg JE2 BE1.png|32px]] [[File:Wolf Spawn Egg JE2 BE1.png|32px]] [[File:Mooshroom Spawn Egg JE2 BE1.png|32px]] [[File:Villager Spawn Egg JE2 BE1.png|32px]] [[File:Ocelot Spawn Egg JE1 BE1.png|32px]] [[File:Guardian Spawn Egg JE1 BE1.png|32px]] [[File:Rabbit Spawn Egg JE1 BE1.png|32px]] [[File:Horse Spawn Egg JE1 BE1.png|32px]] [[File:Witch Spawn Egg JE1 BE1.png|32px]] [[File:Bat Spawn Egg JE1 BE1.png|32px]] [[File:Donkey Spawn Egg JE1 BE1.png|32px]] [[File:Mule Spawn Egg JE1 BE1.png|32px]] Added spawn eggs.}}
{{History||1.7.10|[[File:Endermite Spawn Egg JE1 BE1.png|32px]] [[File:Polar Bear Spawn Egg JE1 BE1.png|32px]] [[File:Shulker Spawn Egg JE1 BE2.png|32px]] Added spawn eggs for [[endermite]]s, [[polar bear]]s and [[shulker]]s.}}
{{History||1.9.19|[[File:Llama Spawn Egg JE1 BE1.png|32px]] [[File:Vindicator Spawn Egg JE1 BE1.png|32px]] [[File:Evoker Spawn Egg JE1 BE1.png|32px]] [[File:Vex Spawn Egg JE1 BE1.png|32px]] Added spawn eggs for [[llama]]s, [[vindicator]]s, [[evoker]]s and [[vex]]es.}}

{{History|Education}}
{{History||1.0|[[File:Creeper Spawn Egg JE2 BE1.png|32px]] [[File:Skeleton Spawn Egg JE2 BE1.png|32px]] [[File:Spider Spawn Egg JE2 BE1.png|32px]] [[File:Zombie Spawn Egg JE2 BE1.png|32px]] [[File:Slime Spawn Egg JE2 BE1.png|32px]] [[File:Ghast Spawn Egg JE2 BE1.png|32px]] [[File:Zombie Pigman Spawn Egg JE2 BE1.png|32px]] [[File:Enderman Spawn Egg JE2 BE1.png|32px]] [[File:Cave Spider Spawn Egg JE2 BE1.png|32px]] [[File:Silverfish Spawn Egg JE2 BE2.png|32px]] [[File:Blaze Spawn Egg JE2 BE1.png|32px]] [[File:Magma Cube Spawn Egg JE2 BE1.png|32px]] [[File:Pig Spawn Egg JE2 BE1.png|32px]] [[File:Sheep Spawn Egg JE2 BE1.png|32px]] [[File:Cow Spawn Egg JE2 BE1.png|32px]] [[File:Chicken Spawn Egg JE2 BE1.png|32px]] [[File:Squid Spawn Egg JE2 BE1.png|32px]] [[File:Wolf Spawn Egg JE2 BE1.png|32px]] [[File:Mooshroom Spawn Egg JE2 BE1.png|32px]] [[File:Villager Spawn Egg JE2 BE1.png|32px]] [[File:Ocelot Spawn Egg JE1 BE1.png|32px]] [[File:Guardian Spawn Egg JE1 BE1.png|32px]] [[File:Elder Guardian Spawn Egg JE1 BE1.png|32px]] [[File:Rabbit Spawn Egg JE1 BE1.png|32px]] [[File:Horse Spawn Egg JE1 BE1.png|32px]] [[File:Husk Spawn Egg JE1 BE2.png|32px]] [[File:Stray Spawn Egg JE1 BE2.png|32px]] [[File:Witch Spawn Egg JE1 BE1.png|32px]] [[File:Bat Spawn Egg JE1 BE1.png|32px]] [[File:Wither Skeleton Spawn Egg JE1 BE1.png|32px]] [[File:Donkey Spawn Egg JE1 BE1.png|32px]] [[File:Mule Spawn Egg JE1 BE1.png|32px]] [[File:Skeleton Horse Spawn Egg JE1 BE1.png|32px]] [[File:Zombie Horse Spawn Egg JE1 BE2.png|32px]] [[File:Endermite Spawn Egg JE1 BE1.png|32px]] [[File:Zombie Villager Spawn Egg JE1 BE1.png|32px]] [[File:Polar Bear Spawn Egg JE1 BE1.png|32px]] [[File:Shulker Spawn Egg JE1 BE2.png|32px]] [[File:Llama Spawn Egg JE1 BE1.png|32px]] [[File:Vindicator Spawn Egg JE1 BE1.png|32px]] [[File:Evoker Spawn Egg JE1 BE1.png|32px]] [[File:Vex Spawn Egg JE1 BE1.png|32px]] [[File:Parrot Spawn Egg JE1 BE1.png|32px]] [[File:NPC Spawn Egg BE1.png|32px]] Added spawn eggs.}}
{{History||1.4|[[File:Cod Spawn Egg JE1 BE2.png|32px]] [[File:Salmon Spawn Egg JE1 BE2.png|32px]] [[File:Pufferfish Spawn Egg JE1 BE2.png|32px]] [[File:Tropical Fish Spawn Egg JE1 BE2.png|32px]] [[File:Dolphin Spawn Egg JE1 BE1.png|32px]] Added spawn eggs for [[cod]], [[salmon]], [[pufferfish]], [[tropical fish]] and [[dolphin]]s.}}
{{History||1.7|[[File:Drowned Spawn Egg JE1 BE1.png|32px]] [[File:Turtle Spawn Egg JE1 BE1.png|32px]] [[File:Phantom Spawn Egg JE2 BE1.png|32px]] [[File:Agent Spawn Egg BE1.png|32px]] Added spawn eggs for [[drowned]], [[turtle|sea turtles]], [[phantom]]s and [[agent]]s.}}
{{History||?|[[File:Mask Spawn Egg BE1.png|32px]] Added mask spawn egg texture.}}
{{History||1.9|[[File:Panda Spawn Egg BE1.png|32px]] [[File:Cat Spawn Egg BE1.png|32px]] Added spawn eggs for [[panda]]s and [[cat]]s.}}
{{History||1.12.0|[[File:Pillager Spawn Egg JE1 BE1.png|32px]] [[File:Ravager Spawn Egg JE1 BE1.png|32px]] [[File:Wandering Trader Spawn Egg BE1.png|32px]] Added spawn eggs for [[pillager]]s, [[ravager]]s and [[wandering trader]]s.}}
{{History||1.14.31|[[File:Bee Spawn Egg JE2 BE1.png|32px]] [[File:Fox Spawn Egg JE1 BE1.png|32px]] Added spawn eggs for [[bee]]s and [[fox]]es.}}
{{History||1.17.30|[[File:Piglin Spawn Egg JE1.png|32px]] [[File:Hoglin Spawn Egg JE2.png|30px]] [[File:Strider Spawn Egg JE1 BE1.png|32px]] [[File:Zoglin Spawn Egg JE1 BE1.png|32px]] [[File:Piglin Brute Spawn Egg JE1 BE1.png|32px]] [[File:Goat Spawn Egg BE2.png|32px]] [[File:Axolotl Spawn Egg JE1 BE1.png|32px]] [[File:Glow Squid Spawn Egg JE1 BE1.png|32px]] Added spawn eggs for [[piglin]]s, [[hoglin]]s, [[strider]]s, [[zoglin]]s, [[piglin brute]]s, [[goat]]s, [[axolotl]]s and [[glow squid]]s.}}
{{History|earth}}
{{History||Release|[[File:Cluckshroom Spawn Egg.png|32px]] [[File:Horned Sheep Spawn Egg.png|32px]] [[File:Moobloom Spawn Egg.png|32px]] Added [[cluckshroom]], [[horned sheep]] and [[moobloom]] spawn egg textures.}}
{{History||0.4.0|[[File:Jumbo Rabbit Spawn Egg.png|32px]] Added [[jumbo rabbit]] spawn egg texture.}}
{{History|foot}}

== Issues ==
{{issue list}}

== Gallery ==
{{Hidden begin|View all renders}}
<gallery>
Spawn Egg.png|frame|Uncolored Spawn Egg
Agent Spawn Egg.png|Agent Spawn Egg
Allay Spawn Egg.png|Allay Spawn Egg
Axolotl Spawn Egg.png|Axolotl Spawn Egg
Bat Spawn Egg.png|Bat Spawn Egg
Bee Spawn Egg.png|Bee Spawn Egg
Blaze Spawn Egg.png|Blaze Spawn Egg
Camel Spawn Egg.png|Camel Spawn Egg
Cat Spawn Egg.png|Cat Spawn Egg (Java)
Cat Spawn Egg BE1.png|Cat Spawn Egg (Bedrock)
Cave Spider Spawn Egg.png|Cave Spider Spawn Egg
Chicken Spawn Egg.png|Chicken Spawn Egg
Cod Spawn Egg.png|Cod Spawn Egg
Cow Spawn Egg.png|Cow Spawn Egg
Creeper Spawn Egg.png|Creeper Spawn Egg
Dolphin Spawn Egg.png|Dolphin Spawn Egg
Donkey Spawn Egg.png|Donkey Spawn Egg
Drowned Spawn Egg.png|Drowned Spawn Egg
Elder Guardian Spawn Egg.png|Elder Guardian Spawn Egg
Ender Dragon Spawn Egg.png|Ender Dragon Spawn Egg
Enderman Spawn Egg.png|Enderman Spawn Egg
Endermite Spawn Egg.png|Endermite Spawn Egg
Evoker Spawn Egg.png|Evoker Spawn Egg
Fox Spawn Egg.png|Fox Spawn Egg
Frog Spawn Egg.png|Frog Spawn Egg
Ghast Spawn Egg.png|Ghast Spawn Egg
Glow Squid Spawn Egg.png|Glow Squid Spawn Egg
Goat Spawn Egg.png|Goat Spawn Egg
Guardian Spawn Egg.png|Guardian Spawn Egg
Hoglin Spawn Egg.png|Hoglin Spawn Egg
Horse Spawn Egg.png|Horse Spawn Egg
Husk Spawn Egg.png|Husk Spawn Egg
Iron Golem Spawn Egg.png|Iron Golem Spawn Egg
Llama Spawn Egg.png|Llama Spawn Egg
Magma Cube Spawn Egg.png|Magma Cube Spawn Egg
Mooshroom Spawn Egg.png|Mooshroom Spawn Egg
Mule Spawn Egg.png|Mule Spawn Egg
NPC Spawn Egg.png|NPC Spawn Egg
Ocelot Spawn Egg.png|Ocelot Spawn Egg
Panda Spawn Egg.png|Panda Spawn Egg (Java)
Panda Spawn Egg BE1.png|Panda Spawn Egg (Bedrock)
Parrot Spawn Egg.png|Parrot Spawn Egg
Phantom Spawn Egg.png|Phantom Spawn Egg
Pig Spawn Egg.png|Pig Spawn Egg
Piglin Spawn Egg.png|Piglin Spawn Egg
Piglin Brute Spawn Egg.png|Piglin Brute Spawn Egg
Pillager Spawn Egg.png|Pillager Spawn Egg
Polar Bear Spawn Egg.png|Polar Bear Spawn Egg
Pufferfish Spawn Egg.png|Pufferfish Spawn Egg
Rabbit Spawn Egg.png|Rabbit Spawn Egg
Ravager Spawn Egg.png|Ravager Spawn Egg
Salmon Spawn Egg.png|Salmon Spawn Egg
Sheep Spawn Egg.png|Sheep Spawn Egg
Shulker Spawn Egg.png|Shulker Spawn Egg
Silverfish Spawn Egg.png|Silverfish Spawn Egg
Skeleton Spawn Egg.png|Skeleton Spawn Egg
Skeleton Horse Spawn Egg.png|Skeleton Horse Spawn Egg
Slime Spawn Egg.png|Slime Spawn Egg
Sniffer Spawn Egg.png|Sniffer Spawn Egg
Snow Golem Spawn Egg.png|Snow Golem Spawn Egg
Spider Spawn Egg.png|Spider Spawn Egg
Squid Spawn Egg.png|Squid Spawn Egg
Stray Spawn Egg.png|Stray Spawn Egg
Strider Spawn Egg.png|Strider Spawn Egg
Tadpole Spawn Egg.png|Tadpole Spawn Egg
Trader Llama Spawn Egg.png|Trader Llama Spawn Egg
Tropical Fish Spawn Egg.png|Tropical Fish Spawn Egg
Turtle Spawn Egg.png|Turtle Spawn Egg
Vex Spawn Egg.png|Vex Spawn Egg
Villager Spawn Egg.png|Villager Spawn Egg
Vindicator Spawn Egg.png|Vindicator Spawn Egg
Wandering Trader Spawn Egg.png|Wandering Trader Spawn Egg (Java)
Wandering Trader Spawn Egg BE1.png|Wandering Trader Spawn Egg (Bedrock)
Warden Spawn Egg.png|Warden Spawn Egg
Witch Spawn Egg.png|Witch Spawn Egg
Wither Spawn Egg.png|Wither Spawn Egg
Wither Skeleton Spawn Egg.png|Wither Skeleton Spawn Egg
Wolf Spawn Egg.png|Wolf Spawn Egg
Zoglin Spawn Egg.png|Zoglin Spawn Egg
Zombie Spawn Egg.png|Zombie Spawn Egg
Zombie Horse Spawn Egg.png|Zombie Horse Spawn Egg
Zombie Villager Spawn Egg.png|Zombie Villager Spawn Egg
Zombified Piglin Spawn Egg.png|Zombified Piglin Spawn Egg
Mask Spawn Egg.png|Mask Spawn Egg (texture)
</gallery>
{{Hidden end}}

=== Screenshots ===
<gallery>
Classic eggs.png|Various spawn eggs utilizing their old color scheme before [[12w01a]].
Upsidedownmob.png|An example of an upside-down mob by renaming the spawn egg "Dinnerbone".
UpsideDownMobsEasterEgg.png|Two mobs spawned with the names "Grumm" and "Dinnerbone," respectively.
TheLeadPig.png|First screenshot relating to a named mob shown, through a spawn egg.
</gallery>

== Notes ==
{{notelist|fn}}

== References ==
{{reflist}}

== External Links ==
*[https://www.minecraft.net/en-us/article/taking-inventory--spawn-egg Taking Inventory: Spawn Egg] – Minecraft.net on January 6, 2022

{{Items}}

[[de:Spawn-Ei]]
[[es:Huevo generador]]
[[fr:Œufs d'apparition]]
[[it:Uovo generatore]]
[[ja:スポーンエッグ]]
[[ko:생성 알]]
[[nl:Spawnei]]
[[pl:Jajo przyzywające]]
[[pt:Ovo gerador]]
[[ru:Яйца призывания]]
[[th:ไข่เสก]]
[[zh:刷怪蛋]]
[[Category:Non-renewable resources]]</li></ul></nowiki>
19w41aThe /effect clear command now defaults to the executor if no target argument is given.
1.15.2
{{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>[[Raw Porkchop|Raw Porkchop]]<br/>{{Item
| title = Raw Porkchop
| image = Raw Porkchop.png
| renewable = Yes
| heals = {{hunger|3}}
| stackable = Yes (64)
}}
A '''raw porkchop''' is a [[food]] item that can be eaten by the [[player]] or cooked to make a [[cooked porkchop]].

== Obtaining ==

=== Mob loot ===

==== Pigs ====

Adult [[pig]]s drop 1–3 raw porkchop when killed. The maximum amount is increased by 1 per level of [[Looting]], for a maximum of 1-6 with Looting III. If killed while on fire, they drop [[cooked porkchop]] instead.

==== Hoglins ====

Adult [[hoglin]]s drop 2–4 raw porkchop when killed. The maximum amount is increased by 1 per level of [[Looting]], for a maximum of 7 with Looting III. If killed while on fire, they drop [[cooked porkchop]] instead.

=== Chest loot ===

{{LootChestItem|raw-porkchop}}

== Usage ==

=== Food ===

To eat raw porkchop, press and hold {{control|use}} while it is selected in the hotbar. Eating one restores {{hunger|3}} [[hunger]] and 0.6 [[Hunger#Mechanics|saturation]].

=== Smelting ingredient ===

{{Smelting
|showname=1
|Raw Porkchop
|Cooked Porkchop
|0.35
}}

=== Trading ===

{{IN|bedrock}}, novice-level butcher [[villager]]s have a {{frac|1|3}} chance to [[trading|buy]] 7 raw porkchop for an [[emerald]] as part of their [[trading|trades]].

{{IN|java}}, novice-level butcher villagers have a 40% chance to buy 7 raw porkchop for an emerald.

=== Wolves ===

Raw porkchops can be used to [[breed]] and heal tamed [[wolves]], lead them around, and make baby tamed wolves grow up faster by 10% of the remaining time.

=== Piglins ===
[[Piglin|Piglins]] instantly pick up raw or [[Cooked Porkchop|cooked porkchops]] that are within 1 block of them, unless they have already picked up one within the last 10 seconds. Porkchops picked up are not dropped upon the piglin's death.

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

== Data values ==
=== ID ===
{{edition|java}}:
{{ID table
|edition=java
|showitemtags=y
|showforms=y
|generatetranslationkeys=y
|displayname=Raw Porkchop
|spritetype=item
|nameid=porkchop
|itemtags=piglin_food
|form=item
|foot=1}}

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Raw Porkchop
|spritetype=item
|nameid=porkchop
|id=262
|form=item
|foot=1}}

== Achievements ==
{{load achievements|Pork Chop}}

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

== History ==

{{History|java indev}}
{{History||20100219|[[File:Raw Porkchop JE1 BE1.png|32px]] Added raw porkchops. 
|Raw porkchops restore {{hp|3}} and do not stack in the [[inventory]].
|Raw porkchops are [[drops|dropped]] by [[pig]]s.}}
{{History|java beta}}
{{History||1.4|Raw porkchops can now be given to [[wolf|wolves]].}}
{{History||1.8|snap=Pre-release|Raw porkchops can now be stacked to 64.<ref>{{Tweet|jeb|103408168356421632|Some Minecraft food changes...}}</ref> 
|Raw porkchops now restore {{hunger|3}} to the [[Hunger|food bar]].}}
{{History|java}}
{{History||1.2.1|snap=12w03a|Raw porkchops can now be used to breed wolves.}}
{{History||1.3.1|snap=12w21a|Raw porkchops can now be [[trading|sold]] to butcher [[villager]]s, at 14–17 pork chops for 1 [[emerald]].}}
{{History|||snap=12w25a|[[Pig]]s now [[drops|drop]] 1–3 porkchops instead of 0–2.}}
{{History||1.4.2|snap=12w37a|[[File:Raw Porkchop JE2 BE2.png|32px]] The texture of raw porkchops has been changed, so that it no longer has a dark outline.}}
{{History||1.8|snap=14w02a|[[Trading]] has been changed; butcher villagers now [[trading|buy]] 14–18 porkchops for 1 emerald.}}
{{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 319.}}
{{History||1.14|snap=18w43a|[[File:Raw Porkchop.png|32px]] The texture of raw porkchops has been changed.}}
{{History|||snap=18w49a|Raw porkchops can now be found in [[chest]]s in [[village]] butcher shops.}}
{{History||1.16|snap=20w07a|Raw porkchops are dropped by the new [[hoglin]]s.
|Raw porkchops have a {{frac|5|109}} (~4.59%) chance of being given by the new [[piglin]]s when [[bartering]], in a stack size of 2–5.}}
{{History|||snap=20w09a|Raw porkchops can no longer be obtained by bartering with piglins.}}
{{History|||snap=20w16a|Raw porkchops now generate in [[bastion remnants]] chests.}}

{{History|pocket alpha}}
{{History||v0.4.0|[[File:Raw Porkchop JE1 BE1.png|32px]] Added raw porkchops.}}
{{History||v0.5.0|Raw porkchops now restore {{hp|3}} instead of {{hp|1}}.}}
{{History||v0.8.0|snap=build 1|[[File:Raw Porkchop JE2 BE2.png|32px]] The texture of raw porkchops has been changed, so that it no longer has that dark outline.}}
{{History||v0.12.1|snap=build 1|Raw porkchops now restore [[hunger]] instead of [[health]].}}
{{History||v0.16.2|[[Pig]]s now [[drops|drop]] 1–3 raw porkchops rather than 0–2.}}
{{History|pocket}}
{{History||1.0.4|snap=alpha 1.0.4.0|14–18 raw porkchops can now be [[trading|sold]] to butcher [[villager]]s for an [[emerald]].}}
{{History|bedrock}}
{{History||1.10.0|snap=beta 1.10.0.3|[[File:Raw Porkchop.png|32px]] The texture of raw porkchops has been changed.}}
{{History||1.11.0|snap=beta 1.11.0.3|Raw porkchops can now be found in [[village]] butcher [[chest]]s.}}
{{History|||snap=beta 1.11.0.4|Butcher [[villager]]s now have {{frac|1|3}} chance to [[trading|buy]] 7 raw porkchops.}}

{{History|console}}
{{History||xbox=TU1|xbone=CU1|ps=1.0|wiiu=Patch 1|switch=1.0.1|[[File:Raw Porkchop JE1 BE1.png|32px]] Added raw porkchops.}}
{{History||xbox=TU5|Raw porkchops are now stackable to 64 and fills [[hunger]] instead of [[health]].}}
{{History||xbox=TU12|[[File:Raw Porkchop JE2 BE2.png|32px]] The texture of raw porkchops has been changed, so that it no longer has a dark outline.}}
{{History||xbox=none|xbone=none|ps=1.90|wiiu=none|switch=none|[[File:Raw Porkchop.png|32px]] The texture of raw porkchops has been changed.}}

{{History|new3DS}}
{{History||0.1.0|[[File:Raw Porkchop JE2 BE2.png|32px]] Added raw porkchops.}}
{{History|foot}}

== Issues ==

{{issue list}}

== Gallery ==
<gallery>
I Porkchop Minecraft JINX.jpg|Official T-shirt artwork "I Porkchop Minecraft" sold by [https://www.jinx.com JINX].
I Brake for Porkchop Bumper Sticker JINX.jpg|An official bumper sticker featuring a raw porkchop sold by JINX.
</gallery>

== References ==
{{reflist}}

== External Links ==
*[https://www.minecraft.net/en-us/article/taking-inventory--porkchop Taking Inventory: Porkchop] – Minecraft.net on February 13, 2020

{{Items}}

[[Category:Food]]

[[cs:Syrová kotleta]]
[[de:Rohes Schweinefleisch]]
[[es:Chuleta de cerdo cruda]]
[[fr:Côtelette de porc crue]]
[[hu:Nyers disznóhús]]
[[ja:生の豚肉]]
[[nl:Rauw varkensvlees]]
[[pl:Surowy schab]]
[[pt:Costeleta de porco crua]]
[[ru:Сырая свинина]]
[[uk:Сира свинина]]
[[zh:生猪排]]
[[Category:Renewable resources]]</li></ul>
Pre-Release 1When a stronger effect overwrites a weaker effect, the weaker effect now are hidden.[1]
1.19.3
{{Extension DPL}}<ul><li>[[Green Dye|Green Dye]]<br/>{{redirect|Cactus Green|the plant|Cactus}}{{Item
| title = Green Dye
| renewable = Yes
| stackable = Yes (64)
}}
'''Green dye''' is a [[primary color dye]].

== Obtaining ==

=== Chest loot ===
{{LootChestItem|green-dye}}

=== Smelting ===
{{Smelting
|head=1
|showdescription=1
|Cactus
|Green Dye
|1
|description={{only|Java}}<ref>{{bug|MC-210211||Smelting cactus gives too much experience since 1.13}}</ref>
}}
{{Smelting
|head=0
|showdescription=1
|Cactus
|Green Dye
|0,2
|description={{only|Bedrock}}
|foot=1
}}

=== Trading ===

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

== Usage ==

{{dye usage}}

=== Crafting ingredient ===

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

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

=== Trading ===
Expert level shepherd villagers have {{frac|1|6}} chance to buy 12 green dye for an emerald.{{only|bedrock}} Expert level shepherds have a {{frac|2|7}} chance to buy 12 green dye for 1 emerald.{{only|java}}

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

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|showaliasids=y
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Green Dye
|spritetype=item
|nameid=green_dye
|aliasid=dye / 2
|id=397
|form=item
|translationkey=item.dye.green.name
|foot=1}}

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

== History ==

{{History|java beta}}
{{History||1.2|[[File:Green Dye JE1 BE1.png|32px]] Added cactus green, together with all other dyes.}}
{{History|java}}
{{History||1.3.1|snap=1.3|[[File:Green Dye JE2 BE2.png|32px]] The texture of cactus green has been changed.}}
{{History||1.4.2|snap=12w34a|Added the ability to [[Armor#Dyeing|dye]] leather [[armor]] and [[wolf]] collars.}}
{{History||1.4.6|snap=12w49a|Cactus green can be crafted with [[gunpowder]] to create a [[firework star]].}} 
{{History||1.6.1|snap=13w19a|[[Stained clay]] can now be [[crafting|crafted]].}}
{{History||1.7.2|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=17w06a|Cactus green can now be used to craft green [[concrete powder]].}}
{{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|"Cactus Green" has been renamed to "Green Dye".
|[[File:Green Dye JE3 BE3.png|32px]] The texture of green dye has been changed.}}
{{History|||snap=18w44a|Green dye can now change the text color on [[sign]]s to green.}}
{{History|||snap=18w50a|Green dye can now be found in [[chest]]s in [[desert]] [[village]] houses.}}
{{History|||snap=19w05a|Added the [[wandering trader]], which sells green dye.}}
{{History|||snap=19w11a|Green dye can now be [[trading|bought]] by shepherd villagers.}}
{{History||1.17|snap=20w45a|Green dye can now be used to craft [[green candle]]s.}}
{{History|||snap=21w19a|Green dye can no longer be used to craft green candles.}}
{{History|||snap=Pre-release 1|Green dye can once again be used to craft green candles.}}
{{History||1.20<br>(Experimental)|link=1.19.3|snap=22w42a|Green dye can now change the text color on [[hanging sign]]s to green.}}

{{History|pocket alpha}}
{{History||v0.3.0|[[File:Green Dye JE1 BE1.png|32px]] Added cactus green. It is currently unobtainable and has no usage.}}
{{History||v0.3.2|Cactus green is now obtainable by [[smelting]] cacti in a [[furnace]]. It still has no usage.}}
{{History||v0.4.0|Cactus green can now be used to craft [[cyan dye]], [[lime dye]], and [[green wool]].}}
{{History||v0.8.0|snap=build 1|[[File:Green Dye JE2 BE2.png|32px]] The texture of cactus green has been changed.}}
{{History||v0.14.0|snap=build 1|Cactus green can now be used to dye [[water]] in [[cauldron]]s.}}
{{History|pocket}}
{{History||1.0.0|snap=alpha 0.17.0.1|Cactus green can now be used to dye [[shulker]]s.}}
{{History||1.1.0|snap=alpha 1.1.0.0|Cactus green can now be used to dye [[bed]]s, [[shulker box]]es, and craft [[concrete powder]].}}
{{History|bedrock}}
{{History||1.2.0|snap=beta 1.2.0.2|Cactus green can now be used to craft [[stained glass]], patterns on [[banner]]s, and [[firework star]]s.}}
{{History||1.4.0|snap=beta 1.2.20.1|Cactus green can now be used to craft [[balloon]]s and [[glow stick]]s.}}
{{History||1.8.0|snap=beta 1.8.0.10|"Cactus Green" has been renamed to "Green Dye".}}
{{History||1.10.0|snap=beta 1.10.0.3|Green dye is now sold by [[wandering trader]]s.
|[[File:Green Dye JE3 BE3.png|32px]] The texture of green dye has been changed.}}
{{History||1.11.0|snap=beta 1.11.0.1|Green dye can now be found in [[desert]] [[village]] house [[chest]]s.}}
{{History|||snap=beta 1.11.0.4|Green dye can now be [[trading|sold]] to shepherd [[villager]]s.}}
{{History||1.16.100|snap=beta 1.16.100.56|The ID of green dye has been changed from <code>dye/2</code> to <code>green_dye</code>.}}

{{History|console}}
{{History||xbox=TU1|xbone=CU1|ps=1.00|wiiu=Patch 1|[[File:Green Dye JE1 BE1.png|32px]] Added cactus green.}}
{{History|PS4}}
{{History||1.83|"Cactus Green" has been renamed to "Green Dye".}}
{{History||1.90|[[File:Green Dye JE3 BE3.png|32px]] The texture of green dye has been changed.}}

{{History|new 3ds}}
{{History||0.1.0|[[File:Green Dye JE1 BE1.png|32px]] Added cactus green.}}
{{History|foot}}

== Issues ==

{{issue list}}

{{Items}}

[[cs:Kaktusová zeleň]]
[[de:Grüner Farbstoff]]
[[es:Tinte verde]]
[[fr:Teinture verte]]
[[hu:Kaktuszzöld]]
[[ja:緑色の染料]]
[[ko:초록색 염료]]
[[nl:Cactusgroen]]
[[pl:Zielony barwnik]]
[[pt:Corante verde]]
[[ru:Зелёный краситель]]

[[Category:Items]]
[[Category:Dyes]]
[[Category:Renewable resources]]</li><li>[[Diamond|Diamond]]<br/>{{For}}
{{redirect|Diamonds|the achievement|Achievements#DIAMONDS!|the advancement|Advancements#Diamonds!}}
{{Item
| image = Diamond.png
| renewable = No
| stackable = Yes (64)
| rarity = Common}}
A '''diamond''' is a mineral that can only be obtained from [[Diamond Ore|diamond ore]], [[chest loot|loot chests]] and [[Suspicious Block|suspicious blocks]]. It is required to craft diamond [[tool]]s and [[armor]] (and therefore obtain [[obsidian]] to access the [[The Nether|Nether]]), [[enchanting table]]s, [[jukebox]]es and duplicate [[smithing template]]s.

== Obtaining ==
{{see also|Tutorials/Diamonds}}
=== Mining ===
{{see also|Diamond Ore#Natural generation}}
[[Diamond ore]] can be mined using an iron [[pickaxe]] or stronger. An ore drops a single diamond. If mined by any other tool, it drops nothing. If the pickaxe is enchanted with [[Fortune]], it can drop an extra diamond per level of Fortune, allowing for a maximum of 4 diamonds with Fortune III. If the ore is mined using a pickaxe enchanted with [[Silk Touch]], it drops an ore block rather than a diamond. The ore is found at level 15 or lower, most commonly between -50 and -64; levels -58 and -59 are the preferred levels to mine at since they don't contain [[bedrock]], as it starts spawning at -60.

=== Chest loot ===
{{LootChestItem|diamond}}

=== Suspicious sand ===

When brushing [[suspicious sand]] in [[desert pyramid]]s, they have a {{frac|1|7}} chance to drop a diamond.

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

=== Smelting ===
{{Smelting
|showname=1
|Diamond Ore; Deepslate Diamond Ore
|Diamond
|1
}}

== Usage ==

Diamonds are mainly used to craft high-tier armor and equipment, which in turn are also used in making [[netherite]] armor and equipment. 

=== Crafting ingredient ===

{{crafting usage}}

=== Trading ===

{{IN|bedrock}}, expert-level armorer, toolsmith, and weaponsmith villagers buy one diamond for an emerald as part of their trades.

{{IN|java}}, journeyman-level armorer villagers have a 40% chance of offering to buy one diamond for one emerald. Expert-level toolsmith villagers have {{frac|2|3}} chance of offering to buy one diamond for one emerald. Expert-level weaponsmith villagers always offer to buy one diamond for one emerald.

=== Repairing ===

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

=== Beacons ===

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

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

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

;Trim color palette
The following color palettes are shown on the designs on trimmed armor:
*{{TrimPalette|diamond}}
*{{TrimPalette|diamond|darker=1}} (a darker color palette is used when a diamond armor piece is trimmed using a diamond).

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

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Diamond
|spritetype=item
|nameid=diamond
|id=304
|form=item
|foot=1}}

== Achievements ==

{{load achievements|DIAMONDS!;Diamonds to you!;Enchanter}}

== Advancements ==

{{load advancements|Diamonds!}}

== History ==

{{History|java indev}}
{{History||0.31|snap=20100128|[[File:Diamond JE1 BE1.png|32px]] Added diamonds. Initially, they were referred to as "emeralds".
|A stack of 100 diamonds can be found inside the  [[Indev house]] [[chest]]s.}}
{{History|||snap=20100129|Diamond can be used to craft [[diamond block]]s and diamond [[sword]]s, [[shovel]]s, [[pickaxe]]s and [[axe]]s.
|Diamonds can no longer be found inside the Indev House due to all items having been removed from its chests.
|Diamond can be obtained by smelting diamond blocks.}}
{{History|||snap=20100130|[[Emerald]]s from the previous version are now officially known as "diamonds", though this has no actual effect as item names are not yet displayed in-game.
|[[Diamond block]]s now require 9 diamonds (3×3) instead of 4 (2×2) to be [[crafting|crafted]], making them much more expensive.}}
{{History||20100206|Diamonds are now used to craft diamond [[hoe]]s.}}
{{History||20100212-1|Diamonds are now used to craft diamond [[helmet]]s, [[chestplate]]s, [[leggings]] and [[boots]].}}
{{History|java alpha}}
{{History||v1.0.14|Diamonds are now used to craft [[jukebox]]es.}}
{{History|java beta}}
{{History||1.8|snap=Pre-release|Diamonds are now found in [[mineshaft]] [[chest]]s.}}
{{History|java}}
{{History||1.0.0|snap=Beta 1.9 Prerelease 2|[[Diamond ore]] can now be [[smelting|smelted]] into diamonds.}}
{{History|||snap=Beta 1.9 Prerelease 3|Diamonds are now used to craft [[enchantment table]]s.
|Diamonds are now found in [[stronghold]] altar [[chest]]s.}}
{{History||1.1|snap=12w01a|Diamonds are now found in [[village]] [[villager|blacksmith]] [[chest]]s.}}
{{History||1.3.1|snap=12w21a|Diamonds can now be [[trading|traded]] to blacksmith [[villager]]s in quantities of 3–5 for 1 [[emerald]].
|Added [[desert temple]]s, with a hidden [[chest]] room and loot containing diamonds.}}
{{History|||snap=12w21b|Diamonds have been changed in the game code from "emerald" to "diamond", due to actual [[emerald]]s being added. Diamond's original name during [[Indev]], as stated above, was emerald in the code, and was kept this way until this snapshot.}}
{{History|||snap=12w22a|Added [[jungle temple]]s, which contain loot [[chest]]s with diamonds.}}
{{History|||snap=1.3|[[File:Diamond JE2 BE2.png|32px]] The texture of diamonds has been changed.}}
{{History||1.4.6|snap=12w49a|Diamonds can now be used to [[crafting|craft]] a [[firework star]] with a trail.}}
{{History||1.6.1|snap=13w16a|Diamond is now used to craft diamond [[horse armor]].}}
{{History|||snap=13w18a|Diamond is no longer used to craft diamond [[horse armor]].|Diamonds are now found in [[nether fortress]] [[chest]]s.}}
{{History||1.8|snap=14w02a|Diamonds can now be [[traded]] to any black apron [[villager]] in quantities of 3–4 for 1 [[emerald]], as their tier III trade.}}
{{History||1.9|snap=15w31a|Diamonds now generate in [[end city]] [[chest]]s.}}
{{History|||snap=15w43a|The average yield of diamonds have been slightly decreased in [[nether fortress]] chests.}}
{{History|||snap=15w44a|The average yield of diamonds in [[desert temple]] and [[mineshaft]] chests have been decreased.}}
{{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 264.}}
{{History|||snap=18w10a|Diamonds now generate in [[buried treasure]] [[chest]]s.}}
{{History|||snap=18w11a|Diamonds now generate in [[shipwreck]] treasure chests.}}
{{History||1.14|snap=18w43a|[[File:Diamond JE3 BE3.png|32px]] The texture of diamonds has been changed.}}
{{History|||snap=18w50a|Diamonds can now be found in [[chest]]s in [[village]] toolsmith houses.}}
{{History||1.16|snap=20w16a|Diamonds now generate in bastion remnants chests.}}
{{History||1.16.2|snap=20w30a|The chance of finding diamonds in bastion remnant chests is increased from 8.6% to 15.8%.}}
{{History||1.17|snap=21w08a|Diamonds can now drop and be smelted from [[deepslate diamond ore]].}}
{{History||1.20<br>(Experimental)|link=1.19.4|snap=23w04a|Diamonds can now be used to craft [[smithing template]]s.
|Diamonds can now be used as an armor trim material.}}
{{History|||snap=23w07a|Diamonds now drop when brushing [[suspicious sand]] in [[desert pyramid]]s.}}
{{History||1.20|snap=23w12a|The probability for the diamond to generate in the [[suspicious sand]] in [[desert temple]] has been changed from 1/7 to 1/8.}}

{{History|pocket alpha}}
{{History||v0.2.0|[[File:Diamond JE1 BE1.png|32px]] Added diamonds. They are currently unobtainable and serve no purpose.}}
{{History||v0.3.2|Diamonds can be collected and used to craft [[blocks of diamond]] and diamond [[axe]]s, [[pickaxe]]s, [[sword]]s and [[shovel]]s.}}
{{History||v0.4.0|Diamonds are now used to [[crafting|craft]] diamond [[hoe]]s.}}
{{History||v0.5.0|Diamonds are now used to craft [[nether reactor core]]s.}}
{{History||v0.6.0|Diamonds are now used to craft diamond [[armor]].}}
{{History||v0.8.0|snap=build 1|[[File:Diamond JE2 BE2.png|32px]] The texture of diamonds has been changed.}}
{{History||v0.12.1|snap=build 1|Diamonds are now used to craft [[enchanting table]]s.
|Diamonds are no longer used to craft [[nether reactor core]]s and are now instead dropped by it.
|Diamonds now generate in [[nether fortress]] [[chest]]s.}}
{{History||v0.13.0|snap=build 1|Diamonds now have a chance to generate in [[desert temple]] chests.}}
{{History||v0.14.0|snap=build 1|Diamonds are now found in [[minecart with chest]]s in [[mineshaft]]s.}}
{{History||v0.15.0|snap=build 1|Diamonds can now be found in [[jungle temple]] [[chest]]s.}}
{{History|pocket}}
{{History||1.0.0|snap=alpha 0.17.0.1|Diamonds can now be found in altar [[chest]]s in [[stronghold]]s, [[dungeon]] chests and [[end city]] chests.}}
{{History|||snap=alpha 1.0.0.0|Diamonds can now be found in [[villager|blacksmith]] [[chest]]s in [[village]]s.}}
{{History||1.0.4|snap=alpha 1.0.4.0|3-4 diamonds can now be traded to blacksmith [[villager]]s for an [[emerald]] as part of their third tier trades.}}
{{History|bedrock}}
{{History||1.2.0|snap=beta 1.2.0.2|Diamonds can now be used to [[crafting|craft]] a [[firework star]] with a trail. 
|Diamonds can now be used to craft [[jukebox]]es.}}
{{History||1.4.0|snap=beta 1.2.14.2|Diamonds can now be found inside [[buried treasure]] [[chest]]s and [[shipwreck]]s.}}
{{History||1.10.0|snap=beta 1.10.0.3|Diamonds can now be found in [[plains]] [[village]] weaponsmith chests.
|[[File:Diamond JE3 BE3.png|32px]] The texture of diamonds has been changed.}}
{{History||1.11.0|snap=beta 1.11.0.1|Diamonds can now be found in village toolsmith chests and in [[savanna]], [[desert]], [[taiga]], and [[snowy taiga]] village weaponsmith chests.}}
{{History|||snap=beta 1.11.0.4|Armorer, toolsmith, and weaponsmith [[villager]]s now [[trading|buy]] one diamond for an [[emerald]] as part of their fourth tier [[trading|trades]].}}
{{History||1.16.0|snap=beta 1.16.0.57|Diamonds can now be found in [[bastion remnant]] chests.}}
{{History||1.17.0|snap=beta 1.16.230.52|Diamonds can now drop and be smelted from [[deepslate diamond ore]].}}
{{History||1.20.0<br>(Experimental)|link=Bedrock Edition 1.19.70|snap=beta 1.19.70.23|Diamonds now drop when brushing [[suspicious sand]] in [[desert pyramid]]s.}}
{{History||1.20.0<br>(Experimental)|link=Bedrock Edition 1.19.80|snap=beta 1.19.80.21|Diamonds can now be used to craft [[smithing template]]s.
|Diamonds can now be used as an armor trim material.}}

{{History|console}}
{{History||xbox=TU1|xbone=CU1|ps=1.0|wiiu=Patch 1|switch=1.0.1|[[File:Diamond JE1 BE1.png|32px]] Added diamonds.}}
{{History||xbox=TU5|Diamonds are now found in the new [[mineshaft]] [[chest]]s.}}
{{History||xbox=TU7|Diamonds are now used to craft [[enchantment table]]s.}}
{{History||xbox=TU9|Diamonds are now found in [[village]] [[villager|blacksmith]] [[chest]]s.}}
{{History||xbox=TU14|ps=1.04|Diamonds can now be [[trading|traded]] to blacksmith [[villager]]s in quantities of 3–5 for 1 [[emerald]].
|Added [[desert temple]]s, with a hidden [[chest]] room and loot containing diamonds.|Added [[jungle temple]]s, which contain loot [[chest]]s with diamonds.|[[File:Diamond JE2 BE2.png|32px]] The texture of diamonds has been changed.}}
{{History||xbox=TU19|xbone=CU7|ps=1.12|Diamonds can now be used to [[crafting|craft]] a [[firework star]] with a trail|Diamonds are now found in the new [[nether fortress]] [[chest]]s.}}
{{History||xbox=TU31|xbone=CU19|ps=1.22|wiiu=Patch 3|Diamonds can now be [[traded]] to any black apron [[villager]] in quantities of 3–4 for 1 [[emerald]], as their tier III trade.}}
{{History||xbox=TU46|xbone=CU36|ps=1.36|wiiu=Patch 15|Diamonds now generate in [[end city]] [[chest]]s.}}
{{History||xbox=TU69|xbone=none|ps=1.76|wiiu=Patch 38|switch=none|Diamonds now generate in [[buried treasure]] [[chest]]s.|Diamonds now generate in [[shipwreck]] treasure chests.}}
{{History||xbox=none|ps=1.90|wiiu=none|[[File:Diamond JE3 BE3.png|32px]] The texture of diamonds has been changed.}}

{{History|new3DS}}
{{History||0.1.0|[[File:Diamond JE2 BE2.png|32px]] Added diamonds.}}
{{History|foot}}

==Issues==
{{issue list}}

==Trivia==
*Unlike in ''Minecraft'', newly mined [[Wikipedia:Diamond|diamond]]s in real life are rough, cloudy stones. The largest, purest ones are polished into crystal-clear gemstones, while the rest are used in industry for cutting and grinding.
*Although diamonds themselves are not renewable, all tools, weapons, and armor made from diamonds can be acquired through [[trading]], and are therefore renewable. Other items crafted from diamonds are not renewable.
*In the April fools version [[Java Edition 2.0]], [[Diamond Chicken|diamond chickens]] can lay diamonds. This does not exist in newer versions, as this was a joke.
*The item forms of diamonds and [[Turtle Egg|turtle eggs]] have the same shape.

==Gallery==
<gallery>
File:DiamondOre.png|Naturally occurring diamonds.
File:MultipleOreBlobs.png|Multiple ore blobs.
File:Lava Diamond.png|Diamond ore near Lava.
File:Diamond ore blob.png|Another Diamond ore blob near Lava.
File:10 ore diamond blob.png|10 ore diamond blob.
File:Trading a diamond for an emerald.png|A blacksmith offering an [[emerald]] for a diamond.
File:Diamond Pendant Necklace JINX.jpg|Official diamond pendant made by [https://www.jinx.com JINX].
File:All Mine JINX.jpg|Official t-shirt artwork "All Mine" which features a diamond. Made by JINX
File:4 ways of viewing 12 diamonds in stone form.png|4 ways of viewing 12 diamonds in stone form
</gallery>

== External Links ==
*[https://www.minecraft.net/en-us/article/taking-inventory--diamond Taking Inventory: Diamond] – Minecraft.net on February 20, 2019

{{items}}

[[cs:Diamant]]
[[de:Diamant]]
[[el:Διαμάντι]]
[[es:Diamante]]
[[fr:Diamant]]
[[hu:Gyémánt]]
[[it:Diamante]]
[[ja:ダイヤモンド]]
[[ko:다이아몬드]]
[[nl:Diamant]]
[[pl:Diament]]
[[pt:Diamante]]
[[ru:Алмаз]]
[[th:เพชร]]
[[tr:Elmas]]
[[uk:Діамант]]
[[zh:钻石]]
[[Category:Non-renewable resources]]</li></ul>
22w42a<effect> now accepts a resource argument, instead of mob_effect.
1.19.4
{{Extension DPL}}<ul><li>[[Water|Water]]<br/>{{About|the fluid|the bucket|Water Bucket|other forms of water}}
{{Fluid
| image = <gallery>
Water.png|Java Edition
Water BE.png|Bedrock Edition
</gallery>
| invimage = Water Bucket
| invimage2 = Water
| renewable = Yes
| transparent = Partial <small>(-1 to light)</small>
| light = No
| tool = bucket
| infinite = Yes
| flowrate = 5 [[tick]]s/block
| flowdistance = 8 blocks
}}

'''Water''' is a [[fluid]] that naturally generates abundantly in the [[Overworld]].

== Obtaining ==
Water blocks do not exist as items,{{only|java}} but water can be collected by using a [[bucket]] on a water source block or a full water [[cauldron]], creating a [[water bucket]].

{{IN|BE}}, it may be obtained as an item via inventory editing or add-ons.

=== Natural generation ===
Water naturally generates in the [[Overworld]] to form [[ocean]]s, [[river]]s and [[spring]]s. The water level is at [[altitude|layer 63]] near oceans and rivers, but changes depending on location due to the [[aquifer]] system, filling some carvers, noise caves and canyons with water at different levels. Water also generates as small puddles on the floor next to [[dripstone cluster]]s, and as clay pools on the floor of [[lush caves]].

Water also generates in [[village]]s, [[desert well]]s, [[stronghold]]s, [[woodland mansion]]s, [[ancient city|ancient cities]] and [[ocean monument]]s. 

Water never generates in [[the Nether]] and instantly disappears if placed there with a water bucket. However, water can exist in the Nether in a [[cauldron]]. Water can also be placed in the Nether using [[commands]] such as {{cmd|setblock}} and {{cmd|fill}}. Although it does not naturally generate there, water can be placed and function normally in [[the End]].

{{IN|be}}, water also generates as part of [[ocean ruins]] with loot [[chest]]s, but only two water blocks generate: 
* One water block generates inside the loot chest, making it a [[Waterlogging|waterlogged]] loot chest.
* The other water block generates on top of the loot chest.
These water blocks generate even if the ruin is located on the surface.<ref>{{bug|MCPE-36793}}</ref> This is not the case in {{el|je}}; if an underwater ruin generates on the surface, no water generates.<ref>{{bug|MC-136156}}</ref> This also happens with [[shipwreck]]s.

Water spends most of its time as stationary, rather than flowing – regardless of its level, or whether it contains a current downward or to the side. When specifically triggered by a block update, water changes to 'flowing', updates its level, then changes back to stationary. Water springs are generated as flowing, and oceans, and rivers are generated as stationary. This happens before most types of generated structure are created, and the main cause of water "glitches" is that generated structures do not trigger a block update to let water flow into them.

== Usage ==
=== Appearance ===
Water uses a translucent animated texture that is tinted differently in different biomes. {{IN|Java}}, water in cauldrons is completely opaque.<ref>{{bug|MC-13187}}</ref>

Unlike other translucent blocks such as [[ice]], [[stained glass]] and [[tinted glass]], water shows the opposite sides of its external planes when viewed from within and from outside.<ref>{{bug|MC-202578|||WAI}}</ref> However, it applies only to the top plane and four side planes; the bottom face is always unseen from above.<ref>{{bug|MC-190053}}</ref>

=== Swimming ===
{{main|Swimming}}

The button for {{control|swim|text=swimming}} is the same as the button for jumping; non-swimming players and mobs sink slowly in water. Holding the swim button raises the player through the water, and when the surface is reached, the player bobs up and down. The {{control|crouch}} button can be used to sink faster. The {{control|sprint}} button can be used to put the player in "swim mode" when the player is completely submerged in water. When in swim mode, the player is horizontal and one block high. The player has an arm-waving animation when viewed in third person or by other players.

Swimming in water is considerably slower against currents (see [[#Current|Current]] below), but faster when going with the current.

Most mobs that can stand can also swim any time they are in water, except for [[iron golem]]s, [[piglin]]s, [[hoglin]]s, [[strider]]s, [[piglin brute]]s and undead mobs. This can lead to drowning if the water is falling from above.

Water of any depth prevents any entity, including the player, from sustaining falling damage if they fall into it, regardless of the distance fallen.

Being inside of water also imparts a [[fog]] effect, tinted accordingly.

=== Spreading ===
{{Main|Fluid#Spread}}
[[File:Water spread v1-13.png|300px|right|An image showing water's spreading distance]]
Water spreads horizontally and downward into nearby [[air]] blocks. Water can spread downward infinitely until stopped by a block, and 7 blocks horizontally from a source block on a flat surface. Water spreads at a rate of 1 block every 5 game ticks, or 4 blocks per second.

When spreading horizontally, a weight is assigned to every direction water can flow. For each direction, this weight is initially set to 1000. Then, for every adjacent block it can flow into it tries to find a way down that is reachable in four or fewer blocks from the block it wants to flow to. When found, the flow weight for that direction is set to the shortest path distance to the way down. Finally, water spreads in the directions with the lowest flow weight.

Spreading water extinguishes [[fire]] and washes away certain types of items or placed blocks, causing them to drop as items and then carrying them along in the flow until the edge of the spread. Affected items include [[plant]]s (except trees), [[snow]], [[torch]]es, [[carpet]]s, [[redstone dust]] and some other redstone components, [[cobweb]], [[end rod]]s, [[head]]s, and [[flower pot]]s.

==== Flow arrangement tables ====
{| class="wikitable"
|+ 
|
|
|
|
|
|
|
!7
|
|
|
|
|
|
|
|-
|
| 
| 
| 
| 
| 
! 7
!6
! 7
| 
| 
| 
| 
| 
|
|-
|
| 
| 
| 
| 
! 7
!6
!5
!6
! 7
| 
| 
| 
| 
|
|-
|
| 
| 
| 
! 7
!6
!5
!4
!5
!6
! 7
| 
| 
| 
|
|-
|
| 
| 
! 7
!6
!5
!4
!3
!4
!5
!6
! 7
| 
| 
|
|-
|
| 
! 7
!6
!5
!4
!3
!2
!3
!4
!5
!6
! 7
| 
|
|-
|
! 7
!6
!5
!4
!3
!2
!1
!2
!3
!4
!5
!6
! 7
|
|-
!7
!6
!5
!4
!3
!2
!1
!0
!1
!2
!3
!4
!5
!6
!7
|-
|
! 7
!6
!5
!4
!3
!2
!1
!2
!3
!4
!5
!6
! 7
|
|-
|
| 
! 7
!6
!5
!4
!3
!2
!3
!4
!5
!6
! 7
| 
|
|-
|
| 
| 
! 7
!6
!5
!4
!3
!4
!5
!6
! 7
| 
| 
|
|-
|
| 
| 
| 
! 7
!6
!5
!4
!5
!6
! 7
| 
| 
| 
|
|-
|
| 
| 
| 
| 
! 7
!6
!5
!6
! 7
| 
| 
| 
| 
|
|-
|
| 
| 
| 
| 
| 
! 7
!6
! 7
| 
| 
| 
| 
| 
|
|-
|
|
|
|
|
|
|
!7
|
|
|
|
|
|
|
|}

{| class="wikitable"
! colspan="2" |Range
!Height in blocks
|-
!1
|block
|1
|-
!2
|blocks
|0.75-1
|-
!3
|blocks
|0.625-0.75
|-
!4
|blocks
|0.5-0.625
|-
!5
|blocks
|0.375-0.5
|-
!6
|blocks
|0.25-0.375
|-
!7
|blocks
|0.125-0.25
|}

=== Source blocks ===
{{anchor|Water Spawner}} <!-- Compatibility anchor -->
{{about|the behavior and creation of source units of water|the removed block that created water sources|Water Spawner|section=1}}
A water source block is created from a flowing block that is horizontally adjacent to two or more other source blocks, and sitting on top of a solid block or another water source block. This allows water spawners to exist, in which a new source block immediately forms in the space left by removing a source block with a [[bucket]]. Pools of still water can be created by placing water source blocks in a confined area.

Water spawners can be constructed by arranging for two source blocks to flow into a third block. Each of the examples below require two source blocks, each on opposite ends of the hole, to create a renewable water source block in between.

While water source blocks only generate adjacent to solid blocks, they do not require a solid block to support them. Removing all adjacent blocks to a water source block only causes it to remain floating in the air.

{{IN|java}}, the formation of new water sources blocks can be disabled when the [[game rule]] {{cd|waterSourceConversion}} is set to {{cd|false}}.

<gallery>
2x2 water source.png|2x2 water spawner (every corner is renewable)
3x1 water source.png|3x1 water spawner (middle water block is renewable)
L-shaped water source.png|L-shaped water spawner (corner water block is renewable)
</gallery>

A [[dispenser]] loaded with a filled [[bucket]] places a water source block in an empty block in front of it when activated. A dispenser loaded with an empty bucket and a water source right in front of it sucks the source into the bucket when activated.

In snowy [[biome]]s, water source blocks have a chance to turn into [[ice]] if directly under the sky. Ice blocks under brighter light levels melt back into water source blocks (except in [[the Nether]]). Ice reverts to water when broken, but only if there is a solid block under it.

=== Current ===
The current in a water block determines both the direction it appears to flow and the direction an [[entity]] such as a player or [[boat]] is pushed from that block.

Water with a current pushes players and [[mob]]s at a speed of about 1.39 meters per second, or 25 blocks every 18 seconds. Players that are in creative flying mode don’t get pushed.{{only|je}}<ref>{{bug|MCPE-84592}}</ref>

The horizontal current in a water block is based on a vector sum of the flows to and from that block from its four horizontal neighbors. For example, if a block receives water from the north and sends it both south and east, but borders a solid block on its west edge, then a south-southeast current exits from that block, because 2 southward flows (in and out) are combined with 1 eastward flow (out). Thus, 16 horizontal directions are possible. If a branch in a channel is 2 blocks wide at its entrance, then entities float into it rather than continuing in a straight line.

Water blocks can create a downward current. A downward current in a water block is caused by the block below it. Most blocks that do not have a solid upper face cause downward current on above water blocks. Also, ice and falling water blocks (blocks created by spreading downward) cause downward current on the water block above. Falling water blocks have a downward current by default.

=== Light ===
{{IN|bedrock}}, every block of water reduces [[light]] by 1 extra level (in addition to the normal fading-out of light). {{IN|java}}, water does not cause any additional decrease for block light, but diffuses sky light, causing the light to fade with depth. Underwater visibility changes depending on the biome the player is in. The [[Night Vision]] and [[Conduit Power]] effects increase underwater visibility.

=== Color ===
Water has several colors, depending on the biome.

==== Java Edition ====
{| class="wikitable sortable mw-collapsible mw-collapsed" data-description="Water Color in Java Edition"
|-
!Biome!!Water color!!Water fog color!!Block
|-
|{{BiomeSprite|Plains|text=Default (biomes not listed below)}}||{{color|#3F76E4}}||{{color|#050533}}||[[File:Plains Water JE.png|32px]]
|-
|{{BiomeLink|Swamp}}||{{color|#617B64}}||{{color|#232317}}||[[File:Swamp Water.png|32px]]
|-
|{{BiomeLink|Lukewarm Ocean}}<br>{{BiomeLink|Deep Lukewarm Ocean}}||{{color|#45ADF2}}||{{color|#041633}}||[[File:Lukewarm Ocean Water JE.png|32px]]
|-
|{{BiomeLink|Warm Ocean}}||{{color|#43D5EE}}||{{color|#041F33}}||[[File:Warm Ocean Water JE.png|32px]]
|-
|{{BiomeLink|Cold Ocean}}<br>{{BiomeLink|Deep Cold Ocean}}<br>{{BiomeLink|Snowy Taiga}}<br>{{BiomeLink|Snowy Beach}}||{{color|#3D57D6}}||{{color|#050533}}||[[File:Cold Ocean Water JE.png|32px]]
|-
|{{BiomeLink|Frozen River}}<br>{{BiomeLink|Frozen Ocean}}<br>{{BiomeLink|Deep Frozen Ocean}}||{{color|#3938C9}}||{{color|#050533}}||[[File:Frozen Ocean Water JE.png|32px]]
|-
|{{BiomeLink|Meadow}}||{{color|#0E4ECF}}||{{color|#050533}}||[[File:Meadow Water.png|32px]]
|-
|{{BiomeLink|Mangrove Swamp}}||{{color|#3A7A6A}}||{{color|#4D7A60}}|||[[File:Mangrove Swamp Water.png|32px]]
|-
|{{BiomeLink|Cherry Grove}}||{{color|#5DB7EF}}||{{color|#5DB7EF}}||[[File:Cherry Grove Water.png|32px]]
|}

==== Bedrock Edition====
Biome tints
<!--[[File:Water color.png|500px|thumb|center|From left to right - Badlands Plateau, Birch Forest and Snowy Taiga]]-->
{| class="wikitable sortable mw-collapsible mw-collapsed" data-description="Water Color in Bedrock Edition" 
! Biome
!Water Surface Color
! Water Fog Color
!Water Fog Distance
!Water Surface Transparency
!Block
|-
|Default<br>(biomes not listed below)
|{{color|#44aff5}}||{{color|#44aff5}}||15||65%||[[File:Water BE.png|32px]]
|-
|{{BiomeLink|Sunflower Plains}}<br>{{BiomeLink|Plains}}
|{{color|#44aff5}}||{{color|#44aff5}}||60||-||[[File:Water BE.png|32px]]
|-
|{{BiomeLink|Desert}}
|{{color|#32a598}}||{{color|#32a598}}||60||-||[[File:Desert Water.png|32px]]
|-
|{{BiomeLink|Mountains}}
|{{color|#007BF7}}||{{color|#007BF7}}||-||-||[[File:Mountains Water.png|32px]]
|-
|{{BiomeLink|Forest}}
|{{color|#1e97f2}}||{{color|#1e97f2}}||60||-||[[File:Forest Water.png|32px]]
|-
|{{BiomeLink|Flower Forest}}
|{{color|#20a3CC}}||{{color|#20a3CC}}||60||-||[[File:Flower Forest Water.png|32px]]
|-
| {{BiomeLink|Taiga}}
| {{color|#287082}}||{{color|#287082}}||60||-||[[File:Taiga Water.png|32px]]
|-
|{{BiomeLink|Taiga Mountains}}
|{{color|#1e6B82}}||{{color|#1e6B82}}||-||-||[[File:Taiga Mountains Water.png|32px]]
|-
|{{BiomeLink|Swamp}}
|{{color|#4c6559}}||{{color|#4c6559||30||100%||[[File:Swamp Water BE.png|32px]]
|-
| {{BiomeLink|River}}
|{{color|#0084ff}}||{{color|#0084ff}}||60||-||[[File:River Water.png|32px]]
|-
|{{BiomeLink|Nether Wastes}}<br>{{BiomeLink|Warped Forest}}<br>{{BiomeLink|Crimson Forest}}<br>{{BiomeLink|Soul Sand Valley}}
|{{color|#905957}}||{{color|#905957}}||15||-||[[File:Nether Water.png|32px]]
|-
|{{BiomeLink|Basalt Deltas}}
|{{color|#3f76e4}}||{{color|#423e42}}||15||-||[[File:Basalt Deltas Water.png|32px]]
|-
|{{BiomeLink|The End}}
| {{color|#62529e}}||{{color|#62529e}}||-||-||[[File:The End Water.png|32px]]
|-
|{{BiomeLink|Frozen River}}
|{{color|#185390}}||{{color|#185390}}||60||-||[[File:Frozen River Water.png|32px]]
|-
|{{BiomeLink|Snowy Tundra}}<br>{{BiomeLink|Ice Spikes}}
|{{color|#14559b}}||{{color|#14559b}}||-||-||[[File:Ice Spikes Water.png|32px]]
|-
| {{BiomeLink|Mushroom Fields}}
|{{color|#8a8997}}||{{color|#8a8997}}||-||-||[[File:Mushroom Fields Water.png|32px]]
|-
|{{BiomeLink|Beach}}
| {{color|#157cab}}||{{color|#157cab}}||60||-||[[File:Beach Water.png|32px]]
|-
|{{BiomeLink|Mountain Edge}}
|{{color|#045cd5}}||{{color|#045cd5}}||-||-||[[File:Mountain Edge Water.png|32px]]
|-
|{{BiomeLink|Jungle}}<br>{{BiomeLink|Bamboo Jungle}}
|{{color|#14a2c5}}||{{color|#14a2c5||60<br>15||-||[[File:Jungle Water.png|32px]]
|-
|{{BiomeLink|Jungle Edge}}
| {{color|#0D8AE3}}||{{color|#0D8AE3}}||-||-||[[File:Jungle Edge Water.png|32px]]
|-
|{{BiomeLink|Stone Shore}}
|{{color|#0d67bb}}||{{color|#0d67bb}}||60||-||[[File:Stone Shore Water.png|32px]]
|-
|{{BiomeLink|Snowy Beach}}
|{{color|#1463a5}}||{{color|#1463a5}}||60||-||[[File:Snowy Beach Water.png|32px]]
|-
|{{BiomeLink|Birch Forest}}
|{{color|#0677ce}}||{{color|#0677ce}}||60||-||[[File:Birch Forest Water.png|32px]]
|-
|{{BiomeLink|Dark Forest}}
|{{color|#3B6CD1}}||{{color|#3B6CD1}}||60||-||[[File:Dark Forest Water.png|32px]]
|-
|{{BiomeLink|Snowy Taiga}}
|{{color|#205e83}}||{{color|#205e83}}||60||-||[[File:Snowy Taiga Water.png|32px]]
|-
|{{BiomeLink|Giant Tree Taiga}}<br>{{BiomeLink|Giant Spruce Taiga}}
|{{color|#2d6d77}}||{{color|#2d6d77}}||60||-||[[File:Giant Tree Taiga Water.png|32px]]
|-
|{{BiomeLink|Windswept Forest}}<br>{{BiomeLink|Windswept Gravelly Hills}}
|{{color|#0E63AB}}||{{color|#0E63AB}}||-||-||[[File:Wooded Mountains Water.png|32px]]
|-
|{{BiomeLink|Savanna}}
|{{color|#2C8B9C}}||{{color|#2C8B9C}}||60||-||[[File:Savanna Water.png|32px]]
|-
|{{BiomeLink|Savanna Plateau}}<br>{{BiomeLink|Shattered Savanna}}
|{{color|#2590a8}}||{{color|#2590a8}}||-||-||[[File:Savanna Plateau Water.png|32px]]
|-
|{{BiomeLink|Badlands}}
|{{color|#4E7f81}}||{{color|#4E7f81||60
|<nowiki>-||[[File:Badlands Water.png|32px]]
|-
|{{BiomeLink|Eroded Badlands}}<br>{{BiomeLink|Wooded Badlands}}
|{{color|#497f99}}||{{color|#497f99}}||-||-||[[File:Eroded Badlands Water.png|32px]]
|-
|{{BiomeLink|Ocean}}
|{{color|#1787D4}}||{{color|#1165b0}}||60||-||[[File:Ocean Water.png|32px]]
|-
|{{BiomeLink|Deep Ocean}}
|{{color|#1787D4}}||{{color|#1463a5}}||60||-||[[File:Ocean Water.png|32px]]
|-
|{{BiomeLink|Warm Ocean}}
|{{color|#02B0E5}}||{{color|#0289d5}}||60||55%||[[File:Warm Ocean Water.png|32px]]
|-
| {{BiomeLink|Lukewarm Ocean}}
|{{color|#0D96DB}}||{{color|#0a74c4}}||60||-||[[File:Lukewarm Ocean Water.png|32px]]
|-
|{{BiomeLink|Deep Lukewarm Ocean|Lukewarm Deep Ocean}}
|{{color|#0D96DB}}||{{color|#0e72b9}}||60||-||[[File:Lukewarm Ocean Water.png|32px]]
|-
|{{BiomeLink|Cold Ocean}}
|{{color|#2080C9}}||{{color|#14559b}}||60||-||[[File:Cold Ocean Water.png|32px]]
|-
|{{BiomeLink|Deep Cold Ocean|Cold Deep Ocean}}
|{{color|#2080C9}}||{{color|#185390}}||60||-||[[File:Cold Ocean Water.png|32px]]
|-
|{{BiomeLink|Frozen Ocean}}
|{{color|#2570B5}}||{{color|#174985}}||60||-||[[File:Frozen Ocean Water.png|32px]]
|-
|{{BiomeLink|Deep Frozen Ocean|Frozen Deep Ocean}}
|{{color|#2570B5}}||{{color|#1a4879}}||60||-||[[File:Frozen Ocean Water.png|32px]]
|-
|{{BiomeLink|Mangrove Swamp}}
|{{color|#3a7a6a}}||{{color|#4d7a60}}||30||-||[[File:Mangrove Swamp Water BE.png|32px]]
|}
Biome tints from [[Biome/Before 1.18|unused biomes]]
{| class="wikitable sortable mw-collapsible mw-collapsed" data-description="Water Color in Bedrock Edition" 
! Biome
!Water Surface Color
!Water Fog Color
!Water Fog Distance
!Water Surface Transparency
!Block
|-
|{{BiomeLink|Legacy Frozen Ocean}}
|{{color|#44aff5}}||{{color|#44aff5}}||-||-||[[File:Water BE.png|32px]]
|-
|{{BiomeLink|Mountains}}
|{{color|#007BF7}}||{{color|#007bf7}}||-||-||[[File:Mountains Water.png|32px]]
|-
|{{BiomeLink|Taiga Mountains}}
|{{color|#1e6B82}}||{{color|#1e6b82}}||-||-||[[File:Taiga Mountains Water.png|32px]]
|-
|{{BiomeLink|Swamp Hills}}
| {{color|#4c6156}}||{{color|#4c6156||30||100%||[[File:Swamp Hills Water.png|32px]]
|-
| {{BiomeLink|Snowy Mountains}}
|{{color|#1156a7}}||{{color|#1156a7}}||-||-||[[File:Snowy Mountains Water.png|32px]]
|-
|{{BiomeLink|Mushroom Field Shore}}
|{{color|#818193}}||{{color|#818193}}||-||-||[[File:Mushroom Field Shore Water.png|32px]]
|-
|{{BiomeLink|Desert Hills}}
|{{color|#1a7aa1}}||{{color|#1a7aa1}}||-||-||[[File:Desert Hills Water.png|32px]]
|-
|{{BiomeLink|Wooded Hills}}
|{{color|#056bd1}}||{{color|#056bd1}}||-||-||[[File:Wooded Hills Water.png|32px]]
|-
|{{BiomeLink|Taiga Hills}}
|{{color|#236583}}||{{color|#236583}}||-||-||[[File:Taiga Hills Water.png|32px]]
|-
|{{BiomeLink|Mountain Edge}}
|{{color|#045cd5}}||{{color|#045cd5}}||-||-||[[File:Mountain Edge Water.png|32px]]
|-
|{{BiomeLink|Jungle Hills}}<br>{{BiomeLink|Modified Jungle}}<br>{{BiomeLink|Bamboo Jungle Hills}}
|{{color|#1B9ED8}}||{{color|#1B9ED8}}||-||-||[[File:Jungle Hills Water.png|32px]]
|-
|{{BiomeLink|Modified Jungle Edge}}
|{{color|#0D8AE3}}||{{color|#0D8AE3}}||-||-||[[File:Jungle Edge Water.png|32px]]
|-
|{{BiomeLink|Birch Forest Hills}}
|{{color|#0a74c4}}||{{color|#0a74c4}}||-||-||[[File:Birch Forest Hills Water.png|32px]]
|-
|{{BiomeLink|Snowy Taiga Mountains}}
|{{color|#205e83}}||{{color|#205e83}}||60||-||[[File:Snowy Taiga Water.png|32px]]
|-
|{{BiomeLink|Snowy Taiga Hills}}
|{{color|#245b78}}||{{color|#245b78}}||-||-||[[File:Snowy Taiga Hills Water.png|32px]]
|-
|{{BiomeLink|Giant Tree Taiga Hills}}
|{{color|#286378}}||{{color|#286378}}||-||-||[[File:Giant Tree Taiga Hills Water.png|32px]]
|-
|{{BiomeLink|id=modified-gravelly-mountains|Gravelly Mountains+}}
|{{color|#0E63AB}}||{{color|#0e63ab}}||-||-||[[File:Wooded Mountains Water.png|32px]]
|-
|{{BiomeLink|Shattered Savanna Plateau}}
|{{color|#2590a8}}||{{color|#2590a8}}||-||-||[[File:Savanna Plateau Water.png|32px]]
|-
|{{BiomeLink|Badlands Plateau}}<br>{{BiomeLink|Modified Badlands Plateau}}
|{{color|#55809E}}||{{color|#55809e}}||-||-||[[File:Badlands Plateau Water.png|32px]]
|-
|{{BiomeLink|Deep Warm Ocean|Warm Deep Ocean}}
|{{color|#02B0E5}}||{{color|#0686ca}}||60||-||[[File:Warm Ocean Water.png|32px]]
|}

===Water and lava===
{{Main|Fluid#Mixing}}

Water and lava can produce [[stone]], [[cobblestone]], or [[obsidian]] based on how they interact. If water touches a lava source, the lava source turns to obsidian. If both touch each other while flowing, cobblestone is made and no sources are removed, and if lava flows downward onto water, the water turns to stone.

===Interactions with mobs===
====Direct contact====

Water damages [[endermen]], [[snow golem]]s, [[Strider|striders]] and [[blaze]]s, at a rate of {{hp|1}} per half second. If water comes into contact with a [[shulker]] or an [[enderman]], the mob teleports away.

====Suffocation====
{{Main|Damage#Suffocation in water}}

Players and mobs (except [[aquatic mob]]s, [[undead mob]]s and [[iron golem]]s) have a breath meter that lasts 15 seconds. After they run out of breath, they take {{hp|2}} suffocation damage every second until they die, surface, or enter [[bubble column]]s.

[[Dolphin]]s are a special case in drowning: they take suffocation damage when underwater for about 4 minutes, but also take suffocation damage when in air for about 2 minutes.

Each level of the [[Respiration]] enchantment adds 15 seconds to the breath meter and grants an x/(x+1) chance (where x is the Respiration level) of not taking damage after that time: 30 seconds and an average {{hp|1}}/second with Respiration I, 45 seconds and an average of {{frac|2|3}} damage/second with Respiration II, and 60 seconds and an average of {{frac|1|2}} damage/second with Respiration III.

If a [[husk]] suffocates underwater, it starts to shake and eventually becomes a [[zombie]]. If a [[zombie]] suffocates underwater, it starts to shake and eventually transforms into a [[drowned]].

=== Slower mining speed===
Players with their head underwater require 5 times the normal amount of time to mine blocks while standing on the ground, or 25 times while not on the ground. If a player wears a helmet with the [[Aqua Affinity]] enchantment, then underwater mining speed while standing on the ground is the same as on land, and 5 times slower if not standing on the ground.

===Explosions===
Water does not prevent explosions from activating. Water has a high blast resistance, causing it to absorb any normal blasts, with the exception of explosions from [[underwater TNT]].

===Hardening concrete powder ===
When water comes into contact with [[concrete powder]], the powder hardens into solid [[concrete]].

===Sponges===
When a dry [[sponge]] comes into contact with a water source or flowing block, it becomes a wet [[sponge]], absorbing all water within 3 to 5 blocks in all directions. [[Kelp]] and [[lily pad]]s within the absorbed water blocks are destroyed and drop as items, and [[seagrass]] is destroyed without dropping anything. Mobs that take damage out of water are affected as a side-effect. 

Sponges do not absorb water from [[Waterlogging|waterlogged]] blocks, nor water that comes into contact by flowing back in from outside the area of absorption. For instance, placing a sponge 4 or more blocks from a single water source removes the flowing water in the area of effect, but as the flow from the source resumes it is not affected by the wet sponge.

A sponge instantly absorbs nearby water when it is placed next to water or when water comes into contact with it (by being placed next to the sponge, or by flowing toward it). A sponge absorbs [[water]] around itself (water source blocks or flowing water) out to a [[taxicab distance]] of 7 in all directions (including up and down), but won't absorb more than 65 blocks of water (water closest to the sponge is absorbed first). The absorption propagates only from water to water and does not "jump over" non-water blocks (including air).

===Dripping===
[[File:WaterDropletsExample.png|thumb|Dripping water.]]
Water above a non-transparent block (except for stairs, fences, or slabs) produces dripping particles on the underside of that block. If a block of [[Pointed Dripstone|pointed dripstone]] hangs under any block directly beneath a water source, the drips can slowly fill up a [[cauldron]] placed underneath. Without the dripstone, a cauldron does not fill.

===Vertical transport===
[[Bubble column]]s are created by placing magma blocks or [[soul sand]] under water. These can be used to transport [[mobs]] or items quickly vertically.

==Sounds==
{{el|je}}:
{{Sound table
|sound=Entering water1.ogg
|sound2=Entering water2.ogg
|sound3=Entering water3.ogg
|subtitle=MC-177092
|source=ambient
|description=When the player's eye level goes underwater
|id=ambient.underwater.enter
|translationkey=-
|volume=0.8<wbr>{{Until|JE 1.20.2}}<br>0.5<wbr>{{Upcoming|JE 1.20.2}}
|pitch=1.0
|distance=16}}
{{Sound table
|sound=Exiting water1.ogg
|sound2=Exiting water2.ogg
|sound3=Exiting water3.ogg
|subtitle=MC-177092
|source=ambient
|description=When the player's eye level goes above water
|id=ambient.underwater.exit
|translationkey=-
|volume=0.5<wbr>{{Until|JE 1.20.2}}<br>0.3<wbr>{{Upcoming|JE 1.20.2}}
|pitch=1.0
|distance=16}}
{{Sound table
|sound=Underwater Ambience.ogg
|subtitle=MC-196825
|source=ambient
|description=Randomly when underwater
|id=ambient.underwater.loop
|translationkey=-
|volume=0.65
|pitch=1.0
|distance=16}}
{{Sound table
|sound=Bubbles1.ogg
|sound2=Bubbles2.ogg
|sound3=Bubbles3.ogg
|sound4=Bubbles4.ogg
|sound5=Bubbles5.ogg
|sound6=Bubbles6.ogg
|sound7=Water1.ogg
|sound8=Water2.ogg
|subtitle=MC-196825
|source=ambient
|description=Randomly when underwater
|id=ambient.underwater.loop.additions
|translationkey=-
|volume=1.0
|pitch=1.0
|distance=16}}
{{Sound table
|sound=Animal1.ogg
|sound2=Bass Whale1.ogg
|sound3=Bass Whale2.ogg
|sound4=Crackles1.ogg
|sound5=Crackles2.ogg
|sound6=Driplets1.ogg
|sound7=Driplets2.ogg
|sound8=Earth Crack.ogg
|subtitle=MC-196825
|source=ambient
|description=Randomly when underwater
|id=ambient.underwater.loop.additions.rare
|translationkey=-
|volume=''varies'' <ref group=sound>The first, fifth, and eighth sounds are 1.0; the second sound is 0.45; the third, sixth, and seventh sounds are 0.5; the fourth sound is 0.7</ref>
|pitch=1.0
|distance=16}}
{{Sound table
|sound=Animal2.ogg
|sound2=Dark1.ogg
|sound3=Dark2.ogg
|sound4=Dark3.ogg
|sound5=Dark4.ogg
|subtitle=MC-196825
|source=ambient
|description=Randomly when underwater
|id=ambient.underwater.loop.additions.ultra_rare
|translationkey=-
|volume=1.0 <ref group=sound>Except the third sound, which is 0.7</ref>
|pitch=1.0
|distance=16}}
{{Sound table
|sound=Water1.ogg
|sound2=Water2.ogg
|subtitle=Water flows
|source=block
|description=Randomly from flowing water
|id=block.water.ambient
|translationkey=subtitles.block.water.ambient
|volume=0.75-1.0
|pitch=0.5-1.5
|distance=16}}
{{Sound table
|sound=Water splash1.ogg
|sound2=Water splash2.ogg
|subtitle=Splashing
|source=dependent
|description=When something enters water
|id=entity.generic.splash
|translationkey=subtitles.entity.generic.splash
|volume=0.0-1.0 <ref group=sound name=speedvolume>The mob's momentum, with the horizontal axes' velocities multiplied by 0.2 (capped at 1.0)</ref>
|pitch=0.6-1.4
|distance=16}}
{{Sound table
|sound=Swim1.ogg
|sound2=Swim2.ogg
|sound3=Swim3.ogg
|sound4=Swim4.ogg
|subtitle=Swimming
|source=dependent
|description=While something is moving through water
|id=entity.generic.swim
|translationkey=subtitles.entity.generic.swim
|volume=0.0-1.0 <ref group=sound name=speedvolume/>
|pitch=0.6-1.4
|distance=16}}
{{Sound table
|sound=Empty water bucket1.ogg
|sound2=Empty water bucket1.ogg
|sound3=Empty water bucket2.ogg
|sound4=Empty water bucket3.ogg
|subtitle=Bucket empties
|source=block
|description=When water is placed with a bucket
|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}}
{{Sound table
|sound=Fill water bucket1.ogg
|sound2=Fill water bucket2.ogg
|sound3=Fill water bucket3.ogg
|subtitle=Bucket fills
|source=player
|description=When water is collected with a bucket
|id=item.bucket.fill
|translationkey=subtitles.item.bucket.fill
|volume=1.0
|pitch=1.0
|distance=16}}
{{Sound table
|sound=Axolotl.ogg
|sound2=Dragon fish.ogg
|sound3=Shuniji.ogg
|subtitle=-
|source=music
|description=Randomly when underwater
|id=music.under_water
|translationkey=-
|volume=0.4
|pitch=1.0
|distance=16
|foot=1}}

{{el|be}}:
{{Sound table
|type=bedrock
|sound=Water2.ogg
|source=block
|description=Randomly from flowing water
|id=liquid.water
|volume=0.75-1.0
|pitch=0.5-1.5}}
{{Sound table
|sound=Water Splash Old.ogg
|source=player
|description=When something enters water<wbr><ref group=sound>{{Bug|MCPE-44120}}</ref>
|id=random.splash
|pitch=0.6-1.4}}
{{Sound table
|sound=Water splash1.ogg
|sound2=Water splash2.ogg
|source=ambient
|description=?[[Category:Pages missing sound description]]<wbr>{{Upcoming|BE 1.20.40}}
|id=entity.generic.splash
|pitch=0.6-1.4}}
{{Sound table
|sound=Entering water1.ogg
|sound2=Entering water2.ogg
|sound3=Entering water3.ogg
|source=player
|description=When the player's eye level goes underwater<wbr>{{Upcoming|BE 1.20.40}}
|id=ambient.underwater.enter
|volume=<!--0.8 (other multipliers)-->
|pitch=1.0}}
{{Sound table
|sound=Exiting water1.ogg
|sound2=Exiting water2.ogg
|sound3=Exiting water3.ogg
|source=player
|description=When the player's eye level goes above water<wbr>{{Upcoming|BE 1.20.40}}
|id=ambient.underwater.exit
|volume=<!--1.0 (other multipliers)-->
|pitch=1.0}}
{{Sound table
|sound=Swim1.ogg
|sound2=Swim2.ogg
|sound3=Swim3.ogg
|sound4=Swim4.ogg
|source=player
|description=While something is moving through water
|id=random.swim
|pitch=0.6-1.4}}
{{Sound table
|sound=Empty water bucket1.ogg
|sound2=Empty water bucket2.ogg
|sound3=Empty water bucket3.ogg
|source=block
|description=When water is placed with a bucket
|id=bucket.empty_water
|volume=1.0
|pitch=1.0}}
{{Sound table
|sound=Fill water bucket1.ogg
|sound2=Fill water bucket2.ogg
|sound3=Fill water bucket3.ogg
|source=block
|description=When water is collected with a bucket
|id=bucket.fill_water
|volume=1.0
|pitch=1.0}}
{{Sound table
|sound=Axolotl.ogg
|sound2=Dragon fish.ogg
|sound3=Shuniji.ogg
|source=music
|description=Randomly when underwater
|id=music.game.water
|volume=0.2
|pitch=1.0
|foot=1}}

==Data values==
===ID===
{{edition|java}}:
{{ID table
|edition=java
|firstcolumnname=Water
|showforms=y
|generatetranslationkeys=y
|displayname=Block
|spritename=water
|spritetype=block
|nameid=water
|form=block
|foot=1}}
{{ID table
|edition=java
|firstcolumnname=Water
|showfluidtags=y
|displayname=Fluid
|spritename=water
|spritetype=block
|nameid=water
|fluidtags=water}}
{{ID table
|displayname=Flowing Fluid
|spritetype=block
|spritename=water
|nameid=flowing_water
|fluidtags=water
|foot=1}}

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|firstcolumnname=Water
|shownumericids=y
|showforms=y
|generatetranslationkeys=y
|displayname=Flowing
|spritename=water
|spritetype=block
|nameid=flowing_water
|id=8
|form=block}}
{{ID table
|displayname=Stationary
|spritename=water
|spritetype=block
|nameid=water
|id=9
|form=block
|foot=1}}

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

{{/BS}}

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

{{/FS}}

==Achievements==
{{load achievements|Free Diver;Sleep with the Fishes}}

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

==History==
{{Main|/History}}
{{History|java classic}}
{{History||May 17, 2009|link=https://archive.org/download/Minecraft_IRC_Logs_2009/history/files/May-15-to-June-03-2009/2009-05-17.140618-0400EDT.txt.~1~|Notch mentions developing water.{{q|a very very first version of the water is somewhat working now, heh [/] the level starts out without any water and is surrounded a by a huge ocean [/] it quickly fills, leaving islands}}}}
{{History||0.0.12a|snap=May 18, 2009|slink=Java Edition Classic 0.0.12a/Development#Water test (May 18, 2009)|[[File:Water (pre-release).png|32px]] Water is shown.}}
{{History|||snap=release|slink=Java Edition Classic 0.0.12a|[[File:Water JE1.png|32px]] Added water.
|Water flows to any available space below or beside it and creates a new source [[block]], making it easy to flood a whole world just with one source.}}
{{History||May 22, 2009|link=wordofnotch:111386404|[[Notch]] pointed out that when a [[plant]] or non-cube block is placed in water, it produces a box of [[air]] around it. He asked how it could be fixed, and whether he even had to.}}
{{History||0.0.13a|[[File:Water JE2.png|32px]] The model of water has been changed.}}
{{History||May 24, 2009|link=wordofnotch:112481256|A new water system is mentioned.}}
{{History||May 24, 2009|link=wordofnotch:112481370|A new water system is shown.}}
{{History||May 24, 2009|link=wordofnotch:112487511| Another test of water is shown.}}
{{History||May 26, 2009|link=wordofnotch:113350683|While sharing feedback on experiments with random vertex and color offsets, and deciding to scrap it, Notch said he would investigate salvaging the technique to add animation to water tiles.}}
{{History||0.0.19a|[[File:Water JE3.png|32px]] Added [[Procedural animated texture generation|procedural animated texture]] to water. The old texture is retained for use as a [[animation placeholder texture|placeholder]].
|Upscaled model 2% to fix z-fighting with blocks below water. It's created water or lava models overlapping and z-fighting with each other.
|Added [[sponge]]s, which remove water.
|Water part of the [[world boundary]] still uses the old water texture.}}
{{History||0.0.20a_02|[[File:Water JE4.png|32px]] Changed model scale back to normal with 1% offset on all coordinates.}}
{{History||0.26 SURVIVAL TEST|[[File:Water JE5.png|32px]] UV mapping on side faces now has 11% v offset up.}}
{{History||0.28|[[File:Water JE4.png|32px]] Fixed UV mapping.}}
{{History|java indev}}
{{History||0.31|snap=20091223-1|[[File:Water JE6.png|32px]] Added the flowing water texture, which is now used on the sides of water.}}
{{History|||snap=20100106|Water part of the [[world boundary]] now uses the animated water texture.}}
{{History|||snap=20100113|Water is now finite.|[[Ocean]]s now have infinite water.
|Water now always drains from its highest remove location.
|Water no longer moves on the surface on its own.
|Water now has a {{frac|2|3}} probability to evaporate and a {{frac|1|3}} probability to copy.}}
{{History|||snap=20100122|Water now spawns in level generation as [[spring]]s and lakes.}}
{{History|||snap=20100131|The texture of water is now seen when underwater.}}
{{History|java infdev}}
{{History||20100227-1|Water no longer flows due to changes in chunk handling for infinite worlds.{{verify|type=change}}}}
{{History||20100607|[[File:Water JE7.png|32px]] UV mapping now has 1% uv offset on top and bottom faces and 1% u, 11% v offset on side faces.}}
{{History||20100608|[[File:Water JE6.png|32px]] Fixed UV mapping, once again.}}
{{History||20100615|[[File:Water JE8.png|32px]] The model has been changed.
|Added flowing water.
|Sources placed in isolation flow exclusively downward, rather than spreading out one block in each direction as well.
|Water and lava do not produce any solid blocks when combined.
|Water does not replace plants.
|Water is now infinite again.
|Added [[water bucket]]s, which can be filled with water.}}
{{History||20100616-1|[[File:Water JE9.png|32px]] Added vertex offset.
|Water and flowing water now has visual connection to blocks.
|Downward flowing water now pushes the [[player]] out.{{info needed|and other entities?}}}}
{{History||20100617-2|[[File:Water JE10.png|32px]] Removed vertex offset.
|Water sources placed in the air now flow outward.
|Lava and flowing lava touching water, flowing water now replaces with [[obsidian]].
|Downward flowing water no longer pushes the player out.
|Water now can replace [[plants]]. However no items are dropped.}}
{{History||20100618|Water can now replace [[rail]]s.}}
{{History||20100624|Water now destroys plants, dropping as items.}}
{{History|java alpha}}
{{History||v1.0.2_02|[[Fluids]], including water, have been slightly tweaked.}}
{{History||v1.0.5_01|Water can now freeze into [[ice]].}}
{{History||v1.2.6|[[Lake]]s, which contain water, have been added.}}
{{History|java beta}}
<!--{{History||1.5|Dropped [[item]]s in flowing water now move faster.{{check version|Taken from trivia, may not be beta}}}}-->
{{History||1.6|snap=Test Build 3|[[Rain]] and [[snow]] no longer fall through water.
|Water sources now form over [[glass]].}}
{{History||1.8|snap=Pre-release|[[File:Water JE11.png|32px]] Changed [[lighting]].
|Underwater [[particles]] have been added.
|Because of the change in how land is generated, if a [[player]] is in a world that was made pre-1.8 and travels into new [[chunk]]s, there's a chance that a large [[ocean]] may be formed as the ocean [[biome]]. There is also a one-[[block]]-high drop in sea level along the discontinuity between the old and new chunks with the old chunks being higher.
|Water can now be found in the farms and wells of [[village]]s, and the fountain rooms of [[stronghold]]s.
|Two [[biome]]s have been added that are almost all water: [[ocean]]s and [[river]]s.}}
{{History|java}}
{{History||1.0.0|snap=Beta 1.9 Prerelease|[[File:Swamp Water JE1.png|32px]] {{color|#E0FF70}} Added water color in swampland.
|Added dripping water.}}
{{History|||snap=Beta 1.9 Prerelease 4|Added [[Respiration]] and [[Aqua Affinity]] enchantments, which allow more breathing time in water and normal digging speed in water.}}
{{History|||snap=Beta 1.9 Prerelease 5|Now flowing downward creates source blocks}}
{{History|||snap=RC1|[[File:Water JE12.png|32px]] [[File:Swamp Water JE2.png|32px]] Faces on model now 0.1% moved to center to fix z-fighting on inner faces.}}
{{History||1.1|snap=12w01a|[[File:Swamp Water JE3.png|32px]] {{color|#E0FFAE}} The water color in swampland is now less intense.}}
{{History||1.2.1|snap=12w04a|Added [[desert well]]s, which contain water.}}
{{History||1.3.1|snap=12w17a|The ability to bring water using [[ice]] into [[the Nether]] has been removed.}}
{{History|||snap=12w21a|[[Dispenser]]s have been given the ability to shoot out [[fluids]], including water, inside [[water bucket]]s. They can also collect the fluids if activated again.}}
{{History||1.4.2|snap=12w38a|The [[sound]] when jumping and swimming in water has been changed.
|The sound of flowing water is now continuous.
|The water overlay is a more saturated blue.}}
{{History||1.4.4|snap=1.4.3|Water of any depth now negates all [[Damage#Fall damage|fall damage]]. [[Player]]s and [[mob]]s no longer die from great heights in shallow water.<ref>{{bug|MC-1644}} resolved as Works As Intended</ref>}}
{{History||1.5|snap=13w02a|[[File:Water JE13.png|32px]] [[File:Swamp Water JE4.png|32px]] The texture of water has been changed to use an animated texture file. Prior to this version, the texture was procedurally generated by the game (see dedicated section below).}}
{{History|||snap=13w03a|A water source [[block]] now forms if there is another water source block below it.}}
{{History|||snap=13w04a|Flowing water in [[Creative]] mode no longer slows the [[player]] down when flying.}}
{{History||1.6.1|snap=13w17a|Water [[lake]]s no longer generate in [[desert]]s.}}
{{History||1.7.2|snap=13w36a|[[File:Swamp Water JE4.png|32px]] {{color|#E0FFAE}} Added water color in swampland M, which is the same as in swampland.}}
{{History||1.7.2|snap=13w36a|Water pools now generate in the new desert M [[biome]].
|[[Ocean]]s are much smaller.}}
{{History|||snap=13w41a|[[File:Water JE14.png|32px]] [[File:Swamp Water JE5.png|32px]] Water's six internal faces are now visible from the outside.
|Water, [[ice]] and [[portal]]s are now visible through each other. This also now allows water's inside faces to be visible from outside.}}
{{History|||snap=13w42a|[[File:Water JE13.png|32px]] [[File:Swamp Water JE6.png|32px]] Water's internal faces have been removed. This visually reverts water to its pre-13w41a appearance when seen from the outside.}}
{{History||1.7.4|snap=13w47a|Water's internal top face has been readded.<ref>{{bug|MC-35658}}</ref>}}
{{History|||snap=13w48a|[[File:Water JE15.png|32px]] [[File:Swamp Water JE7.png|32px]] Water's internal side faces except the bottom face, have been readded.<ref>{{bug|MC-40621}}</ref><ref>{{bug|MC-190053}}</ref>}}
{{History||1.9|snap=15w43b|When viewed through [[glass]], water now appears as a solid blue color, as opposed to a downward flowing water texture.<ref name="badwatergraphicsJE">{{bug|MC-35790}}</ref>}}
{{History||1.11|snap=16w39a|Water now generates in [[woodland mansion]]s.}}
{{History||1.12|snap=17w06a|Water now hardens [[concrete powder]] into [[concrete]], on contact.}}
{{History||1.13|snap=18w07a|[[Item]]s now float in water.
|The [[player]]'s underwater visibility has been changed - the longer a player stays underwater, the better they can see.}}
{{History|||snap=18w10a|Underwater visibility now depends on the [[biome]] the player is in.}}
{{History|||snap=18w10c|Water can now be placed in the same block as [[chest]]s, [[trapped chest]]s, [[stairs]], [[slab]]s, [[fence]]s, [[wall]]s, [[iron bars]] and [[glass pane]]s.}}
{{History|||snap=18w10d|Water can now be placed in [[ender chest]]s, [[trapdoor]]s, [[ladder]]s, and [[sign]]s.}}
{{History|||snap=18w15a|[[File:Water JE16.png|32px]] {{color|#3F76E4}} Added default water color. The textures of water have been changed from blue to grayscale.<ref>{{bug|MC-200838}}</ref>
|[[File:Warm Ocean Water JE.png|32px]] [[File:Lukewarm Ocean Water JE.png|32px]] [[File:Frozen Ocean Water JE.png|32px]] [[File:Cold Ocean Water JE.png|32px]] Added water colors for [[warm ocean]], [[lukewarm ocean]], [[frozen ocean]] and [[cold ocean]].
|[[File:Swamp Water.png|32px]] {{color|#617B64}} Water color in swampland has been changed.
|[[File:Swamp Hills Water 18w15a.png|32px]] {{color|#E0FFAE}} Water color in swampland M is unchanged.<ref>{{bug|MC-128558}}</ref>
|Water now blocks 1 [[light]] level per [[block]] instead of 3.
|[[Player]]s no longer receive the [[Night Vision]] effect while underwater.{{verify|type=change|Did this ever happen, or is it just being used as an analogy?}}}}
{{History|||snap=18w16a|When water spreads and would later turn into a source [[block]], it now immediately places a source block.}}
{{History|||snap=18w19a|[[Experience orb]]s now float in water.}}
{{History|||snap=pre3|[[File:Swamp Water.png|32px]] {{color|#617B64}} water color in swamp hills now the same as in [[swamp]].}}
{{History|||snap=pre7|Pressing the {{control|jump}} button in flowing water at <code>level=1</code>, <code>level=2</code> and <code>level=3</code> now do normal jumps instead of {{control|swimming}} up.}}
{{History||1.15|snap=19w34a|Added [[bee]]s, which get damaged while in water.}}
{{History|||snap=19w35a|Bees now try to avoid water.}}
{{History||1.17|snap=20w45a|Flowing water no longer breaks rails.}}
{{History|||snap=21w06a|[[Aquifer]]s, large bodies of water in caves, have been added.}}
{{History|||snap=21w07a|Aquifers generate less often.}}
{{History|||snap=21w08a|Water [[spring]]s are now able to generate below Y{{=}}0.}}
{{History|||snap=21w10a|The FOV shrinking effect now respects the "FOV Effects" accessibility slider.<ref>{{bug|MC-214629}}</ref>}}
{{History|||snap=21w15a|All changes to water generation from 21w06a to 21w08a have been reverted.}}
{{History|||snap=Pre-release 2|[[Smooth lighting]] now works properly underwater.<ref>{{bug|MC-68129}} resolved as "Fixed"</ref>}}
{{History||1.18|snap=Experimental Snapshot 1|[[File:Meadow Water.png|32px]] Added water color in [[meadow]].
|All changes to water generation in the 1.17 snapshots have been reintroduced.}}
{{History||1.18|snap=21w40a|[[Water lake]]s no longer generate.}}
{{History||1.19|snap=Deep Dark Experimental Snapshot 1|Water can now generate as part of [[Ancient City|ancient cities]].}}
{{History||1.19|snap=22w14a|[[File:Mangrove Swamp Water.png|32px]] Added water color in [[mangrove swamp]].}}
{{History||1.19.3|snap=22w44a|Added the [[game rule]] {{cd|waterSourceConversion}}, which disables the formation of new water source blocks when set to {{cd|false}}.}}
{{History||1.20<br>(experimental)|link=1.19.4|snap=23w07a|[[File:Cherry Grove Water JE1.png|32px]] Added water color in [[cherry grove]].}}

{{History|pocket alpha}}
{{History||v0.1.0|[[File:Water JE11.png|32px]]{{verify|type=change|Is this accurate to how it appeared in this edition at this time?}} Added water. 
|[[File:Water JE2.png|32px]] On older or much newer devices, the old [[Java Edition|Java]] water texture is used, whereas the newer animated texture is used on intermediately modern devices.}}
{{History||v0.7.0|[[File:Water JE11.png|32px]]{{verify|type=change|Is this accurate to how it appeared in this edition at this time?}} The texture of water has been changed to the new texture for all devices.}}
{{History||v0.9.0|snap=build 1|[[File:Swamp Water BE1.png|32px]] Water now uses a dark blue coloration in [[swamp]]s.
|Water dripping [[particles]] have been changed.
|[[Water lake]]s have been added.
|Water can now be found in the farms and wells of [[village]]s.
|Two [[biome]]s have been added that are almost all water: [[ocean]]s and [[river]]s.
|Oasis now generate in the new [[desert]] M [[biome]].}}
{{History||v0.10.0|snap=build 1|Smooth lighting for water has been added.
|A gradient effect has been added to water that increases its opacity with distance.
|[[File:Old bedrock swamp water.png|32px]] Water color in swampland has been changed.
|Flowing water can now push [[entities]].}}
{{History|||snap=build 7|Running water now has [[sound]]s.}}
{{History|||snap=?|Water now destroys [[block]]s.{{info needed|if this is referring to washing away plants and torches and stuff, it's been able to do that since 0.1.0}}}}
{{History||v0.14.0|snap=build 1|[[Dispenser]]s can now shoot out water from [[water bucket]]s. They can also suck up [[fluids]], including water, directly adjacent to the side they are facing.}}
{{History||v0.14.2|[[File:Old bedrock water.png|32px]] Water now uses animated texture files.}}
{{History|pocket}}
{{History||1.0.0|snap=alpha 1.0.0.0|When viewed through [[glass]], water now appears as a solid blue color, as opposed to a downward flowing water texture.<ref name="badwatergraphicsBE">{{bug|MCPE-11140}}</ref>}}
{{History||1.1.0|snap=alpha 1.1.0.0|Water now generates in [[woodland mansion]]s.
|Water now hardens [[concrete powder]] into [[concrete]], on contact.}}
{{History|bedrock}}
{{History||?|The rendering change for water in 1.0.0 has been reverted for an unknown reason.}}
{{History||1.2.13|snap=beta 1.2.13.5|Water can now be placed in the same [[block]]s as [[slab]]s and [[stairs]].}}
{{History||1.4.0|snap=beta 1.2.14.2|Water can now be placed in the same block as most transparent blocks, instead of slabs and stairs only.}}
{{History|||snap=beta 1.2.20.1|[[File:Plains Water.png|32px]] Water now has a completely new look for every [[biome]] and it is now much easier to see above and underwater (see [[Water#Bedrock Edition]] for all biome colors).
|[[Item]]s now float to the top of water.
|Underwater visibility now depends on the [[biome]] the [[player]] is in.
|[[Respiration]] enchantment and [[Water Breathing]] effect no longer grants enhanced underwater visibility.}}
{{History|||snap=?|When viewed through [[glass]], water now appears as its own top texture, as opposed to a downward flowing water texture.<ref name="badwatergraphicsBE"/>}}
{{History||1.14.0|snap=beta 1.14.0.1|Added [[bee]]s, which get damaged when touching water and try to avoid it.}}

{{History|console}}
{{History||xbox=TU1|xbone=CU1|ps=1.0|wiiu=Patch 1|switch=1.0.1|[[File:Water JE11.png|32px]]{{verify|type=change|Is this accurate to how it appeared in this edition at this time?}} [[File:Swamp Water JE2.png|32px]] Added water.}}
{{History||xbox=TU9|[[Dispenser]]s have been given the ability to shoot out [[fluids]], including water, inside [[water bucket]]s. They can also suck up the fluids if activated again, but a bug prevents the empty [[bucket]] from being filled.}}
{{History||xbox=TU12|[[File:Water JE15.png|32px]] Water now uses animated texture files.}}
{{History||xbox=TU25|xbone=CU14|ps=1.17|Water can be used in custom superflats. It appears as a 3D block in the block selection screen of the custom superflat interface.}}
{{History||xbox=TU31|xbone=CU19|ps=1.22|wiiu=Patch 3|Water splash [[sound]]s have been updated.
|Most [[mob]]s can now [[swimming|swim]] in water.}}
{{History||xbox=TU69|xbone=none|ps=1.76|wiiu=Patch 38|switch=none|[[File:Warm Ocean Water.png|32px]] [[File:Lukewarm Ocean Water.png|32px]] [[File:Frozen Ocean Water.png|32px]] [[File:Cold Ocean Water.png|32px]] Added [[warm ocean]], [[lukewarm ocean]], [[frozen ocean]] and [[cold ocean]] texture colors for water in those [[biome]]s.}}
{{History||ps=1.78|The animation of water is now less smooth.}}

{{History|New 3DS}}
{{History||0.1.0|[[File:Water JE15.png|32px]]{{verify|type=change|Is this accurate to how it appeared in this edition at this time?}} [[File:Old bedrock swamp water.png|32px]] Added water.}}
{{History|foot}}
<!-- Still need to add in the right version: Drowning added, Water can turn into ice -->
<!--- Still need to add "1.16 pre-release 5 - Water overlay texture turned slightly darker" -->
{{More sounds|Old and older water splash sounds.|type=historical}}

===Data history===
{{History|java}}
{{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], these blocks' numeral IDs were 8 and 9. Both blocks have been merged into a single one.}}
{{History|||snap=18w10c|Removed <code>flowing_water</code>.}}
{{History|foot}}

<gallery>
EarlyFlowingWater.png|The water and flowing water in [[Infdev 20100615]].
</gallery>

==Issues==
{{Issue list}}

==Trivia==
*The texture subtly overlaid on the screen when underwater is that of the original water texture from 0.0.12a.
**The outdatedness of this texture is not considered a bug or oversight, unlike many other outdated textures.<ref>{{bug|MC-241000|||Invalid}}</ref>
**This texture is particularly difficult to notice due to its extreme transparency,<ref>{{bug|MC-128337}}</ref> as well as the fact that other blocks likely make the scene visually noisy enough to further obscure it under most conditions.
* While underwater, the player's FOV (field of vision) is lowered by 10 to simulate light {{w|refraction}}. This can be disabled via the "FOV Effects" [[option]].
*If a player or mob with the [[Levitation]] effect touches water, the effect is completely negated.<ref>{{bug|MC-83369}}</ref>

==Gallery==
<gallery>
1.8underwater.png|Underwater particles, or "bubbles".
Underground water mix.png|Water that is underground, but is still part of 2 different biomes. The color is split.
InvisibleWater.png|A glitch where water is invisible below its surface level.
Water Cave Filling.png|Water flowing into a [[cave]].
Under water.png|A view underwater.
Mac os water texture V1.13-920.gif|Animated view of the Java edition water texture.
Bubbles.gif|These bubbles appear above the [[hunger]] bar when the player's head is in water, and when all the bubbles pop, a heart of damage is dealt every second until the player is no longer entirely under water.
Waterfall.png|A naturally occurring waterfall.
Water (texture) JE1 BE1.png|This texture is subtly overlaid on the screen when underwater.
Land ruin.png|An underwater ruin {{in|bedrock}} that generated on land with a water block on top of it.
Land ruin Java.png|An underwater ruin {{in|java}} that generated on land with a visible loot chest that is not waterlogged and doesn't have water on top of it.
Largelake.png|A large lake, during a [[thunderstorm]].
Coral reef at night.png|A [[coral reef]] at night, in a [[warm ocean]] biome.
WaterRavine.jpg|A bug that causes the water to not flow into the pit.
Obsidian Spring.png|A water flowing on lava lake, creating obsidian. The water was placed by a player.
Two flowing streams.png|Waterfalls made by a player.
Watercave.png|Water flowing into the cave from nearby lake.
RavineandStornghold.png|Ravine with multiple ores, water and lava falls, and stronghold bridge over it.
Water shade.png|Different water colors in swamp biome.
File:Nonflowingwater.png|A block of water, which is not flowing because of a glitch, besides a village farm.
</gallery>

==See also==
*[[Waterlogging]]

==References ==
{{Reflist}}

==External Links ==
*[https://www.minecraft.net/en-us/article/block-week-water Block of the Week: Water] – Minecraft.net on July 14, 2017

{{Blocks|natural}}
{{Items}}

[[Category:Fluids]]
[[Category:Natural blocks]]
[[Category:Non-solid blocks]]
[[Category:Generated structure blocks]]

[[cs:Voda]]
[[de:Wasser]]
[[es:Agua]]
[[fr:Eau]]
[[hu:Víz]]
[[it:Acqua]]
[[ja:水]]
[[ko:물]]
[[nl:Water]]
[[pl:Woda]]
[[pt:Água]]
[[ru:Вода]]
[[th:น้ำ]]
[[tr:Su]]
[[uk:Вода]]
[[zh:水]]</li><li>[[Lava|Lava]]<br/>{{About|the fluid|the [[bucket]]|Lava Bucket}}
{{Fluid
| image = Lava.gif
| image2 = Lava BE.gif
| invimage = Lava Bucket
| invimage2 = Lava
| renewable = Yes
| transparent = Yes
| light = Yes (15)
| tool = Bucket
| infinite = No
| flowrate = 30 [[tick]]s/block (Overworld, End)<br> 10 [[tick]]s/block (Nether)
| flowdistance = 4 blocks (Overworld, End)<br>8 blocks (Nether)
}}
'''Lava''' is a light-emitting [[fluid]] that causes fire [[damage]], mostly found in the [[altitude|lower reaches]] of the [[Overworld]] and [[the Nether]].

== Obtaining ==
Lava blocks do not exist as items (at least {{in|java}}), but can be retrieved with a [[Lava Bucket|bucket]]. {{IN|bedrock}}, they may be obtained as an item via glitches (in old versions), add-ons or inventory editing.

Lava may be obtained [[renewable resource|renewably]] from [[cauldron]]s, as [[pointed dripstone]] with a lava source above it can slowly fill a cauldron with lava.

=== Natural generation ===
During world generation, lava replaces [[air]] blocks generated in [[cave]]s and [[canyon]]s between Y=-55 and Y=-63. [[Aquifer]]s are sometimes filled with lava below Y=0. Lava does not replace air blocks inside [[mineshaft]]s, [[monster room]]s, [[amethyst geode]]s, or [[stronghold]]s.

Lava can also occur as lava flows from a single [[spring]] block, pouring down walls into pools. The spring block can be on the side of a cave, ravine, mineshaft, or stone cliff above ground.

Lava also generates as small [[lava lake]]s, which can be found above Y=0 within any [[biome]].

Two blocks of lava can also be found in plains, snowy plains, and desert [[village]] weaponsmith buildings, or one source in savanna village weaponsmith buildings.

Fifteen blocks of lava can be found in the [[end portal]] room of a [[stronghold]]: 3 along each side wall, and 9 below the portal frame.

Lava also generates in [[woodland mansion]]s: two blocks of lava generate in the "blacksmith room", and 25 blocks of lava generate in a secret "lava room".

In [[the Nether]], lava is more common than [[water]] in the [[Overworld]]. [[Terrain features#Lava sea|Seas of lava]] occur, with sea level at y-level 32, about a quarter of the total height of the Nether (as the usable space in the Nether is 128 blocks tall). They can extend down to about y-level 19-22. Lava also randomly appears [[Spring#Hidden lava|in single blocks]] inside [[netherrack]] formations. Lava is also generated as a single source in well rooms in [[nether fortress]]es. There are also large pockets of lava generated under y-19 and can reach all the way down to bedrock level. These pockets are generally over 12 blocks in height and often connect to a large lava lake on y-32; the size of these pockets in 1.18 can range from the size of a singular pre-1.18 ravine to multiple ravines combined.

Lava generates as [[delta]] shapes, which can be found commonly in the [[basalt deltas]] biome. Lava also generates in [[ruined portal]]s and [[bastion remnant]]s.

=== Post-generation ===
Unlike [[Water#Source blocks|water source blocks]], new lava source blocks cannot be created in a space by two or more adjacent source blocks. However {{in|Java}}, if the [[game rule]] {{cd|lavaSourceConversion}} is set to {{cd|true}}, new lava source blocks can form in a similar way to water source blocks.

== Usage ==
=== Fuel ===
When used in a [[furnace]], a bucket of lava lasts 1000 seconds (100 items).

=== Burning ===
[[File:Inside Lava.png|thumb|What it looks like inside lava.]]
[[File:Under lava fire resistance.png|thumb|What it looks like inside lava using Fire Resistance {{in|java}}.]]

Most [[entity|entities]] take {{hp|4}} damage every half-second while in contact with lava, and are set on [[fire]]. An entity/player in lava will also have its {{code|remainingFireTicks}} set to 300, setting it on fire for 15 seconds. This timer is reset to 300 every tick that the victim spends in lava, so it will only start counting down once the victim leaves the lava. Once the victim does exit the lava source, it will burn for just under 15 seconds, taking fire damage 14 times. This is due to the fact that for the first tick outside of lava, its {{code|remainingFireTicks}} decrease to 299, and entities take fire damage when {{code|remainingFireTicks}} is a multiple of 20 and greater than 0. If the victim touches water or [[rain]] falls on it, the fire is extinguished, but the lava continues to damage them directly.

In addition, a dense [[fog]] effect will be applied for players under lava to obscure vision. This can be slightly mitigated via the [[Fire Resistance]] effect.

An entity/player moving in lava has their horizontal movement speed reduced by 50% and their vertical movement speed reduced by 20%.

{{IN|bedrock}}, a player with the Fire Resistance effect or a total [[Fire Protection]] of 7 or higher does not catch fire. 

[[Vex]]es, [[zoglin]]s, Nether [[mob]]s (excluding [[piglin]]s and [[hoglin]]s), [[Wither|withers]], [[Warden|wardens]], and players or mobs affected by the [[Fire Resistance]] effect are not damaged when touching lava. 

The embers or fireballs that fly out of lava are purely decorative and do not cause fires or damage to entities. When rain falls on lava, the black ember particles appear more frequently.

A player in lava lasts a few seconds before dying:

==== ''Java Edition'' ====
* 2.5 seconds with no armor
* 3.5 seconds with full leather armor, no enchantments
* 4 seconds with full gold armor, no enchantments
* 4.5 seconds with full chain armor, no enchantments
* 5.5 seconds with full iron armor, no enchantments
* 10.5 seconds with full diamond armor, no enchantments
* 11 seconds with full netherite armor, no enchantments

==== Bedrock Edition====
* 2.5 seconds with no armor
* 3.5 seconds with full leather armor, no enchantments
* 4.5 seconds with full gold armor, no enchantments
* 5 seconds with full chain armor, no enchantments
* 6.5 seconds with full iron armor, no enchantments
* 12.5 seconds with full diamond armor, no enchantments
* 12.5 seconds with full netherite armor, no enchantments
If the player is wearing armor enchanted with [[Fire Protection]], they can last even longer. With the maximum bonus, the damage is small enough that the natural healing from a full hunger bar can outpace it {{only|JE|short=1}}, so a player could survive indefinitely as long as they have food and their armor holds up (non-netherite armor is damaged by lava). This maximum bonus can be obtained by wearing 2 pieces of armor with [[Fire Protection|Fire Protection IV]] and 1 with [[Protection|Protection IV]], or 1 piece of armor with [[Fire Protection|Fire Protection IV]] and 3 with [[Protection|Protection IV]].

==== Fire spread ====
Lava can cause fires by turning air blocks to fire blocks.

In order for air above lava to turn to fire, a block adjacent to the air has to be [[Fire#Burning blocks|flammable]], or one of the wood-constructed [[Fire#Non-flammable blocks|non-flammable]] blocks. Since catching fire depends on air blocks, even torches or lava itself can prevent a flammable block from catching fire.  Additionally, not all flammable or wood-constructed blocks can be ignited by lava.

The lava of any depth can start fires this way, whether or not it appears to have a current.

Additional conditions must be met, depending on the edition of Minecraft.

===== Java Edition =====
{{FakeImage|align=right|{{BlockGrid|scale=2|L=lava|w=Oak Planks|p=Orange Stained Glass|s=Light Gray Stained Glass|wwwwwwwww|wwsssssww|wspppppsw|wwspppsww|wwwsLswww|wwwwwwwww}}|Example for JE. The orange area represents areas<br>where air could catch flame if the<br>gray and orange areas contain<br>flammable blocks. The wood<br>is all at a safe distance.
}}

Air block must be in a 3×1×3 area right above the lava or in a 5×1×5 2 blocks above the lava.

Note that an air block in the 5x1x5 area will not catch on fire if the 3x1x3 area is completely filled, even if the latter is filled with flammable blocks.

===== Bedrock Edition =====
The block to be set on fire must be in a 3×3×3 cube centered on a lava block, above which there must be either air or an ignitable block.

=== Flow ===
{{See also|Fluid}}

Lava flows from "source blocks". Most streams or "lava-falls" come from a single source block, but lava lakes (including the "flood lava" in the bottom 10 layers) are composed entirely of source blocks. A source block can be captured only with a [[lava bucket|bucket]].

In the [[Overworld]] and [[the End]], lava travels 3 blocks in any horizontal direction from a source block. Lava flows far more slowly than water (1 block every 30 game ticks, or 1.5 seconds), and sourceless lava flows linger for a short time more. In [[the Nether]], lava travels 7 blocks horizontally and spreads 1 block every 10 game ticks, or 2 blocks per second, which is half the speed as water in the Overworld. In all dimensions, lava spreading uses the same mechanic as water: for every adjacent block it can flow into it tries to find a way down that is reachable in four or fewer blocks from the block it wants to flow to. When found, the flow weight for that direction is set to the shortest path distance to the way down. (This can result in lava flows turning toward dropoffs that they cannot reach in the Overworld and the End.)

Flowing lava destroys the following in its path: [[sapling]]s, [[cobweb]], [[tall grass]], [[dead bush]], [[wheat]], [[flower]]s, [[mushroom]]s, [[snow]] on ground (but snow blocks are immune), [[lily pad]]s, [[vines]], [[lever]]s, [[button]]s, all three types of [[torch]]es, [[redstone]], [[redstone repeater|repeaters]], [[end rod]]s, and [[rail]]s. [[Sugar cane]]s hold back lava, but disappear if the sugar cane's water source is destroyed by the lava. Lava also slows down entities, including those that are normally immune to lava damage.

Using redstone wire, a one-block lava flow can be redirected by supplying power to the source block, which causes it to reset the flow toward the now-nearest terrain depression. It cannot, however, be reversed. This re-calculation is made because of the redstone wire when toggled changes the block from redstone (on) to redstone (off). Whenever a block updates on any side of the lava, the lava re-calculates where to flow, but does not cut off its current direction of flow. In Bedrock Edition using the /setblock command can be used to create stationary lava without the use of barriers. 

Flowing lava can push entities.

==== Flow arrangement tables ====

===== Overworld and the End =====
{| class="wikitable"
|+
|
|
|
!4
|
|
|
|-
|
|
!4
!3
!4
|
|
|-
|
!4
!3
!2
!3
!4
|
|-
!4
!3
!2
!1
!2
!3
!4
|-
|
!4
!3
!2
!3
!4
|
|-
|
|
!4
!3
!4
|
|
|-
|
|
|
!4
|
|
|
|}
{| class="wikitable"
|+
! colspan="2" |Range
!Height in blocks
|-
!1
|block
|1
|-
!2
|blocks
|0.75-1
|-
!3
|blocks
|0.5-0.75
|-
!4
|blocks
|0.25-0.5
|}

===== The Nether =====
{| class="wikitable"
|+
|
|
|
|
|
|
!7
|
|
|
|
|
|
|-
|
|
|
|
|
!7
!6
!7
|
|
|
|
|
|-
|
|
|
|
!7
!6
!5
!6
!7
|
|
|
|
|-
|
|
|
!7
!6
!5
!4
!5
!6
!7
|
|
|
|-
|
|
!7
!6
!5
!4
!3
!4
!5
!6
!7
|
|
|-
|
!7
!6
!5
!4
!3
!2
!3
!4
!5
!6
!7
|
|-
!7
!6
!5
!4
!3
!2
!1
!2
!3
!4
!5
!6
!7
|-
|
!7
!6
!5
!4
!3
!2
!3
!4
!5
!6
!7
|
|-
|
|
!7
!6
!5
!4
!3
!4
!5
!6
!7
|
|
|-
|
|
|
!7
!6
!5
!4
!5
!6
!7
|
|
|
|-
|
|
|
|
!7
!6
!5
!6
!7
|
|
|
|
|-
|
|
|
|
|
!7
!6
!7
|
|
|
|
|
|-
|
|
|
|
|
|
!7
|
|
|
|
|
|
|}

{| class="wikitable"
! colspan="2" |Range
!Height in blocks
|-
!1
|block
|1
|-
!2
|blocks
|0.75-1
|-
!3
|blocks
|0.625-0.75
|-
!4
|blocks
|0.5-0.625
|-
!5
|blocks
|0.375-0.5
|-
!6
|blocks
|0.25-0.375
|-
!7
|blocks
|0.125-0.25
|}

=== Lava and water ===
{{Main|Fluid#Mixing}}

Water and lava can produce [[stone]], [[cobblestone]], or [[obsidian]] based on how they interact. Lava can also generate basalt when above soul soil and touching blue ice.

=== Light source ===

Lava blocks emit a [[light]] level of 15.

=== Other ===
[[File:LavaDropletsExample.png|thumb|If there is lava flowing above a [[block]], the lava seeps through.]]

Lava above a non-transparent block (does ''not'' include stairs, fences, and slabs) produces dripping particles on the underside of that block. These droplets do not do anything other than warn the player that a deluge of lava lies above that block. The particles function identically to their water counterparts, except that they drip slower.

Flowing lava can set off tripwires because it breaks placed string. Lava triggers a tripwire only once.

Any [[item (entity)|item]] dropped into lava is immediately destroyed, except for [[netherite]]-related items. [[Lodestone|Lodestones]], however, can be destroyed by lava despite containing netherite.<ref>{{bug|MC-176618|||WAI}}</ref>

Lava can be placed in an empty [[cauldron]].

If lava is above a non-transparent block supporting [[pointed dripstone]], dripping particles are created on the end. These can fill cauldrons with lava.

== Farming ==
{{main|Tutorials/Lava farming}}
Lava farms can be created by placing a lava source block on top of a solid block and a [[pointed dripstone]] and a [[cauldron]] underneath.

== Sounds ==
{{edition|java}}:
{{Sound table
|sound=Lava.ogg
|subtitle=Lava pops
|source=block
|description=Randomly
|id=block.lava.ambient
|translationkey=subtitles.block.lava.ambient
|volume=0.2-0.4
|pitch=0.9-1.05
|distance=16}}
{{Sound table
|sound=Fizz.ogg
|subtitle=Lava hisses
|source=block
|description=When lava mixes with water, making a block
|id=block.lava.extinguish
|translationkey=subtitles.block.lava.extinguish
|volume=0.5
|pitch=1.8-3.4
|distance=16}}
{{Sound table
|sound=Lava pop.ogg
|subtitle=Lava pops
|source=block
|description=When a lava bubble particle spawns
|id=block.lava.pop
|translationkey=subtitles.block.lava.ambient
|volume=0.2-0.4
|pitch=0.9-1.05
|distance=16}}
{{Sound table
|sound=Empty lava bucket1.ogg
|sound2=Empty lava bucket2.ogg
|sound3=Empty lava bucket3.ogg
|subtitle=Bucket empties
|source=block
|description=When lava is placed with a bucket
|id=item.bucket.empty_lava
|translationkey=subtitles.item.bucket.empty
|volume=1.0
|pitch=1.0
|distance=16}}
{{Sound table
|sound=Fill lava bucket1.ogg
|sound2=Fill lava bucket2.ogg
|sound3=Fill lava bucket3.ogg
|subtitle=Bucket fills
|source=player
|description=When lava is collected with a bucket
|id=item.bucket.fill_lava
|translationkey=subtitles.item.bucket.fill
|volume=1.0
|pitch=1.0
|distance=16}}
{{Sound table
|sound=Fizz.ogg
|subtitle=Fire extinguishes
|description=When something [[freezing]] is dunked into lava
|source=block
|id=entity.generic.extinguish_fire
|translationkey=subtitles.entity.generic.extinguish_fire
|volume=0.7
|pitch=1.2-2.0
|distance=16
|foot=1}}

{{edition|bedrock}}:
{{Sound table
|type=bedrock
|sound=Lava.ogg
|source=block
|description=Randomly
|id=liquid.lava
|volume=0.4-0.6
|pitch=0.9-1.05}}
{{Sound table
|sound=Fizz.ogg
|source=block
|description=When lava mixes with water, making a block
|id=random.fizz
|volume=0.5
|pitch=1.8-2.4}}
{{Sound table
|sound=Lava pop.ogg
|source=block
|description=When a lava bubble particle spawns
|id=liquid.lavapop
|volume=0.4-0.6
|pitch=0.9-1.05}}
{{Sound table
|sound=Empty lava bucket1.ogg
|sound2=Empty lava bucket2.ogg
|sound3=Empty lava bucket3.ogg
|source=block
|description=When lava is placed with a bucket
|id=bucket.empty_lava
|volume=1.0
|pitch=1.0}}
{{Sound table
|sound=Fill lava bucket1.ogg
|sound2=Fill lava bucket2.ogg
|sound3=Fill lava bucket3.ogg
|source=block
|description=When lava is collected with a bucket
|id=bucket.fill_lava
|volume=1.0
|pitch=1.0}}
{{Sound table
|sound=Fizz.ogg
|source=block
|description=When something freezing is dunked into lava
|id=random.fizz
|foot=1}}

== Data values ==

=== ID ===
{{edition|java}}:
{{ID table
|edition=java
|firstcolumnname=Lava
|showblocktags=y
|showforms=y
|generatetranslationkeys=y
|displayname=Block
|spritename=lava
|spritetype=block
|nameid=lava
|blocktags=strider_warm_blocks
|form=block
|foot=1}}
{{ID table
|firstcolumnname=Lava
|showfluidtags=y
|displayname=Fluid
|spritename=lava
|spritetype=block
|nameid=lava
|fluidtags=lava}}
{{ID table
|displayname=Flowing Fluid
|spritetype=block
|spritename=lava
|nameid=flowing_lava
|fluidtags=lava
|foot=1}}

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|firstcolumnname=Lava
|shownumericids=y
|showforms=y
|generatetranslationkeys=y
|displayname=Flowing
|spritename=lava
|spritetype=block
|nameid=flowing_lava
|id=10
|form=block}}
{{ID table
|displayname=Stationary
|spritename=lava
|spritetype=block
|nameid=lava
|id=11
|form=block
|foot=1}}

Lava spends most of its time as stationary, rather than 'flowing' – regardless of its level, or whether it contains a current downward or to the side.  When specifically triggered by a block update, lava changes to 'flowing', update its level, then change back to stationary.  Lava springs are generated as flowing, and lava lakes are generated as stationary.

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

=== Fluid states ===
{{see also|Block states}}
{{/FS}}

== Achievements ==
{{load achievements|Stayin' Frosty;Super Fuel;Feels Like Home}}

== Advancements ==
{{Load advancements|Hot Stuff;Feels Like Home}}

== History ==
{{main|/History}}
{{History|java classic}}
{{History||0.0.12a|snap=May 19, 2009|slink=Java Edition Classic 0.0.12a/Development#Lava test (May 19, 2009)|Lava is shown.}}
{{History|||snap=release|slink=Java Edition Classic 0.0.12a|[[File:Lava JE1.png|32px]] Added lava.
|The texture is transparent.
|Lava spreads by duplicating itself to open horizontal and downward squares.
|Lava is slower than [[water]] and can be easily outrun.
|Model has z-fighting with blocks below lava.}}
{{History||0.0.13a|[[File:Lava JE2.png|32px]] The texture has changed to be opaque.}}
{{History||0.0.13a_03|Lava lakes no longer generate.}}
{{History||0.0.15a|link=Java Edition Classic 0.0.15a (Multiplayer Test 1)|[[File:Lava JE3.png|32px]] The model is no longer shaded.}}
{{History||0.0.19a|[[File:Lava JE4.png|32px]] Added a [[Procedural animated texture generation|procedural animated texture]] to lava. Old texture is still retained for use as a [[animation placeholder texture|placeholder]].|Upscaled model 2% to fix z-fighting with blocks below lava. It's created lava or water models overlapping and z-fighting with each other.|Added lava layer to the bottom of the map.<!--as it traps the [[player]] and prevents the player from leaving unless [[water]] is let in and collides with it or if the player places a [[sand]] or [[gravel]] block, letting it [[drops|drop]] into the lava. If water is let into the area where the lava is, the lava becomes [[stone]], allowing the stone block to be removed to expose bedrock underneath.-->}}
{{History||0.0.20a_02|[[File:Lava JE5.png|32px]] Changed model scale back to normal with 1% offset on all coordinates.}}
{{History||0.0.22a|[[File:Lava JE6.png|32px]] Lava's generated texture has changed - it now appears brighter overall.}}
{{History||August 25, 2009|link=https://notch.tumblr.com/post/170887079/survival-mode-status-update-video-with-plenty-of|Lava has been shown to deal [[damage]].}}
{{History||0.24_SURVIVAL_TEST|Lava now deals damage.}}
{{History||0.26  SURVIVAL TEST|[[File:Lava JE7.png|32px]] UV mapping on side faces now has 11% v offset up.}}
{{History||0.28|[[File:Lava JE6.png|32px]] Fixed UV mapping.}}
{{History|java indev}}
{{History||0.31|snap=20091223-2|Lava is now luminous.}}
{{History|||snap=20100110|Lava now sets [[fire]] to flammable materials.}}
{{History|||snap=20100122|Added [[lava spawner]]s that spawn lava on sides and bottom.|It appears in the player's inventory in a stack of 5.
|Lava now flows, but more slowly than water.<ref>[[wordofnotch:347976621]]</ref>
|Dropped [[item]]s now burn in lava.
|Shot [[arrow]]s catch [[fire]] and not burn in lava.}}
{{History|||snap=20100124|Lava spawner can no longer be found in the player's inventory. Instead, a full stack (99) can be found inside the [[Indev house]] chests.}}
{{History|||snap=20100125-1|Lava now has [[particles|particle]] effects.}}
{{History|||snap=20100130|Re-added the infinite lava sea to the bottom of the map.}}
{{History||20100219|[[File:Lava JE8.png|32px]] The model is shaded again.}}
{{History|java infdev}}
{{History||20100227-1|Lava no longer flows due to changes in chunk handling for infinite worlds.}}
{{History||20100607|[[File:Lava JE9.png|32px]] UV mapping now has 1% uv offset on top and bottom faces and 1% u, 11% v offset on side faces.}}
{{History||20100608|[[File:Lava JE8.png|32px]] Fixed UV mapping, once again.}}
{{History||20100615|[[File:Lava JE10.png|32px]] The model has been changed.
|Added flowing lava.
|Lava now creates flowing lava for a total distance of 7 blocks "away" from the source block.
|Flowing lava flows in a single line toward the nearest terrain depression within four blocks.}}
{{History||20100616-1|[[File:Lava JE11.png|32px]] Added flowing lava texture for sides and vertex offset.
|Lava and flowing lava now have visual connection to blocks.|A large lava flow is now visible in the dark from a long distance.}}
{{History||20100617-2|[[File:Lava JE12.png|32px]] Removed vertex offset.
|Lava now flows 3 blocks horizontally instead of 7.
|Lava and flowing lava touching water, flowing water, water spawner, or lava spawner now replaces with [[obsidian]].
|Removed the infinite lava sea at the bottom of the map.}}
{{History|java alpha}}
{{History||v1.0.2_02|Flowing of lava has been tweaked.}}
{{History||v1.0.4|Added [[ice]] and [[snow]], which lava can melt.}}
{{History||v1.0.15|Lava now sets nearby [[block]]s on [[fire]].}}
{{History||v1.2.0|snap=preview|Added [[the Nether]], which contains lava.}}
{{History||v1.2.2|Lava now flows further in the Nether.}}
{{History||v1.2.6|Added [[lava lake]]s, which can generate at any [[altitude]].}}
{{History|java beta}}
{{History||1.8|snap=Pre-release|[[File:Lava JE13.png|32px]] Changed [[lighting]].
|When lava is touched by [[rain]], it emits smoke [[particles]].
|Lava now generates in the blacksmiths of the newly added [[village]]s.}}
{{History|java}}
{{History||1.0.0|snap=Beta 1.9 Prerelease|Added lava dripping.
|Lava blocks now form [[stone]] when falling directly onto [[water]] source blocks.}}
{{History|||snap=Beta 1.9 Prerelease 3|Lava now generates in the newly added [[end portal]] rooms of [[stronghold]]s.}}
{{History|||snap=Beta 1.9 Prerelease 5|Only in this version, it is possible to create an infinite lava source using a plus-sign shaped arrangement of [[block]]s with four lava source blocks flowing into a central empty block.}}
{{History|||snap=RC1|[[File:Lava JE14.png|32px]] Faces on model now 0.1% moved to center to fix z-fighting on inner faces.}}
{{History||1.2.1|snap=12w05a|Lava (as well as the embers that pop out of it) now makes [[sound]]s. These sounds were in the game files for a long time, but they had not played in-game.}}
{{History||1.3.1|snap=12w21a|Lava can now be collected and dispensed by [[dispenser]]s containing buckets.}}
{{History||1.4.2|snap=12w38a|Flowing lava now has a constant [[sound]].}}
{{History||1.5|snap=13w02a|[[File:Lava JE15.png|32px]] The model of lava now uses animated texture files.
|There is now "hidden lava" in [[the Nether]].
|Lava now flows much more quickly in the Nether.}}
{{History||1.6.1|snap=13w18a|Lava no longer lingers after the source is removed.}}
{{History||1.7.2|snap=13w37a|Flowing lava, which previously could be destroyed by a few [[block]]s of [[TNT]], can no longer be destroyed by [[explosion]]s.}}
{{History||1.10|snap=16w21a|[[File:Lava JE16.png|32px]] [[File:Lava (bottom view) 16w21a.png|32px]] Lava is now [[color]]ed red ({{color|#ff0000}}) except for the bottom face.<ref>{{bug|MC-102511}}</ref>}}
{{History|||snap=16w21b|[[File:Lava JE15.png|32px]] Lava is no longer colored.
|Added 2 [[splash]]es referencing colored lava: "Rule #1: it's never my fault", "Replaced molten cheese with blood?".}}
{{History||1.11|snap=16w39a|Lava can now generate in [[woodland mansion]]s.}}
{{History||1.13|snap=18w15a|[[File:Lava JE17.png|32px]] [[File:Swamp Lava 18w15a.png|32px]] [[File:Swamp Hills Lava 18w15a.png|32px]] [[File:Warm Ocean Lava 18w15a.png|32px]] [[File:Lukewarm Ocean Lava 18w15a.png|32px]] [[File:Cold Ocean Lava 18w15a.png|32px]] [[File:Frozen Ocean Lava 18w15a.png|32px]] Lava is now biome colored except for the bottom face. This is linked to new biome coloring for water.<ref>{{bug|MC-128233}}</ref>}}
{{History|||snap=18w16a|[[File:Lava JE15.png|32px]] Lava is no longer biome colored.}}
{{History||1.16|snap=20w09a|Lava now pushes [[Entity|entities]].}}
{{History|||snap=20w13a|Added [[strider]]s, which can be [[saddle]]d and ridden across lava.
|When lava flows over [[soul soil]] next to [[blue ice]], it now turns into [[basalt]].}}
{{History|||snap=20w16a|Lava now generates as part of [[bastion remnants]] and [[ruined portal]]s.}}
{{History|||snap=Pre-release 3|Visibility under lava is now slightly better when under the effect of [[Fire Resistance]].}}
{{History||1.17|snap=20w45a|[[Cauldron]]s can now be filled with lava.}}
{{History|||snap=20w48a|Added a [[renewable]] way of obtaining lava through cauldrons and [[pointed dripstone]].}}
{{History|||snap=21w06a|Lava no longer replaces air below Y{{=}}11.}}
{{History|||snap=21w08a|Lava now replaces air below Y{{=}}-53.
|Lava [[spring]]s are able to generate below Y{{=}}0.}}
{{History|||snap=21w11a|[[Spectator]] mode players can now see through lava.<ref>{{bug|MC-71530|||Fixed}}</ref>}}
{{History|||snap=21w13a|Lava is now fully renewable, as pointed dripstone can be obtained in Survival without custom generation.}}
{{History|||snap=21w15a|The changes to lava generation in 21w06a and 21w08a have been reverted.}}
{{History||1.18|snap=Experimental Snapshot 1|The changes to lava generation in the 1.17 snapshots have been reintroduced.
|[[Aquifer]]s below Y{{=}}0 sometimes generate with lava instead of water.}}
{{History||1.19.3|snap=22w44a|Added [[game rule]] {{cd|lavaSourceConversion}}, which allows the formation of new lava source blocks when set to {{cd|true}}.}}

{{History|pocket alpha}}
{{History||v0.1.0|[[File:Lava BE1.png|32px]] Added lava.}}
{{History||v0.3.3|Lava no longer creates [[fire]], due to a game breaking spreading bug.}}
{{History||v0.7.0|Lava now lights flammable [[block]]s around it on fire.
|[[File:Lava BE2.png|32px]] [[File:Lava BE2.gif|32px]] Lava now has a flowing animation.}}
{{History||v0.8.0|snap=build 5|Lava flowing directly into [[water]] now actually spreads out over it.}}
{{History||v0.9.0|snap=build 1|Underground ponds of lava can now be found, making lava much more easy to obtain.
|Lava dripping [[particles]] have been added.
|Lava now generates in [[village]] blacksmiths and [[stronghold]] end portal rooms.}}
{{History||v0.12.1|snap=build 1|[[Player]]s are now able to [[swimming|swim]] in lava.
|Lava now generates in [[the Nether]].}}
{{History|||snap=build 6|[[File:Lava BE3.png|32px]] [[File:Lava BE3.gif|32px]] Lava is now brighter shaded.}}
{{History|||snap=build 8|Lava now cancels all fall [[damage]].}}
{{History|pocket}}
{{History||1.1.0|snap=alpha 1.1.0.0|Lava now generates in [[woodland mansion]]s.}}
{{History|bedrock}}
{{History||1.11.0|snap=beta 1.11.0.5|[[File:Lava BE4.png|32px]] The texture for lava has been changed to match ''Java Edition''.}}
{{History||1.16.0|snap=beta 1.16.0.51|Lava can now push entities.}}
{{History|||snap=beta 1.16.0.57|Lava now generates as a [[delta]] that can be found in [[basalt deltas]].
|Lava now generates as part of [[bastion remnants]] and [[ruined portal]]s.
|When lava flows over [[soul soil]] next to [[blue ice]], it now turns into [[basalt]].}}
{{History|||snap=beta 1.16.0.59|Lava can no longer push entities.}}
{{History||1.17.30|snap=beta 1.17.20.22|Lava can now push entities, once again.<ref>{{bug|MCPE-75124}}</ref>}}

{{History|console}}
{{History||xbox=TU1|xbone=CU1|ps=1.00|wiiu=Patch 1|switch=1.0.1|[[File:Lava JE12.png|32px]] Added lava.}}
{{History||xbox=TU12|[[File:Lava JE15.png|32px]] The texture for lava has been changed.
|Lava (as well as the embers that pop out of it) now makes [[sound]]s.}}
{{History||xbox=TU25|xbone=CU14|ps=1.17|Lava can be used in custom superflats. It appears as a 3D block in the block selection screen of the custom superflat interface.}}

{{History|new 3ds}}
{{History||0.1.0|[[File:Lava BE3.png|32px]] Added lava.}}
{{History|foot}}

=== Data history ===
{{History|java}}
{{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], these blocks' numeral IDs were 10 and 11.}}
{{History|foot}}

== Issues ==
{{Issue list}}

== Trivia ==
* A player with [[Fire Resistance]] can swim in lava without taking damage, although the swimming speed does not become faster.
* A player cannot sprint-swim in lava.
* An arrow catches fire when shot into flowing lava, but not still lava.
* [[Water]] flows into lava-occupied blocks as though it were empty space, and vice versa.
* Although lava is a fluid, it is not possible to drown in lava. This applies to all mobs. However, it is still possible to suffocate in lava. This applies to almost every mob.{{only|bedrock}}<ref>{{bug|MCPE-17073}}</ref>
* A player sleeping in a bed cannot be damaged by lava.
* If the lava is changed to be transparent via a [[resource pack]], it does not become transparent.
* {{IN|bedrock}}, lava does not deactivate [[elytra]] like [[water]] does.
* Despite flowing identically to water while in [[the Nether]], it was not possible to create an infinite spring of lava before [[Java Edition 1.19.3|1.19.3]].
** Before Lava source conversion was implemented, the ''Minecraft: Combat Handbook'' (2014) stated the possibility to create infinite sources of lava by simply creating a cross shape with 4 nether bricks and placing lava in the middle. As expected, this turned out to be false, as confirmed by [[Nathan Adams|Dinnerbone]].<ref>[[bugtracker:MC-71088|MC-71088]]</ref>
* Geologically, lava in the Overworld is consistent with [[wikipedia:Felsic lava|felsic lava]], and lava in the Nether is consistent with [[wikipedia:mafic lava|mafic lava]]. Felsic lava is slow, sticky, and does not run as far as mafic lava, which is relatively thin and runny.
* When lava source conversion was implemented, any text where lava was supposed to be said "lave" instead.
** A splash text now says "Made with 'lave'".

== Gallery ==
<gallery>
Lavameltpattern1.png|Lava's melting pattern for snow and ice.
Water and lava springs.png|A natural lava spring near a waterfall.
Cave Lava.png|The lava "ocean" layer of [[cave]]s.
Lavastreamwithores.png|A naturally-occurring stream of lava next to diamond and iron ore.
Spawn Point Lava Warning.png|The warning in [[Legacy Console Edition]] when trying to place lava near the spawn point.
Lave found close under the dessert.png|A running lava source (origin not seen) uncovered six blocks below the surface of desert terrain.
Lava with Night vision potion.png|The inside view of lava with the night vision effect.
Ladders Blocking Lava.png|Ladders can stop lava from flowing.
Lava flowing off cliff.png|A lava [[spring]].
Minecraft Surface LavaFall.png|Lava spreading into dirt.
Exposed Cavern Lava.png|Lava in a ravine.
Lava in Ravine.png|Lava found in a snowy [[ravine]].
BedrockLava.png|Lava generates on bedrock. 
BedrockPostLavaRemoval.png| Lava being extinguished near bedrock. 
LavaRiver.png| Lava pool and water pool meeting each other naturally. 
Lavafall.png| Two lava springs meeting water in a savannah plateau.
Lava spring.png| Lava spreading in the Overworld. 
Minecraft lavalake.png| A lava spring spreading into a lava lake. 
Lava cane.png|Sugar cane growing with lava flowing around it.
TallLavafall.png|Tall lavafall flowing into ravine.
RavineandStornghold.png|Ravine with multiple ores, water and lava falls, and stronghold bridge over it.
Underground Lava Lake.png|Another example of underground lava lake.
Lwava.png|Lava pouring from a cliff.
Extreme Hills Falls.png|Lava and water pouring from a cliff.
Lavalake.png|Lava and ores in a cave underground.
Cavern2.png|Lava texture in Classic [[0.0.21a_01]].
Lavaspring.png|Lava setting fire to [[grass]].
File:Mobbo Destroyed Village.jpeg|A [[village]] ravaged by lava.
File:Lava Moodlight.jpg|An officially licensed lava block moodlight.
</gallery>

== References ==
{{Reflist}}

== External links ==
*[https://www.minecraft.net/en-us/article/block-week-lava Block of the Week: Lava] – Minecraft.net on September 29, 2017
*[[wikipedia:Lava|Real-life lava on Wikipedia]]
*[[wikipedia:Magma|Real-life magma on Wikipedia]]

{{Blocks|natural}}
{{Items}}

[[Category:Fluids]]
[[Category:Natural blocks]]
[[Category:Non-solid blocks]]
[[Category:Generated structure blocks]]
[[Category:Light sources]]

[[cs:Láva]]
[[de:Lava]]
[[es:Lava]]
[[fr:Lave]]
[[hu:Láva]]
[[it:Lava]]
[[ja:溶岩]]
[[ko:용암]]
[[nl:Lava]]
[[pl:Lawa]]
[[pt:Lava]]
[[ru:Лава]]
[[th:ลาวา]]
[[tr:Lav]]
[[uk:Лава]]
[[zh:熔岩]]</li></ul></nowiki>
23w05aAdded infinite mode to give an effect with infinite duration.
Pocket Edition
1.0.5
{{Extension DPL}}<ul><li>[[Disc Fragment|Disc Fragment]]<br/>{{Item
| image = Disc Fragment.png
| renewable = No
| stackable = Yes (64)
}}

A '''disc fragment''' is a [[music disc]] fragment obtained from [[ancient city]] loot chests. Nine fragments can be combined in a [[Crafting Table|crafting table]] to make a music disc named "5".

== Obtaining ==
=== Chest loot ===
{{LootChestItem|disc-fragment-5}}

== Usage ==
=== Crafting ingredient ===
{{crafting usage|Disc Fragment 5}}
== Data values ==
=== ID ===
{{ID table
|edition=java<!--
|showitemtags=y-->
|showforms=y
|firstcolumnname=Track
|generatetranslationkeys=y
|displayname=Samuel Åberg - 5
|spritename=disc-fragment-5
|spritetype=item
|nameid=disc_fragment_5<!--
|itemtags=-->
|form=item
|foot=y}}

== History ==
{{History|java}}
{{History||1.19|snap=22w16a|[[File:Disc Fragment.png|32px]] Added disc fragments.}}
{{History|bedrock}}
{{History||1.19.0|snap=beta 1.19.0.28|[[File:Disc Fragment.png|32px]] Added disc fragments.}}
{{History|foot}}

== Issues ==
{{Issue list}}

==Gallery==
<gallery>
9 to 5.jpg|9 fragments of the 5 music disc.
</gallery>

==See also==
* {{EnvLink|Music}}
* {{ItemLink|Music Disc}}

{{Items}}

[[de:Plattenbruchstück]]
[[es:Fragmento de disco]]
[[fr:Fragment de disque]]
[[ja:レコードの破片]]
[[pl:Fragment płyty]]
[[pt:Fragmento de disco]]
[[ru:Фрагмент пластинки 5]]
[[uk:Фрагмент платівки]]
[[zh:唱片残片]]
[[Category:Non-renewable resources]]</li><li>[[Sugar|Sugar]]<br/>{{Item
| image = Sugar.png
| renewable = Yes
| stackable = Yes (64)
}}
'''Sugar''' is a [[food]] ingredient and [[brewing]] ingredient made from [[sugar canes]].

== Obtaining ==

=== Mob loot ===

[[Witch]]es have a chance of dropping 0–2 sugar upon death. This is increased by 1 per level of [[Looting]], for a maximum of 0–5 sugar.

=== Crafting ===
{{Crafting
 |head= 1
 |Sugar Cane
 |Output= Sugar
 |type= Material

}}
{{Crafting
 |Honey Bottle
 |Output= Sugar, 3
 |type= Material
 |foot= 1
}}

=== Compound creation ===

Sugar can be created from its base [[element]]s, using the [[compound creator]].{{only|bedrock|education}}

{| class="wikitable"
!Name
!Elements
!Example recipe
|- <!-- Temporarily using crafting grid as a substitute for the compound creator (template not yet available), since the layout is the same, even if the appearance is different -->
!Sugar
|6 Carbon<br>12 Hydrogen<br>6 Oxygen
|{{Crafting Table
|shapeless= 1
|A2=Carbon,6 |B2=Hydrogen,12 |C2=Oxygen,6
|Output=Sugar}}
|}

== Usage ==

=== Crafting ingredient ===

{{crafting usage}}

=== Brewing ingredient ===

{{Brewing
  |head=1
  |Sugar
  |Mundane Potion
  |base=Water Bottle
}}
{{brewing
  |foot=1
  |showname=1
  |Sugar
  |Potion of Swiftness
}}

=== Horses ===

Sugar can be fed to [[horse]]s to heal {{hp|1}}, speed growth by 30 seconds, and increase taming probability by 3%.

== Achievements ==
{{load achievements|The Lie}}

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

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|notshowbeitemforms=y
|shownumericids=y
|showforms=y
|generatetranslationkeys=y
|displayname=Sugar
|spritetype=item
|nameid=sugar
|id=416
|form=item
|foot=1}}

== Video ==

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

== History ==

{{History|java beta}}
{{History||1.2|[[File:Sugar JE1 BE1.png|32px]] Sugar has been introduced as an ingredient for [[cake]].}}
{{History|java}}
{{History||1.0.0|snap=Beta 1.9 Prerelease 2|Sugar is now used to craft [[fermented spider eye]]s.}}
{{History|||snap=Beta 1.9 Prerelease 3|Sugar can now be [[brewing|brewed]] in a [[water bottle]] to create a [[Mundane Potion]], or in an [[Awkward Potion]] to create a [[Potion of Swiftness]].}}
{{History||1.4.2|snap=12w37a|Sugar is now used to make [[pumpkin pie]].}}
{{History|||snap=12w38b|[[Witch]]es can now [[drops|drop]] sugar.}}
{{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 353.}}
{{History||1.14|snap=18w43a|[[File:Sugar JE2 BE2.png|32px]] The texture of sugar has been changed.}}
{{History||1.15|snap=19w34a|Sugar can now can be created using 1 [[honey bottle]].}}

{{History|pocket alpha}}
{{History||v0.2.0|[[File:Sugar JE1 BE1.png|32px]] Added sugar. It is currently unobtainable and serves no purpose.}}
{{History||v0.3.0|Sugar is now [[craft]]able using [[sugar cane]].}}
{{History||v0.7.0|Sugar is now used to craft [[cake]].}}
{{History||v0.8.0|snap=build 1|Sugar is now used to craft [[pumpkin pie]].}}
{{History||v0.12.1|snap=build 1|Sugar has been added to the [[creative]] [[inventory]].|Sugar is now used to craft [[fermented spider eye]]s.
|Sugar can now be used for [[brewing]], to get mundane [[potion]]s and potions of [[Swiftness]].}}
{{History||v0.14.0|snap=build 1|Added [[witch]]es, which can [[drops|drop]] sugar upon [[death]].}}
{{History||v0.15.0|snap=build 1|Sugar can now be used to feed [[horse]]s, which can increase their temper, heal them, and speed up the growth of foals.}}
{{History|bedrock}}
{{History||1.4.0|snap=beta 1.2.20.1|Sugar can now be created using 6 Carbon, 12 Hydrogen, and 6 Oxygen in the [[compound creator]].}}
{{History||1.10.0|snap=beta 1.10.0.3|[[File:Sugar JE2 BE2.png|32px]] The texture of sugar has been changed.}}
{{History||1.14.0|snap=beta 1.14.0.1|Sugar can now be created using 1 [[honey bottle]].}}

{{History|console}}
{{History||xbox=TU1|xbone=CU1|ps=1.0|wiiu=Patch 1|switch=1.0.1|[[File:Sugar JE1 BE1.png|32px]] Added sugar.
|Sugar is used to craft [[cake]].}}
{{History||xbox=TU7|Sugar is now used to craft [[fermented spider eye]]s.|Sugar can now be [[brewing|brewed]] in a [[water bottle]] to create a [[Mundane Potion]], or in an [[Awkward Potion]] to create a [[Potion of Swiftness]].}}
{{History||xbox=TU14|ps=1.04|Sugar is now used to make [[pumpkin pie]].}}
{{History||xbox=TU19|xbone=CU7|ps=1.12|wiiu=Patch 1|switch=1.0.1|[[Witch]]es can now [[drops|drop]] sugar.}}
{{History||xbox=none|xbone=none|ps=1.90|wiiu=none|switch=none|[[File:Sugar JE2 BE2.png|32px]] The texture of sugar has been changed.}}

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

== Issues ==
{{issue list}}

== External Links ==
*[https://www.minecraft.net/en-us/article/taking-inventory--sugar Taking Inventory: Sugar] – Minecraft.net on January 27, 2022

{{Items}}

[[cs:Cukr]]
[[de:Zucker]]
[[es:Azúcar]]
[[fr:Sucre]]
[[hu:Cukor]]
[[it:Zucchero]]
[[ja:砂糖]]
[[ko:설탕]]
[[nl:Suiker]]
[[pl:Cukier]]
[[pt:Açúcar]]
[[ru:Сахар]]
[[th:น้ำตาล]]
[[uk:Цукор]]
[[zh:糖]]
[[Category:Renewable resources]]
[[Category:Brewing recipe]]</li></ul>
alpha 1.0.5.0Added /effect.
alpha 1.0.5.3The amplifier on /effect can no longer have negative values.
Bedrock Edition
?Max value for <seconds> argument was changed to 32 bit integer limit, although gives effect only at 2040109465 or below.
1.16.200
{{Extension DPL}}<ul><li>[[Drinks|Drinks]]<br/>[[File:Drinking Steve.png|150px|right]] [[File:Drinking Alex.png|150px|right]]

'''Drinks''' are a narrow class of consumable [[item]]s that can be ingested by the [[player]] in an extremely similar manner to [[food]]. However, drinks are not encountered quite as commonly as food is, and they are not nearly as integral to Survival gameplay. Drinks can generally be distinguished from food by the sounds they make upon consumption, the lack of [[particles]] they emit, and the fact that they leave an empty container item in the [[inventory]] after consumption. Drinks do not affect [[hunger]] or saturation values upon use (with the exception of [[honey bottle]]s), and do not need those values to be depleted in order to be consumed.

Drinks are drunk by holding {{control|use item}} while having the drink item selected in the hotbar or in the off hand.

== Drinks ==

{{/table}}

== History ==
{{main|Milk#History|Potion#History|Honey Bottle#History}}
{{History|java alpha}}
{{History||v1.0.11|[[File:Milk Bucket JE1 BE1.png|32px]] Added milk.}}
{{History|java}}
{{History||1.0.0|snap=Beta 1.9 Prerelease 3|Added water bottles and potions.}}
{{History||1.15|snap=19w34a|[[File:Honey Bottle JE1.png|32px]] Added honey bottles.}}

{{History|pocket alpha}}
{{History||v0.7.0|[[File:Milk Bucket JE1 BE1.png|32px]] Added milk buckets.}} 
{{History||v0.12.1|snap=build 1|Added water bottles and potions.}}
{{History|bedrock}}
{{History||1.14.0|snap=beta 1.14.0.1|[[File:Honey Bottle BE1.png|32px]] Added honey bottles.}} 
{{History|foot}}
{{Items}}

[[ja:飲み物]]
[[pt:Bebidas]]
[[Category:Food]]</li><li>[[Slimeball|Slimeball]]<br/>{{about|the item|the mob|Slime|the block constructed with slimeballs|Slime Block|other uses|Slime (disambiguation)}}
{{Item
| image = Slimeball.png
| renewable = Yes
| stackable = Yes (64)
}}

A '''slimeball''' is a [[crafting]] ingredient commonly dropped by [[slime]]s, and can be sneezed out by [[panda]]s.

== Obtaining ==

=== Mob loot ===

==== Slimes ====
{{see also|Tutorials/Slime farming}}

If a [[slime]]'s size is 1, it drops 0–2 slimeballs when killed. The maximum number of slimeballs is increased by 1 per level of [[Looting]], for a maximum of 5 slimeballs with Looting III.

==== Pandas ====

Baby [[panda]]s have a {{frac|1|700}} chance of [[drop]]ping one slimeball when sneezing.

=== Crafting ===

{{Crafting
  |Slime Block
  |Output= Slimeball,9
  |type= Miscellaneous
}}

=== Trading ===

[[Wandering trader]]s sometimes offer to sell a slimeball for 4 [[emerald]]s.

== Usage ==

=== Crafting ingredient ===

{{crafting usage}}

=== Breeding ===

Slimeballs can be used to breed [[frog]]s and reduce the remaining growth duration of [[tadpole]]s by 10%. Both also follow a player holding a slimeball.

==Video==
{{Video note|This video is outdated, as slimeballs can now also be used to craft [[lead]]s and [[slime block]]s, breed [[frog]]s, and can now be obtained from baby [[panda]]s and [[wandering trader]]s.}}
{{yt|J6oR3fdbbjY}}

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

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Slimeball
|spritetype=item
|nameid=slime_ball
|id=388
|form=item
|foot=1}}

==History==

{{History|java alpha}}
{{History||v1.0.11|[[File:Slimeball JE1 BE1.png|32px]] Added slimeballs, which are dropped from [[slime]]s. At the moment, they serve no purpose.}}
{{History|java beta}}
{{History||1.7|Slimeballs are now used to craft [[sticky piston]]s.}}
{{History|java}}
{{History||1.0.0|snap=Beta 1.9 Prerelease 2|Slimeballs are used to craft [[magma cream]].}}
{{History||1.6.1|snap=13w18a|[[Lead]]s, which were originally implemented in the [[13w16a]] snapshot, now have a [[crafting]] recipe that includes slimeballs.}}
{{History||1.8|snap=14w02a|Nine slimeballs are now used to [[crafting|craft]] a [[slime block]]. Slime blocks also act as storage [[block]]s, being able to craft back into 9 slimeballs.}}
{{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 341.}}
{{History||1.14|snap=18w43a|[[File:Slimeball JE2 BE2.png|32px]] The texture of slimeballs has been changed.
|Slimeballs can now be obtained when a [[panda|baby panda]] sneezes.}}
{{History|||snap=19w05a|Slimeballs can now be bought from [[wandering trader]]s.}}
{{History||1.19|snap=22w11a|Slimeballs can now be used to breed [[frog]]s.}}

{{History|pocket alpha}}
{{History||v0.9.0|snap=build 1|[[File:Slimeball JE1 BE1.png|32px]] Added slimeballs. They are currently unobtainable and serve no purpose.}}
{{History||v0.12.1|snap=build 1|Added slimeballs to the [[creative]] [[inventory]].
|Slimeballs can now be obtained by killing [[slime]]s.
|Slimeballs are now used to craft [[magma cream]].}}
{{History||v0.14.0|snap=build 1|Slimeballs are now used to craft [[slime block]]s.}}
{{History||v0.15.0|snap=build 1|Slimeballs are now used to craft [[sticky piston]]s and [[lead]]s.}}
{{History|bedrock}}
{{History||1.8.0|snap=beta 1.8.0.8|Slimeballs can now be obtained when a [[panda|baby panda]] sneezes.}}
{{History||1.10.0|snap=beta 1.10.0.3|[[File:Slimeball JE2 BE2.png|32px]] The texture of slimeballs has been changed.
|Slimeballs can now be obtained via [[trading]] with [[wandering trader]]s.}}

{{History|console}}
{{History||xbox=TU1|xbone=CU1|ps=1.0|wiiu=Patch 1|switch=1.0.1|[[File:Slimeball JE1 BE1.png|32px]] Added slimeballs.}}
{{History||xbox=TU3|Slimeballs are now used to craft [[sticky piston]]s.}}
{{History||xbox=TU5|Slimeballs are found in the Miscellaneous tab in the [[Creative inventory]].}}
{{History||xbox=TU9|Moved slimeballs to the Materials tab in the Creative inventory.}}
{{History||xbox=none|xbone=none|ps=1.83|wiiu=none|switch=none|Slimeballs can now be obtained when a [[panda|baby panda]] sneezes.}}
{{History||xbox=none|xbone=none|ps=1.90|wiiu=none|switch=none|[[File:Slimeball JE2 BE2.png|32px]] The texture of slimeballs has been changed.}}

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

==Issues ==
{{issue list}}

== External Links ==
*[https://www.minecraft.net/en-us/article/taking-inventory--slimeball Taking Inventory: Slimeball] – Minecraft.net on June 24, 2021

{{Items}}

[[Category:Renewable resources]]

[[cs:Sliz]]
[[de:Schleimball]]
[[es:Bola de slime]]
[[fr:Boule de Slime]]
[[hu:Nyálkagolyó]]
[[it:Palla di slime]]
[[ja:スライムボール]]
[[ko:슬라임볼]]
[[nl:Slijmbal]]
[[pl:Kula szlamu]]
[[pt:Bola de slime]]
[[ru:Слизь]]
[[th:ลูกเมือก]]
[[uk:Слизова кулька]]
[[zh:黏液球]]</li></ul>
beta 1.16.200.52Duration is now capped at 1,000,000 seconds .

References[]

  1. MC-1541 — "Beacon effect removes potion effect of the same type" — resolved as "Fixed".
Advertisement