Minecraft Wiki
Register
Advertisement
This article is about the act of breaking blocks. For items breaking due to low durability, see durability.
PunchTrees-GetWood

A player mines a tree and obtains a log.

Breaking, digging, punching, or mining is a common activity in Minecraft, performed (by default) by holding the left mouse button or right trigger while the cursor is pointing at a block, or by long-pressing on the block on touch screens. Breaking is the primary way to remove unwanted blocks and acquiring blocks for future placement or crafting.

Basics of breaking[]

By holding down the destroy button while the player is within range of the target block and while selecting the block, the player's hand begins swinging, making a repetitive "thump" sound as the player hits the block, and cracks appear on it while being broken.

In Java Edition, this range is 5 blocks in Creative mode, and 4.5 blocks otherwise. In Bedrock Edition, the range is 5 blocks when using a keyboard/mouse or controller input, and when using touch input, the range is 12 blocks in Creative mode and 6 blocks otherwise.

Blocks are marked with a wireframe cube outline (or turn a little brighter on touch screens), making the current target easily visible (this can be toggled on and off in Pocket Edition). After the cracks completely cover the block, it breaks and depending on the type of block and the tool used to do so, it may drop an item.

Although many blocks can be harvested with bare hands, certain ones require the use of a tool. In particular, to obtain resources from stone or metal-type blocks, the player must use a pickaxe. For harder blocks like iron ore or obsidian, a pickaxe made from a higher-tier material is required.

The player can use shovels, axes and hoes to speed up the breaking of dirt, wood, and plant-type blocks, respectively. However, tools are not required to get the resource drop. A downside to this is that tools also have durability, so they eventually wear out.

If the tool has the blue Unbreakable tag under its enchantment and name, it will never break. In Java Edition, one can be acquired using the command /give: /give @s diamond_pickaxe{Unbreakable:1b}

The progress for breaking a block is reset if the target block changes while breaking. Progress is also reset whenever the breaking control is released. The player can move freely while breaking blocks. The player can even dig while jumping, swimming, or riding, although this reduces the breaking speed.

In Survival mode, however, some blocks are unbreakable, like bedrock, and in Adventure mode all blocks are unbreakable unless the player has a item/tool with the can_destroy NBT tag. In Spectator mode a player can't break blocks in any way, and in Creative mode all blocks are breakable unless the player is holding a sword, trident, or debug stick.

Speed[]

The player's digging speed is controlled by three factors: the block being broken, the item the player is currently wielding, and the mining penalties affecting the player. Every block has a hardness value, which determines the base amount of breaking time if the player hits it with their bare hands.

The base time in seconds is the block's hardness multiplied by 1.5 if the player can harvest the block with the current tool, or 5 if the player cannot.

Assuming that the player can harvest the block, the next check is whether the player's tool increases the breaking speed for the block. See Best tools for a full list.

If the tool helps, then it increases digging speed by a constant multiplier, given in the following table:

Material Nothing Wood Stone Iron Diamond Netherite Gold Shears Sword Efficiency Haste
Tool Speed 1 2 4 6 8 9 12 2 (1 on vines and glow lichen, 5 on wool, 15 on cobwebs and leaves) 1.5 (15 on cobwebs) additional (1+level2) when using the proper tool additional (20×level)% per level of Haste

If a proper tool is used, the tool speed is further increased by the Efficiency enchantment. If the level of Efficiency is not 0, then the level squared plus 1 is added to the tool speed. For example, Efficiency I adds 2 to the value, while Efficiency V adds 26. The speed is also increased by (20×level)% per level of Haste, while Mining Fatigue decreases it by 70% for level I, 91% for level II, 97.3% for level III, and 99.19% for all other levels.

If the player's head is underwater and they are not wearing a helmet with the Aqua Affinity enchantment, breaking a block takes 5 times as long. If the player's feet are not touching the ground, an additional 5x penalty is added; this causes players floating in water to break blocks 25x slower than if they had been standing on land.

The total time to break a block is always a multiple of 120 of a second, or 1 game tick; any remainder is rounded up to the next tick.

Instant breaking[]

Main article: Instant mining

When breaking a block, a tool and its enchantments do its speed value as "damage" to a block every game tick, and when that value exceeds the block's hardness times 30, the block breaks. If the tool and enchantments immediately exceed the hardness times 30, the block breaks with no delay; otherwise a 6 tick (310 second) delay occurs before the next block begins to break.

For example, a player with Haste II holding an Efficiency V diamond (or netherite) pickaxe can break stone instantly, as the damage is (8+26(1+0.4)=47.6, which is greater than the base hardness of stone (1.5) times 30 (which is 45). Players in creative mode always break blocks instantly regardless of tools or status effects, except for when wielding a sword, debug stick or a trident, in which case the player is unable to break anything.

Calculation[]

Combining all of the information above yields the following pseudo-code to calculate how long in seconds a player takes to mine a certain block. All operations are floating-point, not integer.

if (isBestTool):
  speedMultiplier = toolMultiplier

  if (not canHarvest):
    speedMultiplier = 1

  else if (toolEfficiency):
    speedMultiplier += efficiencyLevel ^ 2 + 1


if (hasteEffect):
  speedMultiplier *= 0.2 * hasteLevel + 1

if (miningFatigue):
  speedMultiplier *= 0.3 ^ min(miningFatigueLevel, 4)

if (inWater and not hasAquaAffinity):
  speedMultiplier /= 5

if (not onGround):
  speedMultiplier /= 5

damage = speedMultiplier / blockHardness

if (canHarvest):
  damage /= 30
else:
  damage /= 100

# Instant breaking
if (damage > 1):
  return 0

ticks = roundup(1 / damage)

seconds = ticks / 20

return seconds

Best tools[]

Clock JE3
This article needs to be updated. 
Please update this page to reflect recent updates or newly available information.

Fastest tools to mine specific blocks:

Tool Material Blocks Notes
Bucket Liquid Not actually mined
Snow Can only be obtained with a bucket.
Axe Plants Shears are required to collect vines and glow lichen. Silk touch is required for whole melons without crafting, bee nests, and giant mushroom blocks.
Wood Bookshelves, campfires, soul campfires, and chiseled bookshelves require Silk Touch to drop as an item.
Pickaxe
Ice Ice, packed ice and blue ice require Silk Touch to drop as an item.
Metal I Pickaxe is required to collect a block.
Metal II Stone, iron, diamond, or netherite pickaxe is required to collect a block.
Metal III Iron, diamond, or netherite pickaxe is required to collect a block.
Metal IV Diamond or netherite pickaxe is required to collect a block.
Piston
Other Shulker boxes and conduits can be collected without a tool, but pickaxes mine faster.
Chemistry equipment ‌[BE & edu only] All these blocks, except lab table, can be mined without a pickaxe, but it takes a long time.
Rail
Rock I Pickaxe is required to collect a block, except for buttons, packed mud, and pointed dripstone.
Mining a monster spawner with a pickaxe drops 15-43 experience, but the monster spawner itself does not drop, even with Silk Touch.
Budding amethyst cannot be collected, even with Silk Touch.
For amethyst buds, amethyst clusters, ender chests, coral blocks, coal ore, deepslate coal ore, nether quartz ore, nether gold ore, deepslate, and stone to drop themselves, they must be mined with a pickaxe enchanted with Silk Touch.
Gilded blackstone has a chance to drop golden nuggets.
Rock II Stone, iron, diamond, or netherite pickaxe is required to collect a block.
For the copper ore, deepslate copper ore, lapis lazuli ore, deepslate lapis lazuli ore, iron ore, and deepslate iron ore, Silk Touch is needed to collect the blocks themselves, or they drop their respective minerals.
Rock III Iron, diamond, or netherite pickaxe is required to obtain drops. With the exception of the block of raw gold, a Silk Touch pickaxe is required to collect the ores themselves, or they drop their respective minerals.
Rock IV Diamond or netherite pickaxe is required to collect a block. For glowing obsidian, Silk Touch is needed to collect the block, or it drops regular obsidian.
Shears Leaves Shears or any Silk Touch-enchanted tools are required to collect leaves.
Leaves drop their alternative items if any other tool is used.
Web Can also be washed away by water.
Sword or water is required to collect string. Shears or Silk Touch enchantment are required to collect cobweb.
Wool
Shovel Ground Silk Touch-enchanted tools are required to collect clay, grass blocks, mycelium and podzol; otherwise it drops 4 clayball for clay and dirt for the rest. Silk Touch-enchanted tools are also required to collect dirt path blocks, otherwise it drops dirt.‌[BE & edu only]Dirt path always drop dirt in Java Edition, even with Slik Touch-enchanted tools.
Farmland always drop dirt when mined, even with Silk Touch.
Suspicious sand and suspicious gravel cannot be obtained in survival, even with Silk Touch.
Snow Shovel is required to collect snowballs from snow-type blocks. Silk Touch-enchanted shovels are required to collect snow, otherwise it drops snowballs.‌[JE only]
Snow always drop snowballs in Bedrock Edition, even with Slik Touch-enchanted tools.
Silk Touch-enchanted tools are required to obtain snow blocks, otherwise it drops snowballs.
Sword Web Can also be washed away by water.
Sword or water is required to collect string. Shears or Silk Touch enchantment are required to collect cobweb.
Plants
Other Infested blocks cannot be obtained in Survival, even with Silk Touch.
Hoe "Plants" Shears or any Silk Touch enchanted tool are required to collect leaves.
Silk Touch is required to mine sculk-related blocks, or they drop experience. Sculk veins drop no experience.
Any (all tools are equally efficient) Circuits Can also be washed away by water.
Glass For glass, glass panes, glowstones, sea lanterns, stained glass and stained glass panes to drop themselves, they must be mined with a tool enchanted with Silk Touch.
Other Carpet can also be washed away by water.
Dragon eggs cannot be mined directly because hitting it causes it to teleport. Mining is possible only if its entire teleportation radius is filled with blocks.
Turtle eggs must be mined with Silk Touch.
Frosted ice never drops as an item, even with Silk Touch.
Cake cannot be obtained after being placed, even with Silk Touch.
Plants In Adventure mode, the sand block underneath the cactus is required to be broken with a shovel for the Cactus to be broken.
Any (instantly breaks; doesn't damage tools) Circuits These blocks can also be washed away by water‌[Java Edition only].
Breaking tripwire without shears causes the mechanism to turn on and off quickly.
Other Flower Pots, torches, soul torches, colored torches, underwater torches, and frogspawn can be washed out by water.
Infested blocks and frogspawn cannot be obtained in Survival, even with Silk Touch.
Decorated pots drop their respective sherds and bricks when mined with a tool not enchanted with Silk Touch, but not by any other method.
Fire and soul fire are technical blocks, and cannot be obtained in the inventory at all.
Plants These blocks, except sugar cane, mangrove propagules, kelp, seagrass, tall seagrass, sea pickles, and non-solid coral blocks, can be washed out by water.
Ferns, large ferns, grass and tall grass must be mined with shears; or they randomly drop seeds. Seagrass drop nothing when mined without shears. Tall grass, tall seagrass, and large ferns drop two of their respective plant when mined with shears.
Dead bushes must be mined with shears to drop themselves; if anything else is used, only sticks drop.
Hanging roots can only be obtained with Silk touch‌[Bedrock Edition only] or shears.
Nether sprout can only be obtained with shears.
Twisting vines and weeping vines have a 2/3 chance to drop nothing if mined without Silk Touch, shears, or Fortune.
Wheat, carrots, potatoes, beetroot, melon stem, and pumpkin stem are technical blocks, and cannot be obtained in the inventory at all.
None (unbreakable) Commands only Invisible Bedrock is simply targeted through like air and liquids. Light blocks are also targeted through if a light block is not held.
Other Nether Portal can be broken by placing water or lava in place of it. Air, bubble column, cave air, end gateway, end portal, nether portal, and void air are technical blocks, and cannot be obtained in the inventory at all.

Blocks by hardness[]

The following table shows the time it takes to break each type of block. Values with a red background indicate that it cannot be harvested by that quality of tool. If there is no tool that helps speed up mining that block, the "tool" column is left empty. A few blocks are harvested faster with shears or a sword. These speeds are listed in the last two columns if different than "nothing".

Note that some blocks don't drop anything even when mined with the proper tool; these are marked with a yellow background.

Any blocks with a breaking time of 0.05 seconds or less can be broken without the 310 second (or 6 ticks) delay that occurs between each broken block. See instant breaking above.

Any block that has a hardness of infinity ∞ actually has a hardness of -1. However, the breaking ticks start from 0, which means that effectively it can never break.

[edit values]

Block Hardness Tool Breaking time[A]
Default Wooden Stone Iron Diamond Netherite Golden Shears Sword
client_request_placeholder_block ? ? ? ? ? ? ? ? ? ?
Bubble Column ? ? ? ? ? ? ? ? ? ?
Cave Air ? ? ? ? ? ? ? ? ? ?
Void Air ? ? ? ? ? ? ? ? ? ?
Moving Piston ? ? ? ? ? ? ? ? ? ?
Allow
Deny
Barrier
Bedrock
Border
Command Block
Chain Command Block
Repeating Command Block
End Gateway
End Portal
End Portal Frame
Invisible Bedrock
Jigsaw Block
Light Block
Nether Portal
Structure Block
Lava[note 1] 100 150
Water[note 1] 100 150
Reinforced Deepslate 55 82.5
Block of Netherite 50 250 125 62.5 41.7 9.4 8.35 20.85
Crying Obsidian 50 250 125 62.5 41.7 9.4 8.35 20.85
Glowing Obsidian 50 250 125 62.5 41.7 9.4 8.35 20.85
Obsidian 50 250 125 62.5 41.7 9.4 8.35 20.85
Respawn Anchor 50 250 125 62.5 41.7 9.4 8.35 20.85
Ancient Debris 30 150 75 37.5 25 5.65 5 12.5
Ender Chest 22.5 112.5 16.9 8.45 5.65 4.25 3.75 2.85
Hardened Glass 10 15
Hardened Glass Pane 10 15
Anvil 5 25 3.75 1.9 1.25 0.95 0.85 0.65
Bell 5 25 3.75 1.9 1.25 0.95 0.85 0.65
Block of Coal 5 25 3.75 1.9 1.25 0.95 0.85 0.65
Block of Diamond 5 25 12.5 6.25 1.25 0.95 0.85 2.1
Block of Emerald 5 25 12.5 6.25 1.25 0.95 0.85 2.1
Block of Iron 5 25 12.5 1.9 1.25 0.95 0.85 2.1
Block of Redstone 5 25 3.75 1.9 1.25 0.95 0.85 0.65
Block of Raw Copper 5 25 12.5 1.9 1.25 0.95 0.85 2.1
Block of Raw Gold 5 25 12.5 6.25 1.25 0.95 0.85 2.1
Block of Raw Iron 5 25 12.5 1.9 1.25 0.95 0.85 2.1
Chain 5 25 3.75 1.9 1.25 0.95 0.85 0.65
Enchantment Table 5 25 3.75 1.9 1.25 0.95 0.85 0.65
Iron Bars 5 25 3.75 1.9 1.25 0.95 0.85 0.65
Iron Door 5 25 3.75 1.9 1.25 0.95 0.85 0.65
Iron Trapdoor 5 25 3.75 1.9 1.25 0.95 0.85 0.65
Monster Spawner 5 25 3.75 1.9 1.25 0.95 0.85 0.65
Deepslate Diamond Ore 4.5 22.5 11.25 5.65 1.15 0.85 0.75 1.9
Deepslate Gold Ore 4.5 22.5 11.25 5.65 1.15 0.85 0.75 1.9
Deepslate Iron Ore 4.5 22.5 11.25 1.7 1.15 0.85 0.75 1.9
Deepslate Lapis Lazuli Ore 4.5 22.5 11.25 1.7 1.15 0.85 0.75 1.9
Deepslate Redstone Ore 4.5 22.5 11.25 5.65 1.15 0.85 0.75 1.9
Cobweb 4 20 0.4 0.4
Blast Furnace 3.5 17.5 2.65 1.35 0.9 0.7 0.6 0.45
Dispenser 3.5 17.5 2.65 1.35 0.9 0.7 0.6 0.45
Dropper 3.5 17.5 2.65 1.35 0.9 0.7 0.6 0.45
Furnace 3.5 17.5 2.65 1.35 0.9 0.7 0.6 0.45
Lantern 3.5 17.5 2.65 1.35 0.9 0.7 0.6 0.45
Stonecutter 3.5 17.5 2.65 1.35 0.9 0.7 0.6 0.45
Smoker 3.5 17.5 2.65 1.35 0.9 0.7 0.6 0.45
Lodestone 3.5 17.5 2.65 1.35 0.9 0.7 0.6 0.45
Cobbled Deepslate 3.5 17.5 2.65 1.35 0.9 0.7 0.6 0.45
Deepslate Bricks 3.5 17.5 2.65 1.35 0.9 0.7 0.6 0.45
Deepslate Tiles 3.5 17.5 2.65 1.35 0.9 0.7 0.6 0.45
Polished Deepslate 3.5 17.5 2.65 1.35 0.9 0.7 0.6 0.45
Chiseled Deepslate 3.5 17.5 2.65 1.35 0.9 0.7 0.6 0.45
Beacon 3 4.5
Block of Gold 3 15 7.5 3.75 0.75 0.6 0.5 1.25
Block of Lapis Lazuli 3 15 7.5 1.15 0.75 0.6 0.5 1.25
Coal Ore 3 15 2.25 1.15 0.75 0.6 0.5 0.4
Copper Blocks 3 15 7.5 1.15 0.75 0.6 0.5 1.25
Copper Ore 3 15 7.5 1.15 0.75 0.6 0.5 1.25
Cut Copper 3 15 7.5 1.15 0.75 0.6 0.5 1.25
Cut Copper Slabs 3 15 7.5 1.15 0.75 0.6 0.5 1.25
Cut Copper Stairs 3 15 7.5 1.15 0.75 0.6 0.5 1.25
Dragon Egg[note 2] 3 4.5
Deepslate 3 15 2.25 1.15 0.75 0.6 0.5 0.4
Diamond Ore 3 15 7.5 3.75 0.75 0.6 0.5 1.25
Emerald Ore 3 15 7.5 3.75 0.75 0.6 0.5 1.25
End Stone 3 15 2.25 1.15 0.75 0.6 0.5 0.4
Gold Ore 3 15 7.5 3.75 0.75 0.6 0.5 1.25
Hopper 3 15 2.25 1.15 0.75 0.6 0.5 0.4
Iron Ore 3 15 7.5 1.15 0.75 0.6 0.5 1.25
Lapis Lazuli Ore 3 15 7.5 1.15 0.75 0.6 0.5 1.25
Lightning Rod 3 15 7.5 1.15 0.75 0.6 0.5 1.25
Nether Quartz Ore 3 15 2.25 1.15 0.75 0.6 0.5 0.4
Observer 3 15 2.25 1.15 0.75 0.6 0.5 0.4
Sculk Catalyst 3 4.5 2.25 1.15 0.75 0.6 0.5 0.4
Sculk Shrieker 3 4.5 2.25 1.15 0.75 0.6 0.5 0.4
Redstone Ore 3 15 7.5 3.75 0.75 0.6 0.5 1.25
Wooden Trapdoors 3 4.5 2.25 1.15 0.75 0.6 0.5 0.4
Wooden Doors 3 4.5 2.25 1.15 0.75 0.6 0.5 0.4
Nether Gold Ore 3 15 2.25 1.15 0.75 0.6 0.5 0.4
Conduit 3 4.5 2.25 1.15 0.75 0.6 0.5 0.4
Chalkboard ? ? ? ? ? ? ? ? ? ?
Nether Reactor Core ? ? ? ? ? ? ? ? ? ?
USB Charger Block[note 3] 3 15 2.25 1.15 0.75 0.6 0.5 0.4
Blue Ice 2.8 14 2.1 1.05 0.7 0.55 0.5 0.35
Chest 2.5 3.75 1.9 0.95 0.65 0.5 0.45 0.35
Compound Creator[note 4] 2.5 12.5 1.9 0.95 0.65 0.5 0.45 0.35
Crafting Table 2.5 3.75 1.9 0.95 0.65 0.5 0.45 0.35
Cartography Table 2.5 3.75 1.9 0.95 0.65 0.5 0.45 0.35
Lectern 2.5 3.75 1.9 0.95 0.65 0.5 0.45 0.35
Fletching Table 2.5 3.75 1.9 0.95 0.65 0.5 0.45 0.35
Smithing Table 2.5 3.75 1.9 0.95 0.65 0.5 0.45 0.35
Loom 2.5 3.75 1.9 0.95 0.65 0.5 0.45 0.35
Barrel 2.5 3.75 1.9 0.95 0.65 0.5 0.45 0.35
Element Constructor[note 4] 2.5 12.5 1.9 0.95 0.65 0.5 0.45 0.35
Heat Block 2.5 12.5 1.9 0.95 0.65 0.5 0.45 0.35
Lab Table 2.5 12.5 1.9 0.95 0.65 0.5 0.45 0.35
Material Reducer[note 4] 2.5 12.5 1.9 0.95 0.65 0.5 0.45 0.35
Trapped Chest 2.5 3.75 1.9 0.95 0.65 0.5 0.45 0.35
Bamboo Mosaic 2 3 1.5 0.75 0.5 0.4 0.35 0.25
Block of Bamboo 2 3 1.5 0.75 0.5 0.4 0.35 0.25
Bone Block 2 10 1.5 0.75 0.5 0.4 0.35 0.25
Brick Stairs 2 10 1.5 0.75 0.5 0.4 0.35 0.25
Bricks 2 10 1.5 0.75 0.5 0.4 0.35 0.25
Cauldron 2 10 1.5 0.75 0.5 0.4 0.35 0.25
Cobblestone 2 10 1.5 0.75 0.5 0.4 0.35 0.25
Cobblestone Slab 2 10 1.5 0.75 0.5 0.4 0.35 0.25
Cobblestone Stairs 2 10 1.5 0.75 0.5 0.4 0.35 0.25
Cobblestone Wall 2 10 1.5 0.75 0.5 0.4 0.35 0.25
Polished Blackstone 2 10 1.5 0.75 0.5 0.4 0.35 0.25
Grindstone 2 10 1.5 0.75 0.5 0.4 0.35 0.25
Shulker Box 2 3 1.5 0.75 0.5 0.4 0.35 0.25
Smooth Stone 2 10 1.5 0.75 0.5 0.4 0.35 0.25
Fences 2 3 1.5 0.75 0.5 0.4 0.35 0.25
Fence Gates 2 3 1.5 0.75 0.5 0.4 0.35 0.25
Jukebox 2 3 1.5 0.75 0.5 0.4 0.35 0.25
Campfire 2 3 1.5 0.75 0.5 0.4 0.35 0.25
Mossy Cobblestone 2 10 1.5 0.75 0.5 0.4 0.35 0.25
Nether Bricks 2 10 1.5 0.75 0.5 0.4 0.35 0.25
Red Nether Bricks 2 10 1.5 0.75 0.5 0.4 0.35 0.25
Nether Brick Fence 2 10 1.5 0.75 0.5 0.4 0.35 0.25
Nether Brick Stairs 2 10 1.5 0.75 0.5 0.4 0.35 0.25
Stone Slabs 2 10 1.5 0.75 0.5 0.4 0.35 0.25
Logs 2 3 1.5 0.75 0.5 0.4 0.35 0.25
Stems 2 3 1.5 0.75 0.5 0.4 0.35 0.25
Planks 2 3 1.5 0.75 0.5 0.4 0.35 0.25
Purpur Slab 2 10 1.5 0.75 0.5 0.4 0.35 0.25
Smooth Stone 2 10 1.5 0.75 0.5 0.4 0.35 0.25
Wooden Slabs 2 3 1.5 0.75 0.5 0.4 0.35 0.25
Wooden Stairs 2 3 1.5 0.75 0.5 0.4 0.35 0.25
Concrete 1.8 9 1.35 0.7 0.45 0.35 0.3 0.25
Andesite 1.5 7.5 1.15 0.6 0.4 0.3 0.25 0.2
Blackstone 1.5 7.5 1.15 0.6 0.4 0.3 0.25 0.2
Block of Amethyst 1.5 7.5 1.15 0.6 0.4 0.3 0.25 0.2
Amethyst Cluster 1.5 2.25 1.15 0.6 0.4 0.3 0.25 0.2
Amethyst Bud 1.5 2.25 1.15 0.6 0.4 0.3 0.25 0.2
Budding Amethyst 1.5 7.5 1.15 0.6 0.4 0.3 0.25 0.2
Dripstone Block 1.5 7.5 1.15 0.6 0.4 0.3 0.25 0.2
Pointed Dripstone 1.5 2.25 1.15 0.6 0.4 0.3 0.25 0.2
Polished Blackstone Bricks 1.5 7.5 1.15 0.6 0.4 0.3 0.25 0.2
Gilded Blackstone 1.5 7.5 1.15 0.6 0.4 0.3 0.25 0.2
Infested Deepslate 1.5 2.25 1.15 0.6 0.4 0.3 0.25 0.2
Coral Block 1.5 2.25 1.15 0.6 0.4 0.3 0.25 0.2
Bookshelf 1.5 2.25 1.15 0.6 0.4 0.3 0.25 0.2
Chiseled Bookshelf 1.5 2.25 1.15 0.6 0.4 0.3 0.25 0.2
Dark Prismarine 1.5 7.5 1.15 0.6 0.4 0.3 0.25 0.2
Diorite 1.5 7.5 1.15 0.6 0.4 0.3 0.25 0.2
Granite 1.5 7.5 1.15 0.6 0.4 0.3 0.25 0.2
Mud Bricks 1.5 7.5 1.15 0.6 0.4 0.3 0.25 0.2
Piston 1.5 2.25 1.15 0.6 0.4 0.3 0.25 0.2
Sticky Piston 1.5 2.25 1.15 0.6 0.4 0.3 0.25 0.2
Piston Head 1.5 2.25
Prismarine 1.5 7.5 1.15 0.6 0.4 0.3 0.25 0.2
Prismarine Bricks 1.5 7.5 1.15 0.6 0.4 0.3 0.25 0.2
Sculk Sensor 1.5 2.25 1.15 0.6 0.4 0.3 0.25 0.2
Calibrated Sculk Sensor 1.5 2.25 1.15 0.6 0.4 0.3 0.25 0.2
Stone 1.5 7.5 1.15 0.6 0.4 0.3 0.25 0.2
Stone Bricks 1.5 7.5 1.15 0.6 0.4 0.3 0.25 0.2
Purpur Block 1.5 7.5 1.15 0.6 0.4 0.3 0.25 0.2
Purpur Pillar 1.5 7.5 1.15 0.6 0.4 0.3 0.25 0.2
Purpur Stairs 1.5 7.5 1.15 0.6 0.4 0.3 0.25 0.2
Stone Brick Stairs 1.5 7.5 1.15 0.6 0.4 0.3 0.25 0.2
Tuff 1.5 7.5 1.15 0.6 0.4 0.3 0.25 0.2
Glazed Terracotta 1.4 7 1.05 0.55 0.35 0.3 0.25 0.2
Terracotta 1.25 6.25 0.95 0.5 0.35 0.25 0.25 0.2
Basalt 1.25 6.25 0.95 0.5 0.35 0.25 0.25 0.2
Smooth Basalt 1.25 6.25 0.95 0.5 0.35 0.25 0.25 0.2
Bamboo 1 1.5 0.75 0.4 0.25 0.2 0.2 0.15 0.05
Banners 1 1.5 0.75 0.4 0.25 0.2 0.2 0.15
Infested Cobblestone 1 1.5 0.75 0.4 0.25 0.2 0.2 0.15
Jack o'Lantern 1 1.5 0.75 0.4 0.25 0.2 0.2 0.15 1
Melon 1 1.5 0.75 0.4 0.25 0.2 0.2 0.15 1
Mob Head 1 1.5
Packed Mud 1 1.5 0.75 0.4 0.25 0.2 0.2 0.15
Nether Wart Block 1 1.5 0.75 0.4 0.25 0.2 0.2 0.15
Polished Basalt ? ? ? ? ? ? ? ? ? ?
Pumpkin 1 1.5 0.75 0.4 0.25 0.2 0.2 0.15 1
Sign 1 1.5 0.75 0.4 0.25 0.2 0.2 0.15
Hanging Sign ? ? ? ? ? ? ? ? ? ?
Shroomlight 1 1.5 0.75 0.4 0.25 0.2 0.2 0.15
Block of Quartz 0.8 4 0.6 0.3 0.2 0.15 0.15 0.1
Note Block 0.8 1.2 0.6 0.3 0.2 0.15 0.15 0.1
Quartz Stairs 0.8 4 0.6 0.3 0.2 0.15 0.15 0.1
Red Sandstone 0.8 4 0.6 0.3 0.2 0.15 0.15 0.1
Red Sandstone Stairs 0.8 4 0.6 0.3 0.2 0.15 0.15 0.1
Sandstone 0.8 4 0.6 0.3 0.2 0.15 0.15 0.1
Sandstone Stairs 0.8 4 0.6 0.3 0.2 0.15 0.15 0.1
Wool 0.8 1.2 0.25
Calcite 0.75 3.75 0.6 0.3 0.2 0.15 0.15 0.1
Infested Stone 0.75 1.15 0.6 0.3 0.2 0.15 0.15 0.1
Infested Stone Bricks 0.75 1.15 0.6 0.3 0.2 0.15 0.15 0.1
Mangrove Roots 0.7 1.05 0.55 0.3 0.2 0.15 0.15 0.1
Muddy Mangrove Roots 0.7 1.05 0.55 0.3 0.2 0.15 0.15 0.1
Rail 0.7 1.05 0.55 0.3 0.2 0.15 0.15 0.1
Activator Rail 0.7 1.05 0.55 0.3 0.2 0.15 0.15 0.1
Detector Rail 0.7 1.05 0.55 0.3 0.2 0.15 0.15 0.1
Powered Rail 0.7 1.05 0.55 0.3 0.2 0.15 0.15 0.1
Dirt Path 0.65 1 0.5 0.25 0.2 0.15 0.15 0.1
Beehive 0.6 0.9 0.45 0.25 0.15 0.15 0.1 0.1
Clay 0.6 0.9 0.45 0.25 0.15 0.15 0.1 0.1
Composter 0.6 0.9 0.45 0.25 0.15 0.15 0.1 0.1
Farmland 0.6 0.9 0.45 0.25 0.15 0.15 0.1 0.1
Grass Block 0.6 0.9 0.45 0.25 0.15 0.15 0.1 0.1
Gravel 0.6 0.9 0.45 0.25 0.15 0.15 0.1 0.1
Honeycomb Block 0.6 0.9
Mycelium 0.6 0.9 0.45 0.25 0.15 0.15 0.1 0.1
Sponge 0.6 0.9 0.45 0.25 0.15 0.15 0.1 0.1
Wet Sponge 0.6 0.9 0.45 0.25 0.15 0.15 0.1 0.1
Brewing Stand 0.5 2.5 0.4 0.2 0.15 0.1 0.1 0.1
Stone Button 0.5 0.75 0.4 0.2 0.15 0.1 0.1 0.1
Cake 0.5 0.75
Coarse Dirt 0.5 0.75 0.4 0.2 0.15 0.1 0.1 0.1
Concrete Powder 0.5 0.75 0.4 0.2 0.15 0.1 0.1 0.1
Dirt 0.5 0.75 0.4 0.2 0.15 0.1 0.1 0.1
Dried Kelp Block 0.5 0.75 0.4 0.2 0.15 0.1 0.1 0.1
Hay Bale 0.5 0.75 0.4 0.2 0.15 0.1 0.1 0.1
Ice 0.5 0.75 0.4 0.2 0.15 0.1 0.1 0.1
Packed Ice 0.5 0.75 0.4 0.2 0.15 0.1 0.1 0.1
Frosted Ice 0.5 0.75
Lever 0.5 0.75
Magma Block 0.5 2.5 0.4 0.2 0.15 0.1 0.1 0.1
Mud 0.5 0.75 0.4 0.2 0.15 0.1 0.1 0.1
Target 0.5 0.75 0.4 0.2 0.15 0.1 0.1 0.1
Turtle Egg 0.5 0.75
Sniffer Egg 0.5 0.75
Podzol 0.5 0.75 0.4 0.2 0.15 0.1 0.1 0.1
Rooted Dirt 0.5 0.75 0.4 0.2 0.15 0.1 0.1 0.1
Sand 0.5 0.75 0.4 0.2 0.15 0.1 0.1 0.1
Soul Sand 0.5 0.75 0.4 0.2 0.15 0.1 0.1 0.1
Soul Soil 0.5 0.75 0.4 0.2 0.15 0.1 0.1 0.1
Stone Pressure Plate 0.5 2.5 0.4 0.2 0.15 0.1 0.1 0.1
Weighted Pressure Plates 0.5 2.5 0.4 0.2 0.15 0.1 0.1 0.1
Wooden Pressure Plates 0.5 0.75 0.4 0.2 0.15 0.1 0.1 0.1
Cactus 0.4 0.6
Ladder 0.4 0.6 0.3 0.15 0.1 0.1 0.1 0.05
Chorus Flower 0.4 0.6 0.3 0.15 0.1 0.1 0.1 0.05
Chorus Plant 0.4 0.6 0.3 0.15 0.1 0.1 0.1 0.05
Netherrack 0.4 2 0.3 0.15 0.1 0.1 0.1 0.05
Nylium 0.4 2 0.3 0.15 0.1 0.1 0.1 0.05
Bee Nest 0.3 0.45 0.25 0.15 0.1 0.1 0.05 0.05
Froglight 0.3 0.45
Glass 0.3 0.45
Glass Pane 0.3 0.45
Glowstone 0.3 0.45
Redstone Lamp 0.3 0.45
Sea Lantern 0.3 0.45
Stained Glass 0.3 0.45
Stained Glass Panes 0.3 0.45
Powder Snow 0.25 0.4
Suspicious Gravel 0.25 0.4 0.2 0.1 0.1 0.05 0.05 0.05
Suspicious Sand 0.25 0.4 0.2 0.1 0.1 0.05 0.05 0.05
Bed 0.2 0.3
Cocoa 0.2 0.3 0.15 0.1 0.05 0.05 0.05 0.05 0.2
Daylight Detector 0.2 0.3 0.15 0.1 0.05 0.05 0.05 0.05
Glow Lichen 0.2 0.3 0.15 0.1 0.05 0.05 0.05 0.05 0.3 0.2
Mushroom Blocks 0.2 0.3 0.15 0.1 0.05 0.05 0.05 0.05
Leaves[note 5] 0.2 0.3 0.15 0.1 0.05 0.05 0.05 0.05 0.05 0.2
Sculk 0.2 0.3 0.15 0.1 0.05 0.05 0.05 0.05
Sculk Vein 0.2 0.3 0.15 0.1 0.05 0.05 0.05 0.05
Snow Block 0.2 1 0.15 0.1 0.05 0.05 0.05 0.05
Vines 0.2 0.3 0.15 0.1 0.05 0.05 0.05 0.05 0.3 0.2
Big Dripleaf 0.1 0.15 0.1 0.05 0.05 0.05 0.05 0.05
Candle 0.1 0.15
Carpet 0.1 0.15
Moss Block 0.1 0.15 0.1 0.05 0.05 0.05 0.05 0.05
Moss Carpet 0.1 0.15 0.1 0.05 0.05 0.05 0.05 0.05
Snow 0.1 0.5 0.1 0.05 0.05 0.05 0.05 0.05
Air[note 1] 0 0.05
Azalea 0 0.05
Beetroots 0 0.05
Carrots 0 0.05
Cave Vines 0 0.05 0.05
Colored Torches 0 0.05
Coral 0 0.05
Coral Fan 0 0.05
Dead Bush 0 0.05 0.05
Decorated Pot 0 0.05
Element 0 0.05
End Rod 0 0.05
Fire 0 0.05
Flower Pot 0 0.05
Flowers 0 0.05
Frogspawn 0 0.05
Fungi 0 0.05
Grass[note 6] 0 0.05 0.05
Hanging Roots 0 0.05 0.05
Honey Block 0 0.05
Kelp 0 0.05
Lily Pad 0 0.05
Melon Stem 0 0.05
Mushrooms 0 0.05
Nether Sprouts 0 0.05 0.05
Nether Wart 0 0.05
Pink Petals 0 0.05
Pitcher Plant 0 0.05
Potatoes 0 0.05
Pumpkin Stem 0 0.05
Redstone Comparator 0 0.05
Redstone Repeater 0 0.05
Redstone Torch 0 0.05
Redstone Wire 0 0.05
Roots 0 0.05
Saplings 0 0.05
Seagrass 0 0.05 0.05
Scaffolding 0 0.05
Sea Pickle 0 0.05
Slime Block 0 0.05
Small Dripleaf 0 0.05 0.05
Spore Blossom 0 0.05
Structure Air ? ? ? ? ? ? ? ? ? ?
Structure Void 0 0.05
Sugar Cane 0 0.05
Sweet Berries 0 0.05
TNT 0 0.05
Torch 0 0.05
Tripwire 0 0.05
Tripwire Hook 0 0.05
Twisting Vines[note 7] 0 0.05
Underwater TNT 0 0.05
Underwater Torch 0 0.05
Weeping Vines[note 7] 0 0.05
Wheat 0 0.05
  1. Times are for unenchanted tools as wielded by players with no status effects, measured in seconds. For more information, see Breaking § Speed.

Video[]

History[]

Java Edition Classic
June 14, 2009Notch discussed how breaking blocks would work in Survival mode: "Selecting the pickaxe and clicking on a tile will destroy it, but different tiles will take differently long to remove. Stone will be tougher than dirt, and so. Either way, the delay won't be long. Perhaps one full second for stone."
Java Edition
1.0.0
{{Extension DPL}}<ul><li>[[Clay Ball|Clay Ball]]<br/>{{Item
| image = Clay Ball.png
| stackable = Yes (64)
| renewable = Yes
}}

{{about|the item|the block|Clay|other uses|Clay (disambiguation)}}
A '''clay ball''' is the item obtained from [[clay]] used for [[crafting]] or making [[brick]]s.

== Obtaining ==

=== Block loot ===
Clay balls are obtained when a [[clay]] block is broken with a non-[[Silk Touch]] tool. Each block yields four clay balls regardless of [[Fortune]].

=== Chest loot ===
{{LootChestItem|clay-ball}}

=== Villager gifts ===

If a [[player]] has the [[Hero of the Village]] status effect, a Mason [[villager]] might throw that player a [[clay block]] as a gift. {{Only|java}} This can be placed and [[breaking|broken]] to harvest clay balls.

== Usage ==

Clay balls can be [[crafting|crafted]] back together to form [[clay]] blocks or baked in a [[furnace]] to create [[brick]]s.

=== Crafting ingredient  ===

{{crafting usage}}

=== Smelting ingredient ===

{{Smelting
|showname=1
|Clay Ball
|Brick
|0.3
}}

=== Trading ===
Novice-level [[Villager|mason villagers]] buy 10 clay balls for 1 [[emerald]] as part of their [[trades]].

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

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Clay
|spritetype=item
|nameid=clay_ball
|id=384
|form=item
|foot=1}}

== History ==
{{History|java alpha}}
{{History||v1.0.11|[[File:Clay Ball JE1 BE1.png|32px]] Added clay.}}
{{History|java}}
{{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 337.}}
{{History||1.14|snap=18w43a|[[File:Clay Ball JE2 BE2.png|32px]] The texture of clay has been changed.}}
{{History|||snap=18w49a|Clay can now be found in [[chest]]s in [[village]] mason houses.}}
{{History|||snap=18w50a|Clay can now be found in [[chest]]s in [[desert]] [[village]] houses.}}
{{History|||snap=19w11a|Clay is now [[trading|bought]] by [[villager]]s of the new mason profession.}}
{{History||1.16|snap=20w06a|"Clay" has been renamed to "Clay Ball."}}
{{History|pocket alpha}}
{{History||v0.2.0|[[File:Clay Ball JE1 BE1.png|32px]] Added clay. It is currently unobtainable and serves no purpose.}}
{{History||v0.3.2|4 clay items are now dropped from clay blocks when broken.
|Clay can now be crafted into clay blocks.
|Clay can now be smelted into bricks.}}
{{History|bedrock}}
{{History||1.10.0|snap=beta 1.10.0.3|[[File:Clay Ball JE2 BE2.png|32px]] The texture of clay has been changed.|10–13 clay can now be [[trading|sold]] to stone mason [[villager]]s for an [[emerald]].}}
{{History||1.11.0|snap=beta 1.11.0.1|Clay can now be found in [[village]] mason [[chest]]s and [[desert]] village house chests.}}
{{History|||snap=beta 1.11.0.4|[[Trading]] has been changed, stone mason villagers now [[trading|buy]] 10 clay for an emerald<!-- previously 10-13 -->.}}
{{History||1.19.0|snap=beta 1.19.0.24|Clay ball now [[renewable]] by placing [[mud]] above a block which has [[pointed dripstone]] underneath.}}

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

{{History|3ds}}
{{History||0.1.0|[[File:Clay Ball JE1 BE1.png|32px]] Added clay.}}
{{History|foot}}

== Issues ==

{{issue list}}

== Gallery ==
<gallery>
File:ClayInNumerousForms.png
</gallery>

== Notes ==
{{fnlist}}
{{Items}}

[[cs:Jíl]]
[[de:Tonklumpen]]
[[es:Bola de arcilla]]
[[fr:Motte d'argile]]
[[hu:Agyag (Tárgy)]]
[[it:Zolla di argilla]]
[[ja:粘土玉]]
[[ko:점토 덩이]]
[[nl:Klei (voorwerp)]]
[[pl:Glina]]
[[pt:Bola de argila]]
[[ru:Глина]]
[[uk:Глиняна кулька]]
[[zh:黏土球]]</li><li>[[Dried Kelp|Dried Kelp]]<br/>{{about|the item|the block|Dried Kelp Block}}
{{Item
| title = Dried Kelp
| image = Dried Kelp.png
| renewable = Yes
| heals = {{hunger|1}}
| stackable = Yes (64)
}}

'''Dried kelp''' is a [[food]] item that can be quickly eaten by the [[player]]. It can also be crafted into [[Dried Kelp Block|dried kelp blocks]].

== Obtaining ==

=== Cooking ===
[[Kelp]] can be cooked in a [[furnace]], [[smoker]], or [[campfire]]. Each piece of dried kelp removed from a furnace output slot gives 0.1 [[experience]] (6.4 experience per stack).
{{Smelting
|Kelp
|Dried Kelp
|0,1
}}

=== Crafting ===
{{Crafting
 |Dried Kelp Block
 |Output= Dried Kelp,9
 |type= Foodstuff
}}

== Usage ==

=== Food ===
[[File:Eating dried kelp.png|thumb|A player eating dried kelp.]]
To eat dried kelp, press and hold {{control|use}} while it is selected in the hotbar. Eating one restores {{hunger|1}} [[hunger]] and 0.6{{only|je|short=1}} / 0.2{{only|be|short=1}} hunger [[Hunger#Mechanics|saturation]].

A player can consume dried kelp about twice as fast as any other food item in the game.

=== Crafting ingredient ===

{{Crafting usage}}

=== Composting ===
Dried kelp placed into a [[composter]] has a 30% chance of raising the compost level by 1.

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

== Achievements ==

{{load achievements|Castaway}}

== Advancements ==

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

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

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Dried Kelp
|spritetype=item
|nameid=dried_kelp
|id=270
|form=item
|foot=1}}

== History ==

{{History|java}}
{{History||1.13|snap=18w07a|[[File:Dried Kelp JE1.png|32px]] Added dried kelp.}}
{{History|||snap=18w08b|Dried kelp can now be used to craft [[dried kelp block]]s.}}
{{History||1.14|snap=19w03a|Placing dried kelp into the new [[composter]] has a 10% chance of raising the compost level by 1.}}
{{History|||snap=19w05a|Dried kelp now has a 30% chance of increasing the compost level in a composter.}}

{{History|bedrock}}
{{History||1.4.0|snap=beta 1.2.14.2|[[File:Dried Kelp BE1.png|32px]] Added dried kelp.}}
{{H||1.11.0|snap=beta 1.11.0.1|Dried kelp can now be used to fill up [[composter]]s.}}
{{History||1.17.10|snap=beta 1.17.10.20|[[FIle:Dried Kelp JE1.png|32px]] The texture of dried kelp has been changed to match ''Java Edition''.}}

{{History|console}}
{{History||xbox=TU69|ps=1.76|wiiu=Patch 38|[[File:Dried Kelp BE1.png|32px]] Added dried kelp.}}
{{History|foot}}

== Issues ==

{{issue list}}

{{Items}}

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

[[de:Getrockneter Seetang]]
[[es:Algas secas]]
[[fr:Algue séchée]]
[[ja:乾燥した昆布]]
[[ko:말린 켈프]]
[[lzh:乾海帶]]
[[nl:Gedroogde kelp]]
[[pl:Suszone wodorosty]]
[[pt:Algas secas]]
[[ru:Сушёная ламинария]]
[[th:สาหร่ายทะเลแห้ง]]
[[zh:干海带]]</li></ul>
Beta 1.9 Prerelease 4Efficiency enchantment added, which mines blocks faster.
Beta 1.9 Prerelease 6The mining time of many blocks were made a lot faster, including redstone ore, stone bricks, nether bricks, iron bars, doors, monster spawners and obsidian.
Before this update, some of these blocks either had no preferred tool (soul sand, fence), or a pickaxe was required, sometimes with tier requirements, but the breaking time was consistent regardless of tier. For instance, it always took about 5.5 seconds to mine a furnace with any type of pickaxe.
Several blocks' tool weaknesses have been fixed, such as crafting tables now mining faster with an axe and rails now mining faster with a pickaxe.
Mined stairs of any materials drop a stair block now instead of a block form of its material.
1.3.1
{{Extension DPL}}<ul><li>[[Ink Sac|Ink Sac]]<br/>{{For|the variant dropped by Glow squids|Glow Ink Sac}}
{{Item
| image = Ink Sac.png
| renewable = Yes
| stackable = Yes (64)
}}

An '''ink sac''' is an [[item]] dropped by a [[squid]] upon death used to create [[black dye]], [[dark prismarine]]{{only|BE|short=1}}, and [[Book and Quill|books and quills]].

== Obtaining ==

=== Mob loot ===

==== Squid ====
{{see also|Tutorials/Squid farming|title1=Squid farming}}

A [[squid]] drops one to three ink sacs upon death. The maximum amount is increased by 1 per level of [[Looting]], for a maximum of 1 to 6 with Looting III.

=== Fishing ===
Ink sacs can be obtained as a "junk" item from [[fishing]]. The [[Luck of the Sea]] [[enchantment]] decreases the chance.

=== Trading ===
[[Wandering trader]]s sometimes sell 3 ink sacs for an [[emerald]] {{in|bedrock}}. Apprentice level [[Trading#Librarian|librarians]] also buy 5 ink sacs for one [[emerald]].

=== Natural generation ===

{{LootChestItem|ink-sac}}

== Usage ==

=== Crafting ingredient ===

{{crafting usage}}

{{IN|bedrock}}, ink sacs can be also used in banner patterns:
{{banner crafting usage}}

=== Loom ingredient === 
{{Banner loom usage|Ink Sac}}

=== Dye ===
{{Dye usage}}
* Each type of [[Prismarine#Dark Prismarine|dark prismarine]] can be crafted using varying amounts of 8 [[Prismarine Shard#prismarine shards|prismarine shards]].

=== Trading ===
Journeyman-level librarian [[villager]]s have a {{frac|2|3}} chance to buy five ink sacs for an [[emerald]]. They always offer the trade {{in|bedrock|lc=}}.

=== Signs ===
Ink sacs can be applied to [[sign]]s or [[hanging sign]]s to revert glowing text back to default.

== Sounds ==
{{edition|java}}:
{{Sound table
|sound=Ink sac1.ogg
|sound2=Ink sac2.ogg
|sound3=Ink sac3.ogg
|subtitle=Ink Sac splotches
|source=block
|description=When an ink sac is used on a sign
|id=item.ink_sac.use
|translationkey=subtitles.item.ink_sac.use
|volume=1.0
|pitch=''varies'' <ref group=sound>Each sound can be 0.85, 0.88, or 0.9</ref>
|distance=16
|foot=1}}

{{edition|bedrock}}:
{{Sound table
|type=bedrock
|sound=Ink sac1.ogg
|sound2=Ink sac2.ogg
|sound3=Ink sac3.ogg
|source=sound
|description=When an ink sac is used on a sign
|id=sign.ink_sac.use
|volume=1.0
|pitch=1.0
|foot=1}}

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

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|showaliasids=y
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Ink Sac
|spritetype=item
|nameid=ink_sac
|aliasid=dye / 0
|id=413
|form=item
|translationkey=item.dye.black.name
|foot=1}}

== Video ==
{{video note|Ink sacs can no longer be used as a dye in Java Edition.}}
<div style="text-align:center">{{yt|ABYCZfawO60}}</div>

== History ==
{{History|java beta}}
{{History||1.2|[[File:Ink Sac JE1 BE1.png|32px]] Added ink sacks, together with all other dyes.}}
{{History||1.2_02|"Ink Sack" has been renamed to "Ink Sac".}}
{{History|java}}
{{History||1.3.1|snap=12w17a|Ink sacs are now used to craft [[book and quill]]s.}}
{{History||1.4.2|snap=12w34a|Added the ability to [[Armor#Dyeing|dye]] leather [[armor]] and [[wolf]] collars.}}
{{History||1.4.6|snap=12w49a|Ink sacs can now 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=14w25a|Ink sacs are now used to craft [[dark prismarine]].}}
{{History|||snap=14w30a|Added [[banner]]s, which can be [[dye]]d with ink sacs.}}
{{History||1.11|snap=16w39a|Ink sacs can now be used to dye [[shulker box]]es.}}
{{History||1.12|snap=17w06a|Ink sacs are now used to craft black [[concrete powder]].}}
{{History|||snap=17w15a|Ink sacs can now be used to dye [[bed]]s.}}
{{History||1.13|snap=17w47a|The different data values for the <code>dye</code> ID have 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|Ink sacs can now be used to craft [[black dye]].
|Ink sacs can no longer be used as a [[dye]].
|All of the dye-related functions and crafting recipes of ink sac (except books and quills and dark prismarine) have been transferred to black dye.
|[[File:Ink Sac JE2 BE2.png|32px]] The texture of ink sacs has been changed.}}
{{History|||snap=19w11a|Librarian [[villager]]s now [[trading|buy]] ink sacs.}}
{{History||1.15|snap=Pre-release 1|Ink sacs are no longer used to craft [[dark prismarine]].}}
{{History||1.17|snap=21w03a|Ink sacs can now be used to remove the text's glowing effect of a [[sign]].}}
{{History||1.20<br>(Experimental)|link=1.19.3|snap=22w42a|Ink sacs can now be used to remove the text's glowing effect of a [[hanging sign]].}}

{{History|pocket alpha}}
{{History||v0.3.0|[[File:Ink Sac JE1 BE1.png|32px]] Added ink sacs. They are currently unobtainable and serve no purpose.}}
{{History||v0.8.0|snap=build 1|Ink sacs can now be used to craft [[cocoa beans]].}}
{{History|||snap=build 3|Ink sacs are now available in [[creative]].}}
{{History||v0.9.0|snap=build 1|Ink sacs now generate in [[village]] and [[stronghold]] [[chest]]s.}}
{{History||v0.11.0|snap=build 1|Ink sacs can now be obtained from [[squid]].
|Ink sacs can now be obtained as a junk [[item]] from [[fishing]].}}
{{History||v0.14.0|snap=build 1|Ink sacs now can now be used to dye water in [[cauldron]]s.}}
{{History||v0.16.0|snap=build 1|Ink sacs are no longer used to craft [[cocoa beans]].
|Ink sacs can now be used to craft [[dark prismarine]].}}
{{History|pocket}}
{{History||1.0.0|snap=alpha 0.17.0.1|Ink sacs can now be used to dye [[shulker]]s.}}
{{History||1.1.0|snap=alpha 1.1.0.0|Ink sacs are now used to re-dye [[bed]]s.
|Ink sacs can now be used to dye [[shulker box]]es.}}
{{History|bedrock}}
{{History||1.2.0|snap=beta 1.2.0.2|Ink sacs can now be used to craft [[book and quill]]s.
|Added [[banner]]s, which can be [[dye]]d with ink sacs.
|Ink sacs can now be crafted with [[gunpowder]] to create [[firework star]]s.
|Ink sacs can now be used to craft black [[concrete powder]].
|[[Stained glass]] can now be [[crafting|crafted]].}}
{{History||1.4.0|snap=beta 1.2.20.1|Ink sacs can now be crafted from iron, sulfur, and 4 oxygen in the [[compound creator]]s.
|Ink sacs can now be used to craft [[balloon]]s and [[glow stick]]s.}}
{{History||1.8.0|snap=beta 1.8.0.10|Ink sacs can now be used to craft [[black dye]].}}
{{History||1.10.0|snap=beta 1.10.0.3|Ink sacs can now be bought from [[wandering trader]]s.
|[[File:Ink Sac JE2 BE2.png|32px]] The texture of ink sacs has been changed.}}
{{History||1.11.0|snap=beta 1.11.0.4|Ink sacs can now be [[trading|sold]] to librarian [[villager]]s.}}
{{History||1.16.100|snap=beta 1.16.100.56|The ID of ink sacs has been changed from {{cd|dye/0}} to {{cd|ink_sac}}.}}
{{History||1.16.210|snap=beta 1.16.210.59|Ink sacs can now be used to revert glowing text on signs to normal.}}

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

{{History|New 3DS}}
{{History||0.1.0|[[File:Ink Sac JE1 BE1.png|32px]] Added ink sacs.}}
{{History|foot}}

== Issues ==
{{issue list}}

== References ==
{{reflist}}

{{Items}}

[[Category:Bedrock Edition specific information]]
[[Category:Items]]
[[Category:Dyes]]
[[Category:Renewable resources]]

[[cs:Váček inkoustu]]
[[de:Tintenbeutel]]
[[es:Saco de tinta]]
[[fr:Poche d'encre]]
[[hu:Tintazsák]]
[[ja:イカスミ]]
[[ko:먹물 주머니]]
[[nl:Inktzak]]
[[pl:Torbiel z atramentem]]
[[pt:Bolsa de tinta]]
[[ru:Чернильный мешок]]
[[uk:Чорнильний мішок]]
[[zh:墨囊]]</li><li>[[Saddle|Saddle]]<br/>{{about|normal saddles|the removed horse saddle|Horse Saddle}}
{{item
| image = <gallery>
Saddle (Pig).png | Pig
Saddle (Horse).png | Horse
Saddle (Strider).png | Strider
</gallery>
| invimage = Saddle
| renewable = Yes
| stackable = No
}}

A '''saddle''' is an [[item]] required to ride [[Pig|pigs]] and [[Strider|striders]] or control ridden [[camel]]s, [[Horse|horses]], [[Donkey|donkeys]] and [[Mule|mules]].

== Obtaining ==
=== Chest loot ===
{{LootChestItem|saddle}}

=== Fishing ===
Saddles can be obtained as a "treasure" item from [[fishing]] with a base chance (without fishing rod enchantments) of 0.8%.

=== Trading ===
Master-level [[Trading#Leatherworker|leatherworker]] [[villager]]s have a 50% chance to sell a saddle for 6 [[Emerald|emeralds]] as their trade.{{only|bedrock}} This trade is always offered in ''Java Edition''.

=== Mob loot ===
Any mob that the player equips with a saddle drops the saddle upon death.

A [[strider]] may spawn being ridden by a [[zombified piglin]], which causes it to spawn wearing a saddle. This saddle always drops when the strider is killed.

A [[ravager]] always spawns with a saddle and always drops the saddle upon death. Looting does not affect the drop.

== Usage ==
[[File:SaddledHorse.png|thumb|right|A [[horse]] equipped with a saddle.]]
While [[camel]]s, [[horse]]s, [[donkey]]s, [[mule]]s and [[Skeleton Horse|skeleton horse]]s{{Only|Java}} can always be ridden, a saddle is required to control them. These mobs (only after being tamed, in the case of equine mobs) can be equipped with a saddle by placing it in their inventory, which can be opened by pressing {{control|use}} while holding a saddle or {{control|sneaking}}. The saddle can be unequipped by removing it from {{SlotSprite|Saddle}} the specific inventory slot. 

Saddles are required to ride [[Pig|pigs]] and [[Strider|striders]], but even with a saddle their movement cannot be controlled like other mobs. A [[Carrot on a Stick|carrot on a stick]] (for pigs) or a [[Warped Fungus on a Stick|warped fungus on a stick]] (for striders) is required to direct these mobs. {{control|Using}} a saddle on one of these mobs equips them with the saddle, and, since they have no inventory, there is no way to retrieve the saddle without killing the mob.

Animals can also be equipped with saddles by a [[dispenser]].

Although [[ravager]]s are equipped with saddles and sometimes ridden by other mobs, the [[player]] is unable to ride ravagers.

== Sounds ==
{{edition|java}}:
{{Sound table
|rowspan=4
|sound=Saddle equip.ogg
|source=neutral
|subtitle=Saddle equips
|description=When a saddle is equipped to a camel
|id=entity.camel.saddle
|translationkey=subtitles.entity.horse.saddle
|volume=0.5
|pitch=0.8
|distance=16}}
{{Sound table
|subtitle=MC-184399
|source=neutral
|description=When a saddle is equipped to a strider
|id=entity.strider.saddle
|translationkey=-
|volume=0.5
|pitch=1.0
|distance=16}}
{{Sound table
|subtitle=Saddle equips
|source=neutral
|description=When a saddle is equipped to a horse, donkey, mule, skeleton horse, or zombie horse
|id=entity.horse.saddle
|translationkey=subtitles.entity.horse.saddle
|volume=0.5
|pitch=1.0
|distance=16}}
{{Sound table
|subtitle=Saddle equips 
|source=neutral
|description=When a saddle is equipped to a pig
|id=entity.pig.saddle
|translationkey=subtitles.entity.pig.saddle
|volume=0.5
|pitch=1.0
|distance=16
|foot=1}}

{{edition|bedrock}}:
{{Sound table
|type=bedrock
|rowspan=3
|sound=Saddle equip.ogg
|source=neutral
|description=When a saddle is equipped to a camel
|id=mob.horse.leather
|volume=1.0
|pitch=1.0}}
{{Sound table
|source=neutral
|description=When a saddle is equipped to a horse, mule, skeleton horse, or zombie horse
|id=mob.horse.leather
|volume=0.6
|pitch=1.0}}
{{Sound table
|source=neutral
|description=When a saddle is equipped to a donkey
|id=mob.horse.leather
|volume=0.5
|pitch=1.0
|foot=1}}

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

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Saddle
|spritetype=item
|nameid=saddle
|id=371
|form=item
|foot=1}}

== Achievements ==
{{load achievements|When Pigs Fly}}

== Advancements ==
{{load advancements|This Boat Has Legs}}

== History ==
{{needs render|type=old|isolated saddles in 1.13 dev|section=11}}
{{History|java infdev}}
{{History||20100625-2|[[File:Saddle (Pig) JE1 BE1.png|32px]] [[File:Saddle JE1 BE1.png|32px]] Added saddles.
|Saddles do not [[drops|drop]] from saddled [[pig]]s.
|Saddles can be found in the new [[dungeon]] [[chest]]s.}}
{{History|java}}
{{History||1.2.4|snap=release|When baby animals were introduced, baby [[pig]]s could be ridden just like adult pigs. After this version, baby pigs can no longer be saddled.}}
{{History||1.3.1|snap=12w21a|Saddles can now be [[trading|bought]] from butcher [[villager]]s for 6–7 [[emerald]]s each, and thus have become [[renewable resource|renewable]].}}
{{History||1.4.2|snap=12w36a|Saddles now [[drops|drop]] from killing saddled [[pig]]s.
|Added [[Carrot on a Stick|carrot on a stick]] to direct saddled pigs, effectively controlling them.}}
{{History|||snap=12w37a|Pigs can now jump when being ridden.}}
{{History||1.6.1|snap=13w18a|Regular saddles can now be used to ride [[horse]]s, while previously they required [[Horse Saddle|horse saddle]]s.
|Added saddles to the loot tables of [[mineshaft]] minecarts, [[stronghold]] altar chests, [[village]] blacksmith chests, as well as [[Desert pyramid|desert]] and [[jungle pyramid]]s.
|Added chests to [[Nether Fortress|nether fortresses]], where saddles can be found.}}
{{History||1.7.2|snap=13w36a|Saddles can now be [[fishing|fished]] with [[Fishing Rod|fishing rod]]s and are described as treasure.}}
{{History||1.8|snap=14w02a|[[Trading]] has been changed: leatherworker [[villager]]s now [[trading|sell]] saddles for 8–10 [[emerald]]s each, and butchers no longer [[trading|trade]] saddles.}}
{{History||1.9|snap=15w31a|Saddles can now be found in [[End City|end city]] [[chest]]s.}}
{{History|||snap=15w43a|The average yield of saddles in [[Nether Fortress|nether fortress]] chests has been slightly decreased.}}
{{History|||snap=15w44a|Saddles have been removed from [[mineshaft]] chests.
|The average yield of saddles in [[dungeon]] chests has been decreased.
|The average yield of saddles in [[desert pyramid|desert temple]] chests has been increased.}}
{{History||1.13|snap=17w45a|[[File:White Horse (Saddle) 17w45a.png|50px]] The models of the horse's saddle has been changed.}}
{{History|||snap=17w46a|[[File:White Horse (Saddle) 17w46a.png|50px]] The models of the horse's saddle has been changed once again.}}
{{History|||snap=17w47a|Prior to [[Java Edition 1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 329.}}
{{History|||snap=18w03a|[[File:White Horse (Saddle) 18w03a.png|50px]] The models of the horse's saddle has been changed once again.}}
{{History|||snap=pre2|[[File:White Horse (Saddle) 1.13pre2.png|50px]] The models of the horse's saddle has been changed once again. The reins bit has now been rendered. Also, the lines of the reins are no longer rendered except when riding.}}
{{History||1.14|snap=18w43a|Added [[ravager|illager beast]]s, which [[drops|drop]] saddles.
|[[File:Saddle (Pig) JE2 BE2.png|32px]] [[File:Saddle (Horse) JE2 BE2.png|32px]] <br>[[File:Saddle JE2 BE2.png|32px]] The textures of saddles have been changed.}}
{{History|||snap=18w48a|Saddles can now be found in [[chest]]s in [[village]] tanneries.}}
{{History|||snap=18w49a|Saddles can now be found in chests in [[savanna]] village houses.}}
{{History||1.16|snap=20w13a|[[File:Saddle (Strider) JE1 BE1.png|32px]] Added [[strider]]s, which can be ridden with saddles.}}
{{History|||snap=20w15a|Saddles placed in a [[dispenser]] can now saddle pigs, striders, and tamed horses, donkeys and mules.}}
{{History|||snap=20w16a|Saddles now generate in [[Bastion Remnant|bastion remnant]] chests.}}
{{History|||snap=20w17a|[[File:Saddle (Strider) JE2.png|32px]] The texture of the strider saddles has been changed. The front and back orientation of the saddle has been corrected.<ref>{{bug|MC-176116}}</ref>}}
{{History||1.19|snap=22w13a|Saddles may now be found in [[ancient city]] [[chest]]s.}}
{{History||1.20<br>(Experimental)|link=1.19.3|snap=22w42a|Saddles can be used to ride [[camel]]s with the use of a built-in experimental data pack.}}

{{History|pocket alpha}}
{{History||v0.7.0|[[File:Saddle JE1 BE1.png|32px]] Added saddles. They are currently unobtainable and have no practical usage since they cannot be equipped on any mobs.}}
{{History||v0.9.0|snap=build 1|Saddles can now be obtained from [[village]] blacksmith [[chest]]s.}}
{{History||v0.11.0|snap=build 1|Saddles can now be [[fishing|fished]] with [[fishing rod]]s and are described as treasure.}}
{{History||v0.12.1|snap=build 1|Saddles can now be found in [[nether fortress]]es.}}
{{History||v0.13.0|snap=build 1|Saddles can now be found in [[desert temple]]s.}} 
{{History||v0.15.0|snap=build 1|[[File:Saddle (Pig) JE1 BE1.png|32px]] [[File:Saddle (Horse) JE1 BE1.png|32px]] Saddles can now be used for riding [[horse]]s and [[pig]]s.|Saddles can now be found inside [[jungle temple]]s.}}
{{History||snap=?||Added saddles to the [[Creative inventory]].{{info needed}}}}
{{History|pocket}}
{{History||1.0.0|snap=alpha 0.17.0.1|Saddles can now be found in [[end cities]].}}
{{History||1.0.4|snap=alpha 1.0.4.0|Saddles are now [[trading|sold]] by leatherworker [[villager]]s for 8-10 [[emerald]]s as their only third tiers [[trading|trades]].}}
{{History|bedrock}}
{{History||1.10.0|snap=beta 1.10.0.3|Saddles can now be found in [[plains]] [[village]] tannery and weaponsmith [[chest]]s.
|Added [[ravager]]s, which [[drops|drop]] a saddle upon death.
|[[File:Saddle (Pig) JE2 BE2.png|32px]] [[File:Saddle (Horse) JE2 BE2.png|32px]] <br>[[File:Saddle JE2 BE2.png|32px]] The textures of saddles have been changed.}}
{{History||1.11.0|snap=beta 1.11.0.1|Saddles can now be found in [[savanna]], [[snowy taiga]], [[taiga]] and [[snowy tundra]] village tannery [[chest]]s.
|Saddles can now be found in savanna, taiga, snowy taiga, and [[desert]] village weaponsmith chests.
|Saddles can now be found in savanna [[village]] house chests.}}
{{History|||snap=beta 1.11.0.4|[[Trading]] has been changed. Leatherworker [[villager]]s now have 50% chance to [[trading|sell]] saddles for 10 [[emerald]]s as part of their last tier [[trading|trade]].}}
{{History||1.12.0|snap=beta 1.12.0.3|The trading price of saddles has been lowered to 6 emeralds.}}
{{History||1.16.0|snap=beta 1.16.0.57|[[File:Saddle (Strider) JE1 BE1.png|32px]] Added [[strider]]s, which can be ridden with saddles.|Saddles now generate in [[Bastion Remnant|bastion remnant]] chests.}}
{{History||1.20.0<br>(Experimental)|link=Bedrock Edition 1.19.50|snap=beta 1.19.50.21|Saddles can now be used to ride [[camel]]s with the use of the "[[Bedrock Edition 1.20|Next Major Update]]" [[experimental]] toggle.}}

{{History|console}}
{{History||xbox=TU1|xbone=CU1|ps=1.0|wiiu=Patch 1|switch=1.0.1|[[File:Saddle (Pig) JE1 BE1.png|32px]] <br>[[File:Saddle JE1 BE1.png|32px]] Added saddles.}}
{{History||xbox=none|xbone=none|ps=1.90|wiiu=none|switch=none|[[File:Saddle (Pig) JE2 BE2.png|32px]] [[File:Saddle (Horse) JE2 BE2.png|32px]] <br>[[File:Saddle JE2 BE2.png|32px]] The textures of saddles have been changed.}}

{{History|3ds}}
{{History||0.1.0|[[File:Saddle (Pig) JE1 BE1.png|32px]] <br>[[File:Saddle JE1 BE1.png|32px]] Added saddles.}}
{{History|foot}}

== Issues ==
{{issue list}}

== Trivia ==
* A saddle is considered "armor" by the game, but the value of protection to the animal is zero.
* A saddle on a pig can still be seen if the pig is afflicted with [[Invisibility]].
* When riding a saddled mob, the hunger bar is replaced by hearts (representing the mounted mob's health) resembling the look of the saddle.

== Gallery ==
<gallery>
File:Pig saddle.png|A [[player]] riding a [[pig]] (before [[Java Edition Beta 1.8|Beta 1.8]]).
File:Horse saddle.png|A player riding a [[horse]].
File:13w21a-new-HorseUI-inventory.png|The horse interface implemented in [[Java Edition 13w21a|13w21a]] that allows for the removal of saddles, but only on horses, [[donkey]]s or [[mule]]s.
File:Saddled Mule (picture).png|Mule equipped with both a saddle and a [[chest]].
File:GodSpawner.png|A saddle found in a monster room chest, which coincidentally contains an [[enchanted golden apple]].
</gallery>

== See also ==
* [[Transportation]]

== References ==
{{reflist}}

{{items}}

[[cs:Sedlo]]
[[de:Sattel]]
[[es:Montura]]
[[fr:Selle]]
[[hu:Nyereg]]
[[it:Sella]]
[[ja:鞍]]
[[ko:안장]]
[[nl:Zadel]]
[[pl:Siodło]]
[[pt:Sela]]
[[ru:Седло]]
[[zh:鞍]]
[[Category:Renewable resources]]
[[uk:Сідло]]</li></ul>
12w18aThe 6-tick (3⁄10 second) delay between block breaking is now removed if a block takes less than 1 tick (1⁄20 second) to break in Survival. The player can now instantly mine a large amount of blocks in Survival simply by holding destroy if conditions are met.
12w22aMining ores (except gold ore and iron ore) rewards the player with experience orbs.
12w23aYou can see the block breaking animation when other players break blocks.
12w24aWhile holding a tool, breaking a block that can be instantly mined by hand no longer reduces the tool's durability.
1.4.4
{{Extension DPL}}<ul><li>[[Banner Pattern|Banner Pattern]]<br/>{{Item
| image = Banner Pattern.png
| rarity = 
* '''Flower Charge, Field Masoned, Bordure Indented, Globe, Snout'''
* Common
* '''Creeper Charge, Skull Charge'''
* Uncommon
* '''Thing'''
* Epic
| renewable = 
* '''Snout, Thing''': No
* '''All others''': Yes
| stackable = No
}}
'''Banner patterns''' are [[item]]s used to customize [[banner]]s inside [[loom]]s.
There are six patterns {{in|java}} and eight {{in|bedrock}}.

== Obtaining ==
[[File:Banner Patterns 20w15a.png|thumb|All six banner patterns {{in|java}} with their various sources.]]

=== Crafting ===
{{see also|Banner/Patterns|title1=List of patterned banners}}
4 out of 6 banner patterns {{only|JE}} and 2 more {{only|BE}} can be obtained by crafting. They are crafted by combining one [[paper]] along with a certain material.
{{Crafting
|head=1
|Paper
|Creeper Head
|Output=Banner Pattern Creeper
|type=Miscellaneous
|description=Creeper face
}}
{{Crafting
|Paper
|Wither Skeleton Skull
|Output=Banner Pattern Skull
|type=Miscellaneous
|description=Skeleton skull and crossbones
}}
{{Crafting
|Paper
|Oxeye Daisy
|Output=Banner Pattern Flower
|type=Miscellaneous
|description=Daisy
}}
{{Crafting
|Paper
|Enchanted Golden Apple
|Output=Banner Pattern Thing
|type=Miscellaneous
|showdescription=true
|description=Former [[Mojang Studios]] logo
}}
{{Crafting
|Paper
|Bricks
|Output=Banner Pattern Field Masoned
|type=Miscellaneous
|description={{only|bedrock}}
}}
{{Crafting
|Paper
|Vines
|Output=Banner Pattern Bordure Indented
|type=Miscellaneous
|description={{only|bedrock}}
|foot=1
}}

=== Trading ===
'''Globe banner pattern''' is obtained by trading with a master-level [[Trading#Cartographer|cartographer villager]] for a price of 8 emeralds.

=== Chest loot ===
'''Snout banner pattern''' is obtained in the [[Bastion Remnant]] as loot.
{{LootChestItem|snout-banner-pattern}}

== Usage ==
=== Loom ingredient ===
Banner patterns are used in [[loom]]s to add customization to [[banner]]s. The pattern must be combined with 1 banner and 1 [[dye]]. Upon usage in the loom, the banner pattern is not consumed.

{{Looming
|head=1
|showdescription=1
|name=[[Banner|Flower Charge Banner]]
|ingredients={{:Banner/recipe|ingredients}}
|{{:Banner/recipe|banner}}
|Matching Dye
|Banner Pattern Flower Charge
|Flower Charge
|{{:Banner/recipe|output|Flower Charge}}
|Blink=Banner
|Olink=Banner
|description=Emblazons a flower charge (flower icon)
}}

{{Looming
|name=[[Banner|Creeper Charge Banner]]
|ingredients={{:Banner/recipe|ingredients}}
|{{:Banner/recipe|banner}}
|Matching Dye
|Banner Pattern Creeper Charge
|Creeper Charge
|{{:Banner/recipe|output|Creeper Charge}}
|Blink=Banner
|Olink=Banner
|description=Emblazons a creeper charge (creeper face)
}}

{{Looming
|name=[[Banner|Skull Charge Banner]]
|ingredients={{:Banner/recipe|ingredients}}
|{{:Banner/recipe|banner}}
|Matching Dye
|Banner Pattern Skull Charge
|Skull Charge
|{{:Banner/recipe|output|Skull Charge}}
|Blink=Banner
|Olink=Banner
|description=Emblazons a skull charge (skull and crossbones)
}}

{{Looming
|name=[[Banner|Thing Banner]]
|ingredients={{:Banner/recipe|ingredients}}
|{{:Banner/recipe|banner}}
|Matching Dye
|Banner Pattern Thing
|Thing
|{{:Banner/recipe|output|Thing}}
|Blink=Banner
|Olink=Banner
|description=Emblazons a thing (old Mojang logo)}}

{{Looming
|name=[[Banner|Snout Banner]]
|ingredients={{:Banner/recipe|ingredients}}
|{{:Banner/recipe|banner}}
|Matching Dye
|Banner Pattern Snout
|Snout
|{{:Banner/recipe|output|Snout}}
|Blink=Banner
|Olink=Banner
|description=Emblazons a piglin snout
}}

{{Looming
|name=[[Banner|Globe Banner]]
|ingredients={{:Banner/recipe|ingredients}}
|{{:Banner/recipe|banner}}
|Matching Dye
|Banner Pattern Globe
|Globe
|{{:Banner/recipe|output|Globe}}
|Blink=Banner
|Olink=Banner
|description=Emblazons a globe (cube shaped earth)
}}

{{Looming
|name=[[Banner|Bordure Indented Banner]]
|ingredients={{:Banner/recipe|ingredients}}
|{{:Banner/recipe|banner}}
|Matching Dye
|Banner Pattern Bordure Indented
|Bordure Indented
|{{:Banner/recipe|output|Bordure Indented}}
|Blink=Banner
|Olink=Banner
|description=Emblazons a bordure indented (fancy border){{only|bedrock}}
}}

{{Looming
|name=[[Banner|Field Masoned Banner]]
|ingredients={{:Banner/recipe|ingredients}}
|{{:Banner/recipe|banner}}
|Matching Dye
|Banner Pattern Field Masoned
|Field Masoned
|{{:Banner/recipe|output|Field Masoned}}
|Blink=Banner
|Olink=Banner
|description=Emblazons a field masoned (brick pattern)‌{{only|bedrock}}
|foot=1
}}

== Data values ==
=== ID ===
{{edition|java}}:
{{ID table
|edition=java
|firstcolumnname=Banner Pattern
|showforms=y
|generatetranslationkeys=y
|displayname=Flower Charge
|spritename=banner-pattern
|spritetype=item
|nameid=flower_banner_pattern
|form=item}}
{{ID table
|displayname=Creeper Charge
|spritename=banner-pattern
|spritetype=item
|nameid=creeper_banner_pattern
|form=item}}
{{ID table
|displayname=Skull Charge
|spritename=banner-pattern
|spritetype=item
|nameid=skull_banner_pattern
|form=item}}
{{ID table
|displayname=Thing
|spritename=banner-pattern
|spritetype=item
|nameid=mojang_banner_pattern
|form=item}}
{{ID table
|displayname=Globe
|spritename=banner-pattern
|spritetype=item
|nameid=globe_banner_pattern
|form=item}}
{{ID table
|displayname=Snout
|spritename=banner-pattern
|spritetype=item
|nameid=piglin_banner_pattern
|form=item
|foot=1}}

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|firstcolumnname=Banner Pattern
|showaliasids=y
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Creeper Charge
|spritename=banner-pattern
|spritetype=item
|nameid=creeper_banner_pattern
|aliasid=banner_pattern / 0
|id=582
|form=item
|translationkey=item.banner_pattern.name, item.banner_pattern.creeper}}
{{ID table
|displayname=Skull Charge
|spritename=banner-pattern
|spritetype=item
|nameid=skull_banner_pattern
|aliasid=banner_pattern / 1
|id=583
|form=item
|translationkey=item.banner_pattern.name, item.banner_pattern.skull}}
{{ID table
|displayname=Flower Charge
|spritename=banner-pattern
|spritetype=item
|nameid=flower_banner_pattern
|aliasid=banner_pattern / 2
|id=581
|form=item
|translationkey=item.banner_pattern.name, item.banner_pattern.flower}}
{{ID table
|displayname=Thing
|spritename=banner-pattern
|spritetype=item
|nameid=mojang_banner_pattern
|aliasid=banner_pattern / 3
|id=584
|form=item
|translationkey=item.banner_pattern.name, item.banner_pattern.thing}}
{{ID table
|displayname=Field Masoned
|spritename=banner-pattern
|spritetype=item
|nameid=field_masoned_banner_pattern
|aliasid=banner_pattern / 4
|id=585
|form=item
|translationkey=item.banner_pattern.name, item.banner_pattern.bricks}}
{{ID table
|displayname=Bordure Indented
|spritename=banner-pattern
|spritetype=item
|nameid=bordure_indented_banner_pattern
|aliasid=banner_pattern / 5
|id=586
|form=item
|translationkey=item.banner_pattern.name, item.banner_pattern.vines}}
{{ID table
|displayname=Snout
|spritename=banner-pattern
|spritetype=item
|nameid=piglin_banner_pattern
|aliasid=banner_pattern / 6
|id=587
|form=item
|translationkey=item.banner_pattern.name, item.banner_pattern.piglin}}
{{ID table
|displayname=Globe
|spritename=banner-pattern
|spritetype=item
|nameid=globe_banner_pattern
|aliasid=banner_pattern / 7
|id=588
|form=item
|translationkey=item.banner_pattern.name, item.banner_pattern.globe
|foot=1}}

== Achievements ==
{{load achievements|Fruit on the Loom}}

== History ==
{{History|java}}
{{History||1.14|snap=18w43a|[[File:Banner Pattern JE1 BE1.png|32px]] [[File:Banner Pattern JE1 BE1.png|32px]] [[File:Banner Pattern JE1 BE1.png|32px]] [[File:Banner Pattern JE1 BE1.png|32px]] Added banner patterns for flower charge, creeper charge, skull charge and thing patterns.}}
{{History|||snap=19w11a|[[File:Banner Pattern JE1 BE1.png|32px]] Added banner pattern for globe.
|The banner pattern for globe can be [[trading|bought]] from master-level cartographer [[villager]]s for 8 [[emerald]]s.}}
{{History||1.16|snap=20w15a|[[File:Banner Pattern JE1 BE1.png|32px]] Added the piglin banner pattern.}}
{{History|||snap=20w16a|The piglin banner pattern can now be found in [[chest]]s in [[bastion remnants]].}}
{{History|||snap=20w18a|The piglin pattern has now been renamed to "Snout".}}
{{History||1.16.2|snap=20w30a|The chance of finding the "Snout" banner pattern in bastion remnant chests has been increased from 5.5% to 10.1%.}}

{{History|bedrock}}
{{History||1.10.0|snap=beta 1.10.0.3|[[File:Banner Pattern JE1 BE1.png|32px]] [[File:Banner Pattern JE1 BE1.png|32px]] [[File:Banner Pattern JE1 BE1.png|32px]] [[File:Banner Pattern JE1 BE1.png|32px]] [[File:Banner Pattern JE1 BE1.png|32px]] [[File:Banner Pattern JE1 BE1.png|32px]] Added banner patterns for creeper charge, skull charge, flower charge, thing, field masoned and bordure indented patterns.}}
{{History||1.11.0|snap=beta 1.11.0.4|The banner patterns flower charge, field masoned and bordure indented can now be [[trading|bought]] from cartographer [[villager]]s.}}
{{History||1.16.0|snap=beta 1.16.0.57|[[File:Banner Pattern JE1 BE1.png|32px]] Added the piglin banner pattern.}}
{{History|||snap=beta 1.16.0.59|The piglin pattern has now been renamed to "Snout".}}
{{History||1.16.100|snap=beta 1.16.100.55|The "Thing" banner pattern can now be crafted at the [[loom]].}}
{{History||1.16.100|snap=beta 1.16.100.56|The ID of banner patterns have been changed from <code>banner_pattern</code> to <code><type>_banner_pattern</code>.}}
{{History||1.18.10|snap=beta 1.18.10.24|[[File:Banner Pattern JE1 BE1.png|32px]] Added banner pattern for globe. It is currently unobtainable in survival.}}
{{History|||snap=beta 1.18.10.26|The banner pattern for globe are now obtainable in survival and can be [[trading|bought]] from master-level cartographer [[villager]]s for 8 [[emerald]]s.
|Removed flower charge, field masoned and bordure indented banner pattern from villager trading.}}
{{History|PS4}}
{{History||1.90|[[File:Banner Pattern JE1 BE1.png|32px]] [[File:Banner Pattern JE1 BE1.png|32px]] [[File:Banner Pattern JE1 BE1.png|32px]] [[File:Banner Pattern JE1 BE1.png|32px]] [[File:Banner Pattern JE1 BE1.png|32px]] [[File:Banner Pattern JE1 BE1.png|32px]] Added banner patterns for creeper charge, skull charge, flower charge, thing, field masoned and bordure indented patterns.}}
{{History|foot}}

== Issues ==
{{issue list}}

{{Items}}

[[de:Bannervorlage]]
[[es:Diseño de estandarte]]
[[fr:Motif de bannière]]
[[ja:旗の模様]]
[[ko:현수막 무늬]]
[[pl:Wzór sztandaru]]
[[pt:Desenho para estandarte]]
[[ru:Узор флага]]
[[th:ลวดลายธง]]
[[zh:旗帜图案]]</li><li>[[Goat Horn|Goat Horn]]<br/>{{redirect|Horn}}
{{Item
| image = Goat Horn JE1 BE1.png
| renewable = Yes
| stackable = No
}}

A '''goat horn''' is an [[item]] dropped by [[goat]]s. It has eight variants, and each plays a unique sound when {{Control|used}} which can be heard by [[Player|players]] in a large radius.

== Obtaining ==
=== Mob loot ===
A horn is dropped when an adult [[goat]] rams a tree or any other hard block that occurs naturally where goats spawn. These include [[stone]], [[coal ore]], [[copper ore]], [[iron ore]], [[emerald ore]], [[log]], or [[packed ice]]. Goats do not ram other solid blocks. {{IN|java}}, these blocks are listed under the {{cd|snaps_goat_horn}} [[tag]], and can be modified by [[data pack]]s.

Up to two horns can be dropped from an adult goat. Regular goats may drop the Ponder, Sing, Seek, and Feel horns, while screaming goats drop the Admire, Call, Yearn, and Dream horns. A specific goat drops only one type of horn; that is, if a goat drops a Sing horn, its other horn is also a Sing horn.

=== Natural generation ===
{{LootChestItem|goat-horn}}
Only the four variants from regular goats can be found here.

== Usage ==
When {{control|used}}, they play a loud sound that can be heard from up to 256 blocks, but are also limited by the server view distance. Each horn variant plays a unique sound. There are eight variants, four of which are exclusive to [[Goat#Spawning|screaming goats]].

There is a cooldown of seven seconds between each use of the horn. All goat horns are affected by this cooldown.

== Sounds ==
=== Generic ===
{{edition|java}}:
{{Sound table
|sound=Goat horn break1.ogg
|sound2=Goat horn break2.ogg
|sound3=Goat horn break3.ogg
|sound4=Goat horn break4.ogg
|subtitle=Goat Horn breaks off
|source=neutral
|description=When a goat's horn breaks off
|id=entity.goat.horn_break
|translationkey=subtitles.entity.goat.horn_break
|volume=0.9
|pitch=1.0
|distance=16
|foot=1}}

{{edition|bedrock}}:
{{Sound table
|type=bedrock
|sound=Goat horn break1.ogg
|sound2=Goat horn break2.ogg
|sound3=Goat horn break3.ogg
|sound4=Goat horn break4.ogg
|description=When a goat's horn breaks off
|source=hostile
|id=mob.goat.horn_break
|volume=1.0
|pitch=1.0
|foot=1}}

=== Playing ===
{{edition|java}}:
{{Sound table
|sound=Goat Horn Call0.ogg
|description="Ponder"
|subtitle=Goat horn plays
|source=Jukebox/Note Blocks
|id=item.goat_horn.sound.0
|translationkey=subtitles.item.goat_horn.play
|volume=16.0
|pitch=1.0
|distance=256}}
{{Sound table
|sound=Goat Horn Call1.ogg
|description="Sing"
|subtitle=Goat horn plays
|source=Jukebox/Note Blocks
|id=item.goat_horn.sound.1
|translationkey=subtitles.item.goat_horn.play
|volume=16.0
|pitch=1.0
|distance=256}}
{{Sound table
|sound=Goat Horn Call2.ogg
|description="Seek"
|subtitle=Goat horn plays
|source=Jukebox/Note Blocks
|id=item.goat_horn.sound.2
|translationkey=subtitles.item.goat_horn.play
|volume=16.0
|pitch=1.0
|distance=256}}
{{Sound table
|sound=Goat Horn Call3.ogg
|description="Feel"
|subtitle=Goat horn plays
|source=Jukebox/Note Blocks
|id=item.goat_horn.sound.3
|translationkey=subtitles.item.goat_horn.play
|volume=16.0
|pitch=1.0
|distance=256}}
{{Sound table
|sound=Goat Horn Call4.ogg
|description="Admire"<ref group=note name=screaming>These are dropped by screaming goats.</ref>
|subtitle=Goat horn plays
|source=Jukebox/Note Blocks
|id=item.goat_horn.sound.4
|translationkey=subtitles.item.goat_horn.play
|volume=16.0
|pitch=1.0
|distance=256}}
{{Sound table
|sound=Goat Horn Call5.ogg
|description="Call"<ref group=note name=screaming/>
|subtitle=Goat horn plays
|source=Jukebox/Note Blocks
|id=item.goat_horn.sound.5
|translationkey=subtitles.item.goat_horn.play
|volume=16.0
|pitch=1.0
|distance=256}}
{{Sound table
|sound=Goat Horn Call6.ogg
|description="Yearn"<ref group=note name=screaming/>
|subtitle=Goat horn plays
|source=Jukebox/Note Blocks
|id=item.goat_horn.sound.6
|translationkey=subtitles.item.goat_horn.play
|volume=16.0
|pitch=1.0
|distance=256}}
{{Sound table
|sound=Goat Horn Call7.ogg
|description="Dream"<ref group=note name=screaming/>
|subtitle=Goat horn plays
|source=Jukebox/Note Blocks
|id=item.goat_horn.sound.7
|translationkey=subtitles.item.goat_horn.play
|volume=16.0
|pitch=1.0
|distance=256
|foot=1}}

{{edition|bedrock}}:
{{Sound table
|type=bedrock
|sound=Goat Horn Call0.ogg
|source=Jukebox/Note Blocks<wbr>{{Until|BE 1.20.40}}<br>Hostile Creatures<wbr>{{Upcoming|BE 1.20.40}}|overridesource=1
|description="Ponder"
|id=horn.call.0
|volume=1.0<wbr><ref group=sound name=nodistance>{{Bug|MCPE-153254}}</ref><wbr>{{Until|BE 1.20.40}}<br>16.0<wbr>{{Upcoming|BE 1.20.40}}
|pitch=1.0}}
{{Sound table
|sound=Goat Horn Call1.ogg
|source=Jukebox/Note Blocks<wbr>{{Until|BE 1.20.40}}<br>Hostile Creatures<wbr>{{Upcoming|BE 1.20.40}}|overridesource=1
|description="Sing"
|id=horn.call.1
|volume=1.0<wbr><ref group=sound name=nodistance/><wbr>{{Until|BE 1.20.40}}<br>16.0<wbr>{{Upcoming|BE 1.20.40}}
|pitch=1.0}}
{{Sound table
|sound=Goat Horn Call2.ogg
|source=Jukebox/Note Blocks<wbr>{{Until|BE 1.20.40}}<br>Hostile Creatures<wbr>{{Upcoming|BE 1.20.40}}|overridesource=1
|description="Seek"
|id=horn.call.2
|volume=1.0<wbr><ref group=sound name=nodistance/><wbr>{{Until|BE 1.20.40}}<br>16.0<wbr>{{Upcoming|BE 1.20.40}}
|pitch=1.0}}
{{Sound table
|sound=Goat Horn Call3.ogg
|source=Jukebox/Note Blocks<wbr>{{Until|BE 1.20.40}}<br>Hostile Creatures<wbr>{{Upcoming|BE 1.20.40}}|overridesource=1
|description="Feel"
|id=horn.call.3
|volume=1.0<wbr><ref group=sound name=nodistance/><wbr>{{Until|BE 1.20.40}}<br>16.0<wbr>{{Upcoming|BE 1.20.40}}
|pitch=1.0}}
{{Sound table
|sound=Goat Horn Call4.ogg
|source=Jukebox/Note Blocks<wbr>{{Until|BE 1.20.40}}<br>Hostile Creatures<wbr>{{Upcoming|BE 1.20.40}}|overridesource=1
|description="Admire"<ref group=note name=screaming/>
|id=horn.call.4
|volume=1.0<wbr><ref group=sound name=nodistance/><wbr>{{Until|BE 1.20.40}}<br>16.0<wbr>{{Upcoming|BE 1.20.40}}
|pitch=1.0}}
{{Sound table
|sound=Goat Horn Call5.ogg
|source=Jukebox/Note Blocks<wbr>{{Until|BE 1.20.40}}<br>Hostile Creatures<wbr>{{Upcoming|BE 1.20.40}}|overridesource=1
|description="Call"<ref group=note name=screaming/>
|id=horn.call.5
|volume=1.0<wbr><ref group=sound name=nodistance/><wbr>{{Until|BE 1.20.40}}<br>16.0<wbr>{{Upcoming|BE 1.20.40}}
|pitch=1.0}}
{{Sound table
|sound=Goat Horn Call6.ogg
|source=Jukebox/Note Blocks<wbr>{{Until|BE 1.20.40}}<br>Hostile Creatures<wbr>{{Upcoming|BE 1.20.40}}|overridesource=1
|description="Yearn"<ref group=note name=screaming/>
|id=horn.call.6
|volume=1.0<wbr><ref group=sound name=nodistance/><wbr>{{Until|BE 1.20.40}}<br>16.0<wbr>{{Upcoming|BE 1.20.40}}
|pitch=1.0}}
{{Sound table
|sound=Goat Horn Call7.ogg
|source=Jukebox/Note Blocks<wbr>{{Until|BE 1.20.40}}<br>Hostile Creatures<wbr>{{Upcoming|BE 1.20.40}}|overridesource=1
|description="Dream"<ref group=note name=screaming/>
|id=horn.call.7
|volume=1.0<wbr><ref group=sound name=nodistance/><wbr>{{Until|BE 1.20.40}}<br>16.0<wbr>{{Upcoming|BE 1.20.40}}
|pitch=1.0
|foot=1}}

== Data values ==
=== ID ===
{{el|je}}:
{{ID table
|edition=java
|showforms=y
|generatetranslationkeys=y
|displayname=Goat Horn
|spritetype=item
|nameid=goat_horn
|form=item
|foot=1}}

{{el|be}}:
{{ID table
|edition=bedrock
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Goat Horn
|spritetype=item
|nameid=goat_horn
|form=item
|id=624
|translationkey=item.goat_horn.name, item.minecraft.goat_horn.sound.0, item.minecraft.goat_horn.sound.1, item.minecraft.goat_horn.sound.2, item.minecraft.goat_horn.sound.3, item.minecraft.goat_horn.sound.4, item.minecraft.goat_horn.sound.5, item.minecraft.goat_horn.sound.6, item.minecraft.goat_horn.sound.7
|foot=1}}

=== Item data ===
==== ''Java Edition'' ====
<div class="treeview">
*{{nbt|compound|tag}}: The item's '''tag''' tag.
{{:Player.dat_format/Goat Horn}}
</div>
Goat horns use the "instrument" tag to control which sound can be played when using a goat horn. The values of the tag (to be prefixed with <code>minecraft:</code>) are:
{| class="wikitable sortable" style="text-align: center;"
!Sound type !![[Resource location|Identifier]]
|-
|Ponder||<code>ponder_goat_horn</code>
|-
|Sing ||<code>sing_goat_horn</code>
|-
|Seek ||<code>seek_goat_horn</code>
|-
|Feel ||<code>feel_goat_horn</code>
|-
|Admire||<code>admire_goat_horn</code>
|-
|Call ||<code>call_goat_horn</code>
|-
|Yearn||<code>yearn_goat_horn</code>
|-
|Dream||<code>dream_goat_horn</code>
|}

== History ==
{{History||October 16, 2021|link=https://www.twitch.tv/videos/1178420217?t=02h46m05s|Ulraf, a game developer on ''Minecraft'', states that goat horns are not included in [[Java Edition 1.18]].}}
{{History||November 17, 2021|link=https://www.minecraft.net/en-us/article/caves---cliffs-update-part-ii-coming|Goat horns are initially announced to be added after "The Wild Update".}}
{{History|java}}
{{History||1.19|snap=22w17a|[[File:Goat Horn JE1 BE1.png|32px]]Added goat horns.}}
{{History||1.19|snap=Pre-release 2|Goat Horns now snap when a goat rams into [[copper ore]].<ref>{{bug|MC-250941|||Fixed }}</ref>}}
{{History|Bedrock}}
{{History||Caves & Cliffs<br>(experimental)|link=Caves & Cliffs|snap=beta 1.16.200.52|[[File:Goat Horn JE1 BE1.png|32px]]Added goat horns behind the "Caves and Cliffs" experimental toggle.}}
{{History|||snap=beta 1.16.210.51|Goats now drop 2 horns each.}}
{{History|||snap=beta 1.17.20.20|Baby goats no longer drop horns.}}
{{History||1.18.0|snap=beta 1.18.0.20|Goat horns are now available outside of experimental gameplay.}}
{{History|||snap=beta 1.18.0.22|Goat horns have been moved behind the "Vanilla Experiments" [[experimental gameplay|experiments]] toggle.}}
{{History||Vanilla Experiments (experimental)|link=Experimental Gameplay|snap=beta 1.18.20.23|Goat horns now have a cooldown after being used.}}
{{History|||snap=beta 1.18.20.25|Goat horns now have an animation when being used in first person.
|Goats now make a sound when they drop goat horns.}}
{{History|||snap=beta 1.18.30.26|Goat horns are now used to craft [[copper horn]]s.|Changed goat horn sounds.}}
{{History||Vanilla Experiments (experimental)|link=Experimental Gameplay|snap=beta 1.19.0.24|Goat horns are no longer used to craft copper horns, as copper horns have been removed.|Changed goat horn sounds.{{verify}}|Removed "Fly" and "Dream" goat horns.}}
{{History||1.19.0|snap=beta 1.19.0.28|Goat horns are now available without enabling experimental gameplay.}}
{{History||1.19.10|snap=beta 1.19.10.22|Renamed the "Resist" goat horn to the "Dream" goat horn to match ''Java Edition''.|The "Feel" goat horn now plays the same sound as ''Java Edition''.}}
{{History|upcoming bedrock}}
{{History||1.20.40|snap=beta 1.20.40.22|Goat horns now have a range of 256 blocks.<ref name=nodistance>{{Bug|MCPE-153254}}</ref>}}
{{History|foot}}

== Issues ==
{{issue list}}

== Trivia ==
* The "seek" horn sounds similar to the "ominous horn" that announces a [[raid]].

== Gallery ==
<gallery>
File:Screenshot (17).png|Steve using a goat horn.
File:Alex uses a goat horn.png|Alex using a goat horn.
File:Screenshot (18).png|The goat horn animation in first person.
File:Screenshot (19).png|The goat horn animation with "Left Hand" option enabled.
</gallery>

== Notes ==
<references group="note" />

== References ==
{{reflist}}

== External Links ==

* [https://www.minecraft.net/en-us/article/taking-inventory--goat-horn Taking Inventory: Goat Horn] - Minecraft.net on February 16, 2023
{{Items}}

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

[[de:Ziegenhorn]]
[[es:Cuerno de cabra]]
[[fr:Corne de chèvre]]
[[it:Corno di capra]]
[[ja:ヤギの角笛]]
[[pl:Kozi róg]]
[[pt:Chifre de cabra]]
[[ru:Козий рог]]
[[zh:山羊角]]</li></ul>
1.4.3Switching tools resets a block's brokenness.
1.4.6
{{Extension DPL}}<ul><li>[[Minecart with Hopper|Minecart with Hopper]]<br/>{{ItemEntity
|image=Minecart with Hopper.png
|renewable=Yes
|stackable=No
|size=Height: 0.7 Blocks<br>Width: 0.98 Blocks
|networkid='''[[JE]]''': 10
|drops=1 {{ItemLink|Minecart with Hopper}}<br>plus contents
|health={{hp|6}}
}}
A '''minecart with hopper''' is a [[minecart]] with a [[hopper]] inside. Unlike a normal hopper, it pulls items from containers much more quickly, cannot push items into containers, can collect [[Item (entity)|item entities]] through a single layer of [[solid block]]s and is locked and unlocked via [[Activator Rail|activator rails]].

== Obtaining ==

=== Crafting ===

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

Minecarts with hoppers can be retrieved by attacking them. By doing so it drop as an [[item (entity)|item]] and any other contents of the hopper are dropped as well.

== Usage ==
[[File:Minecart with Hopper GUI.png|thumb|176px|The GUI of a minecart with hopper.]]
Minecarts with hoppers are placed similarly to other [[minecart]]s.

A minecart with hopper pulls in items lying nearby (within a range slightly larger than the cart itself), or inside a container directly above the minecart, at a rate of 1 item every [[game tick]] (20 items per second), eight times as fast as a normal hopper. It also picks up items that are lying on a block directly above the track. It does not push items into containers, but a hopper underneath the track can remove items from a minecart with hopper on the track. Ordinary hoppers can also drop items into a minecart with hopper like other containers, at the normal speed of 2.5 items per second. In Bedrock Edition, a minecart with hopper on curved rail pulls in items in a hopper lying in front of its moving direction and 1 block above if hopper's output funnel is pointed downward and no block is below that hopper.<ref>{{bug|MCPE-94293}}</ref>

The hopper can be disabled by passing over a powered [[activator rail]], and can be reenabled by an inactive activator rail.

An empty minecart with hopper can travel more than 85 blocks without stopping (as opposed to a normal cart going less than 12 blocks) from a dead stop using a 2 powered track starter even with another cart in front of them. However, the distance traveled by a minecart with hopper depends on the hopper's load. Using a 1 powered rail starter track, a minecart with an empty hopper travels 64 blocks until it stops (as opposed to an empty normal minecart going 8 blocks). The distance traveled diminishes non-linearly with increased hopper load; a minecart with a full hopper can travel only 16 blocks in this setup.

{{See also|Tutorials/Storage minecarts}}

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

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

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

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|firstcolumnname=Item
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Minecart with Hopper
|spritetype=item
|nameid=hopper_minecart
|id=526
|form=item
|foot=1}}
{{ID table
|edition=bedrock
|firstcolumnname=Entity
|shownumericids=y
|generatetranslationkeys=y
|displayname=Minecart with Hopper
|spritetype=entity
|nameid=hopper_minecart
|id=96
|foot=1}}

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

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

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

== Video ==

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

== History ==

{{History|java}}
{{History||1.5|snap=13w03a|[[File:Minecart with Hopper JE1 BE1.png|32px]] [[File:Minecart with Hopper (item) JE1 BE1.png|32px]] Added minecart with hopper.}}
{{History||1.9|snap=15w43a|Loot tables are added; minecarts with hopper now can use loot tables.}}
{{History||1.9.1|snap=pre2|The title of the [[inventory]] is changed from 'Hopper minecart' to 'Minecart with Hopper'.}}
{{History||1.11|snap=16w32a|The entity ID of the minecart with hopper has now been changed from <code>MinecartHopper</code> to <code>hopper_minecart</code>.}}
{{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 408.}}
{{History||1.14|snap=18w43a|[[File:Minecart with Hopper JE2 BE2.png|32px]] [[File:Minecart with Hopper (item) JE2 BE2.png|32px]] The textures of the minecart with hopper have now been changed.}}
{{History||1.15|snap=19w38a|[[File:Minecart with Hopper 19w38a.png|32px]] The hopper now appears dark, same as suffocating mobs.}}
{{History|||snap=19w39a|The hopper now renders correctly.}}
{{History||1.16.2|snap=Pre-release 1|Opening or destroying a minecart with hopper now angers nearby [[piglin]]s.}}
{{History||1.19|snap=22w13a|The crafting recipe for a minecart with hopper is now shapeless.|Breaking a minecart with hopper will now drop the item instead of the minecart and hopper separately, though the contents of the hopper are still dropped.<ref>{{bug|MC-249493|||Fixed}}</ref>}}
{{History||1.19.4|snap=23w06a|Minecart with hopper now no longer aggravates [[piglin]]s when opened.}}

{{History|pocket alpha}}
{{History||v0.14.0|snap=build 1|[[File:Minecart with Hopper JE1 BE1.png|32px]] [[File:Minecart with Hopper (item) JE1 BE1.png|32px]] Added minecart with hopper.}}
{{History|pocket}}
{{History||1.1.0|snap=alpha 1.1.0.0|The entity ID of the minecart with hopper has now been changed from <code>minecarthopper</code> to <code>hopper_minecart</code>.}}
{{History|bedrock}}
{{History||1.10.0|snap=beta 1.10.0.3|[[File:Minecart with Hopper JE2 BE2.png|32px]] [[File:Minecart with Hopper (item) JE2 BE2.png|32px]] The textures of the minecart with hopper have now been changed.}}
{{History||1.19.0|snap=beta 1.19.0.30|Breaking a minecart with hopper will now drop the item instead of the minecart and hopper separately, though the contents of the hopper are still dropped.}}

{{History|console}}
{{History||xbox=TU19|xbone=CU7|ps=1.12|wiiu=Patch 1|switch=1.0.1|[[File:Minecart with Hopper JE1 BE1.png|32px]] [[File:Minecart with Hopper (item) JE1 BE1.png|32px]] Added minecart with hopper.}}
{{History||xbox=none|xbone=none|ps=1.90|wiiu=none|switch=none|[[File:Minecart with Hopper JE2 BE2.png|32px]] [[File:Minecart with Hopper (item) JE2 BE2.png|32px]] The textures of the minecart with hopper have now been changed.}}

{{History|new 3ds}}
{{History||0.1.0|[[File:Minecart with Hopper JE1 BE1.png|32px]]  [[File:Minecart with Hopper (item) JE1 BE1.png|32px]] Added minecart with hopper.
|Minecarts with hopper emit smoke [[particles]] when destroyed.}}
{{History|foot}}

== Issues ==

{{issue list}}

== Gallery ==

<gallery>
File:First hopper Minecart Image.png|The first image of hopper carts released by Dinnerbone.<ref>{{Tweet|Dinnerbone|291215700213772289|Well you guys got that quick. The letters in the hotbar were for <nowiki>[imgur link]|January 15, 2013}}</ref>
File:13w03a Banner.png|The 13w03a banner showing a minecart with hopper and a [[dropper]].
</gallery>

== References ==

{{reflist}}


{{items}}
{{entities}}

[[Category:Mechanics]]
[[Category:Storage]]

[[cs:Vozík s násypkou]]
[[de:Trichterlore]]
[[es:Vagoneta con tolva]]
[[fr:Wagonnet à entonnoir]]
[[hu:Tölcsér csille]]
[[it:Carrello da miniera]]
[[ja:ホッパー付きのトロッコ]]
[[ko:호퍼가 실린 광산 수레]]
[[nl:Mijnkar met trechter]]
[[pl:Wagonik z lejem]]
[[pt:Carrinho de mina com funil]]
[[ru:Вагонетка с воронкой]]
[[uk:Вагонетка з лійкою]]
[[zh:漏斗矿车]]</li><li>[[Smithing Template|Smithing Template]]<br/>{{for|the block|Smithing Table}}
{{Item
| title = Smithing Template
| image = <gallery>
Netherite Upgrade Smithing Template.png | Netherite Upgrade
Sentry Armor Trim Smithing Template.png | Armor Trim
</gallery>
| rarity = Rare
| renewable = No<!--Smithing templates are not renewable because diamonds, their only other method of creation, are not renewable.-->
| stackable = Yes (64)
}}
'''Smithing templates''' are items used in [[Smithing Table|smithing tables]] to alter [[Tool|tools]] and [[armor]]. They are consumed when used, but can be [[Crafting|duplicated]] using an existing template, its material and [[Diamond|diamonds]].

The sixteen '''armor trim smithing templates''' are found in a variety of [[Generated structures|structures]], and are used to apply various decorative trims (dependent on the variant) to armor using certain minerals for different colors.

'''Netherite upgrade smithing templates''' are required to upgrade diamond equipment with a [[Netherite Ingot|netherite ingot]]. They are only found in [[Bastion Remnant|bastion remnants]], but are guaranteed only in [[:en:Bastion_Remnant#Treasure_room|treasure rooms]].

== Obtaining ==
Smithing templates can be found in various [[Generated structures|structures]] and can be duplicated by using seven diamonds and a block based on what the template is.

=== Crafting ===
{{Crafting
|A1=Diamond |B1=Matching Smithing Template                                                                                                                           |C1=Diamond
|A2=Diamond |B2=Netherrack;Cobblestone;Sandstone;End Stone;Terracotta;Terracotta;Netherrack;Cobblestone;Terracotta;Cobbled Deepslate;Blackstone;Purpur Block;Prismarine;Cobblestone;Cobbled Deepslate;Terracotta;Mossy Cobblestone |C2=Diamond
|A3=Diamond |B3=Diamond                                                                                                                                              |C3=Diamond
|Output=Matching Smithing Template,2
}}

{| class="article-table"
|+ Duplication 
! Item !! Material
|-
| {{ItemSprite|netherite-upgrade|text=Netherite Upgrade}} || {{BlockSprite|Netherrack|text=Netherrack}}
|-
| {{ItemSprite|sentry-armor-trim|text=Sentry Armor Trim}} || {{BlockSprite|Cobblestone|text=Cobblestone}}
|-
| {{ItemSprite|vex-armor-trim|text=Vex Armor Trim}} || {{BlockSprite|Cobblestone|text=Cobblestone}}
|-
| {{ItemSprite|wild-armor-trim|text=Wild Armor Trim}} || {{BlockSprite|Mossy Cobblestone|text=Mossy Cobblestone}}
|-
| {{ItemSprite|coast-armor-trim|text=Coast Armor Trim}} || {{BlockSprite|Cobblestone|text=Cobblestone}}
|-
| {{ItemSprite|dune-armor-trim|text=Dune Armor Trim}} || {{BlockSprite|Sandstone|text=Sandstone}}
|-
| {{ItemSprite|wayfinder-armor-trim|text=Wayfinder Armor Trim}} || {{BlockSprite|Terracotta|text=Terracotta}}
|-
| {{ItemSprite|raiser-armor-trim|text=Raiser Armor Trim}} || {{BlockSprite|Terracotta|text=Terracotta}}
|-
| {{ItemSprite|shaper-armor-trim|text=Shaper Armor Trim}} || {{BlockSprite|Terracotta|text=Terracotta}}
|-
| {{ItemSprite|host-armor-trim|text=Host Armor Trim}} || {{BlockSprite|Terracotta|text=Terracotta}}
|-
| {{ItemSprite|ward-armor-trim|text=Ward Armor Trim}} || {{BlockSprite|Cobbled Deepslate|text=Cobbled Deepslate}}
|-
| {{ItemSprite|silence-armor-trim|text=Silence Armor Trim}} || {{BlockSprite|Cobbled Deepslate|text=Cobbled Deepslate}}
|-
| {{ItemSprite|tide-armor-trim|text=Tide Armor Trim}} || {{BlockSprite|Prismarine|text=Prismarine}}
|-
| {{ItemSprite|snout-armor-trim|text=Snout Armor Trim}} || {{BlockSprite|Blackstone|text=Blackstone}}
|-
| {{ItemSprite|rib-armor-trim|text=Rib Armor Trim}} || {{BlockSprite|Netherrack|text=Netherrack}}
|-
| {{ItemSprite|eye-armor-trim|text=Eye Armor Trim}} || {{BlockSprite|End Stone|text=End Stone}}
|-
| {{ItemSprite|spire-armor-trim|text=Spire Armor Trim}} || {{BlockSprite|Purpur Block|text=Purpur Block}}
|}

{{IN|bedrock}}, spire, tide, and dune armor trims can be duplicated with more blocks than {{in|java}}. In addition to the normal blocks, Tide armor trims can be duplicated using Prismarine Bricks or Dark Prismarine, dune armor trims can be duplicated with smooth sandstone, cut sandstone, or chiseled sandstone, and spire armor trims can be duplicated with purpur pillars.<ref>{{bug|MCPE-172711||Tide, Spire, and Dune Armor Trims can be crafted from more blocks than in Java Edition}}</ref>

=== Mob loot ===
[[Elder guardian]]s have a 20% chance to drop 1 tide armor trim upon death. [[Looting]] doesn't affect this percentage, and the elder guardian doesn't need to be killed by a player in order for the trim to drop and can be duplicated with [[prismarine]].

=== Chest loot ===
{{#invoke:LootChest|base3|netherite-upgrade-smithing-template,sentry-armor-trim-smithing-template,vex-armor-trim-smithing-template,wild-armor-trim-smithing-template,coast-armor-trim-smithing-template,dune-armor-trim-smithing-template,ward-armor-trim-smithing-template,silence-armor-trim-smithing-template,snout-armor-trim-smithing-template,rib-armor-trim-smithing-template,eye-armor-trim-smithing-template,spire-armor-trim-smithing-template}}
Note: In Woodland Mansions, only chests with random loot have the chance to contain the Vex Smithing Template, chests in the "Allium room", "Sapling farm", "Tree-chopping room" and "Fake End portal room" always generate with the same, room specific, loot.

=== Suspicious block loot ===
Items can only be extracted from [[Suspicious Block|suspicious blocks]] using a [[brush]].{{#invoke:LootChest|base3|wayfinder-armor-trim-smithing-template,raiser-armor-trim-smithing-template,shaper-armor-trim-smithing-template,host-armor-trim-smithing-template}}

== Usage ==
=== Crafting ingredient ===
{{Crafting
|A1=Diamond |B1=Matching Smithing Template                                                                                                                           |C1=Diamond
|A2=Diamond |B2=Netherrack;Cobblestone;Sandstone;End Stone;Terracotta;Terracotta;Netherrack;Cobblestone;Terracotta;Cobbled Deepslate;Blackstone;Purpur Block;Prismarine;Cobblestone;Cobbled Deepslate;Terracotta;Mossy Cobblestone |C2=Diamond
|A3=Diamond |B3=Diamond                                                                                                                                              |C3=Diamond
|Output=Matching Smithing Template,2
}}

=== Smithing ingredient ===
Smithing templates are used at a [[smithing table]]. Netherite upgrade smithing templates are used to upgrade diamond gear into netherite gear by using a netherite upgrade, a piece of diamond gear, and a [[netherite ingot]]. 

{{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
|Netherite Ingot
|Netherite Helmet; Netherite Chestplate; Netherite Leggings; Netherite Boots; Netherite Sword; Netherite Pickaxe; Netherite Axe; Netherite Shovel
|tail=1
}}

{{FakeImage|{{Animate|Iron_Armor_with_Iron_Shaper_Trim.png; Golden_Armor_with_Golden_Shaper_Trim.png; Diamond_Armor_with_Diamond_Shaper_Trim.png; Netherite_Armor_with_Netherite_Shaper_Trim.png|180px}}|If the armor material and the trimming material are the same, the color palette used for the armor trim is darker.}}
Armor trim smithing templates are used to customize an armor piece's appearance by using a smithing template, an armor piece, and an ingot or crystal ([[emerald]], [[redstone dust]], [[lapis lazuli]], [[amethyst shard]], [[nether quartz]], [[netherite ingot]], [[diamond]], [[gold ingot]], [[iron ingot]], or [[copper ingot]]). Including all dyed leather armor colors and regular armor, there are ≈3.679x10<sup>9</sup> different possible armor pieces<!--5713438 leather colors, plus the 4 other armor materials = 5713442. 5713442 * 161 (the 160 trim combos (16 trims, 10 materials) + untrimmed) = 919864162. 919864162 * 4 (helmet, chestplate, leggings, boots) = 3679456648 ≈ 3.679x10^9-->, and 7.16x10<sup>35</sup> <!--919864162 + 1 (no armor in that slot) = 919864163. 919864163^4 = 715969952015045562662444917041515536 ≈ 7.16x10^35 total possible armor combinations-->total possible armor combinations excluding enchantments and the player not wearing armor.

Already trimmed armor can be trimmed again by applying another template on it; the old trim pattern is overwritten in the process.<ref>{{bug|MC-262538||When combining armor trims the new trim deletes the old one|WAI}}</ref> Therefore, one piece of armor cannot possess multiple trims at the same time.

Most armor trims cover a small portion of the armor piece's surface with the trim material, except for the silence armor trim, which allows the trim material to cover a majority of the armor piece's surface.

All of the trims are purely decorative, and don't impact gameplay or strength(without the use of mods or plugins) of the armor they are applied to in any way. [[Piglin]]s do not pick up any gold-trimmed armor pieces, and they are not pacified by players wearing even a full set of gold-trimmed armor (unless, of course, the armor pieces in question are themselves golden), and netherite-trimmed armor pieces can still be burned by [[fire]].

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

;List of color palettes for all materials
*{{ItemSprite|emerald         }} - {{TrimPalette| emerald         }}
*{{ItemSprite|redstone dust   }} - {{TrimPalette| redstone dust   }}
*{{ItemSprite|lapis lazuli    }} - {{TrimPalette| lapis lazuli    }}
*{{ItemSprite|amethyst shard  }} - {{TrimPalette| amethyst shard  }}
*{{ItemSprite|nether quartz   }} - {{TrimPalette| nether quartz   }}
*{{ItemSprite|netherite ingot }} - {{TrimPalette| netherite ingot }} (Darker: {{TrimPalette| netherite ingot |darker=1}})
*{{ItemSprite|diamond         }} - {{TrimPalette| diamond         }} (Darker: {{TrimPalette| diamond         |darker=1}})
*{{ItemSprite|gold ingot      }} - {{TrimPalette| gold ingot      }} (Darker: {{TrimPalette| gold ingot      |darker=1}})
*{{ItemSprite|iron ingot      }} - {{TrimPalette| iron ingot      }} (Darker: {{TrimPalette| iron ingot      |darker=1}})
*{{ItemSprite|copper ingot    }} - {{TrimPalette| copper ingot    }}

== Data values ==
=== ID ===
{{edition|java}}:
{{ID table
|edition=java
|firstcolumnname=Smithing Template
|showforms=y
|generatetranslationkeys=y
|displayname=Netherite Upgrade
|spritename=netherite-upgrade-smithing-template
|spritetype=item
|nameid=netherite_upgrade_smithing_template
|form=item}}
{{ID table
|displayname=Sentry Armor Trim
|spritename=sentry-armor-trim-smithing-template
|spritetype=item
|nameid=sentry_armor_trim_smithing_template
|form=item}}
{{ID table
|displayname=Vex Armor Trim
|spritename=vex-armor-trim-smithing-template
|spritetype=item
|nameid=vex_armor_trim_smithing_template
|form=item}}
{{ID table
|displayname=Wild Armor Trim
|spritename=wild-armor-trim-smithing-template
|spritetype=item
|nameid=wild_armor_trim_smithing_template
|form=item}}
{{ID table
|displayname=Coast Armor Trim
|spritename=coast-armor-trim-smithing-template
|spritetype=item
|nameid=coast_armor_trim_smithing_template
|form=item}}
{{ID table
|displayname=Dune Armor Trim
|spritename=dune-armor-trim-smithing-template
|spritetype=item
|nameid=dune_armor_trim_smithing_template
|form=item}}
{{ID table
|displayname=Wayfinder Armor Trim
|spritename=wayfinder-armor-trim-smithing-template
|spritetype=item
|nameid=wayfinder_armor_trim_smithing_template
|form=item}}
{{ID table
|displayname=Raiser Armor Trim
|spritename=raiser-armor-trim-smithing-template
|spritetype=item
|nameid=raiser_armor_trim_smithing_template
|form=item}}
{{ID table
|displayname=Shaper Armor Trim
|spritename=shaper-armor-trim-smithing-template
|spritetype=item
|nameid=shaper_armor_trim_smithing_template
|form=item}}
{{ID table
|displayname=Host Armor Trim
|spritename=host-armor-trim-smithing-template
|spritetype=item
|nameid=host_armor_trim_smithing_template
|form=item}}
{{ID table
|displayname=Ward Armor Trim
|spritename=ward-armor-trim-smithing-template
|spritetype=item
|nameid=ward_armor_trim_smithing_template
|form=item}}
{{ID table
|displayname=Silence Armor Trim
|spritename=silence-armor-trim-smithing-template
|spritetype=item
|nameid=silence_armor_trim_smithing_template
|form=item}}
{{ID table
|displayname=Tide Armor Trim
|spritename=tide-armor-trim-smithing-template
|spritetype=item
|nameid=tide_armor_trim_smithing_template
|form=item}}
{{ID table
|displayname=Snout Armor Trim
|spritename=snout-armor-trim-smithing-template
|spritetype=item
|nameid=snout_armor_trim_smithing_template
|form=item}}
{{ID table
|displayname=Rib Armor Trim
|spritename=rib-armor-trim-smithing-template
|spritetype=item
|nameid=rib_armor_trim_smithing_template
|form=item}}
{{ID table
|displayname=Eye Armor Trim
|spritename=eye-armor-trim-smithing-template
|spritetype=item
|nameid=eye_armor_trim_smithing_template
|form=item}}
{{ID table
|displayname=Spire Armor Trim
|spritename=spire-armor-trim-smithing-template
|spritetype=item
|nameid=spire_armor_trim_smithing_template
|form=item
|foot=1}}

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|firstcolumnname=Smithing Template
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Netherite Upgrade
|spritename=netherite-upgrade-smithing-template
|spritetype=item
|nameid=netherite_upgrade_smithing_template
|id=685
|form=item
|translationkey=item.smithing_template.name, upgrade.netherite_upgrade.name}}
{{ID table
|displayname=Sentry Armor Trim
|spritename=sentry-armor-trim-smithing-template
|spritetype=item
|nameid=sentry_armor_trim_smithing_template
|id=686
|form=item
|translationkey=item.smithing_template.name, trim_pattern.sentry.name}}
{{ID table
|displayname=Vex Armor Trim
|spritename=vex-armor-trim-smithing-template
|spritetype=item
|nameid=vex_armor_trim_smithing_template
|id=692
|form=item
|translationkey=item.smithing_template.name, trim_pattern.vex.name}}
{{ID table
|displayname=Wild Armor Trim
|spritename=wild-armor-trim-smithing-template
|spritetype=item
|nameid=wild_armor_trim_smithing_template
|id=689
|form=item
|translationkey=item.smithing_template.name, trim_pattern.wild.name}}
{{ID table
|displayname=Coast Armor Trim
|spritename=coast-armor-trim-smithing-template
|spritetype=item
|nameid=coast_armor_trim_smithing_template
|id=688
|form=item
|translationkey=item.smithing_template.name, trim_pattern.coast.name}}
{{ID table
|displayname=Dune Armor Trim
|spritename=dune-armor-trim-smithing-template
|spritetype=item
|nameid=dune_armor_trim_smithing_template
|id=687
|form=item
|translationkey=item.smithing_template.name, trim_pattern.dune.name}}
{{ID table
|displayname=Wayfinder Armor Trim
|spritename=wayfinder-armor-trim-smithing-template
|spritetype=item
|nameid=wayfinder_armor_trim_smithing_template
|id=698
|form=item
|translationkey=item.smithing_template.name, trim_pattern.wayfinder.name}}
{{ID table
|displayname=Raiser Armor Trim
|spritename=raiser-armor-trim-smithing-template
|spritetype=item
|nameid=raiser_armor_trim_smithing_template
|id=699
|form=item
|translationkey=item.smithing_template.name, trim_pattern.raiser.name}}
{{ID table
|displayname=Shaper Armor Trim
|spritename=shaper-armor-trim-smithing-template
|spritetype=item
|nameid=shaper_armor_trim_smithing_template
|id=700
|form=item
|translationkey=item.smithing_template.name, trim_pattern.shaper.name}}
{{ID table
|displayname=Host Armor Trim
|spritename=host-armor-trim-smithing-template
|spritetype=item
|nameid=host_armor_trim_smithing_template
|id=701
|form=item
|translationkey=item.smithing_template.name, trim_pattern.host.name}}
{{ID table
|displayname=Ward Armor Trim
|spritename=ward-armor-trim-smithing-template
|spritetype=item
|nameid=ward_armor_trim_smithing_template
|id=690
|form=item
|translationkey=item.smithing_template.name, trim_pattern.ward.name}}
{{ID table
|displayname=Silence Armor Trim
|spritename=silence-armor-trim-smithing-template
|spritetype=item
|nameid=silence_armor_trim_smithing_template
|id=697
|form=item
|translationkey=item.smithing_template.name, trim_pattern.silence.name}}
{{ID table
|displayname=Tide Armor Trim
|spritename=tide-armor-trim-smithing-template
|spritetype=item
|nameid=tide_armor_trim_smithing_template
|id=693
|form=item
|translationkey=item.smithing_template.name, trim_pattern.tide.name}}
{{ID table
|displayname=Snout Armor Trim
|spritename=snout-armor-trim-smithing-template
|spritetype=item
|nameid=snout_armor_trim_smithing_template
|id=694
|form=item
|translationkey=item.smithing_template.name, trim_pattern.snout.name}}
{{ID table
|displayname=Rib Armor Trim
|spritename=rib-armor-trim-smithing-template
|spritetype=item
|nameid=rib_armor_trim_smithing_template
|id=695
|form=item
|translationkey=item.smithing_template.name, trim_pattern.rib.name}}
{{ID table
|displayname=Eye Armor Trim
|spritename=eye-armor-trim-smithing-template
|spritetype=item
|nameid=eye_armor_trim_smithing_template
|id=691
|form=item
|translationkey=item.smithing_template.name, trim_pattern.eye.name}}
{{ID table
|displayname=Spire Armor Trim
|spritename=spire-armor-trim-smithing-template
|spritetype=item
|nameid=spire_armor_trim_smithing_template
|id=696
|form=item
|translationkey=item.smithing_template.name, trim_pattern.spire.name
|foot=1}}

== Achievements ==
{{load achievements|Smithing with style}}

== Advancements ==
{{load advancements|Crafting a New Look;Smithing with Style}}

== Video ==
{{yt|klP9SrJFDU8}}

== History ==
{{History|java}}
{{History||1.20<br>(Experimental)|link=1.19.4|snap=23w04a|[[File:Netherite Upgrade Smithing Template JE1 BE1.png|32px]] [[File:Sentry Armor Trim Smithing Template JE1 BE1.png|32px]] [[File:Vex Armor Trim Smithing Template JE1 BE1.png|32px]] [[File:Wild Armor Trim Smithing Template JE1 BE1.png|32px]] [[File:Coast Armor Trim Smithing Template JE1 BE1.png|32px]] [[File:Dune Armor Trim Smithing Template JE1 BE1.png|32px]] [[File:Ward Armor Trim Smithing Template JE1 BE1.png|32px]] [[File:Tide Armor Trim Smithing Template JE1 BE1.png|32px]] [[File:Snout Armor Trim Smithing Template JE1 BE1.png|32px]] [[File:Rib Armor Trim Smithing Template JE1 BE1.png|32px]] [[File:Eye Armor Trim Smithing Template JE1 BE1.png|32px]] [[File:Spire Armor Trim Smithing Template JE1 BE1.png|32px]] Added smithing templates behind the "Update 1.20" experimental datapack.}}
{{History|||snap=23w05a|Smithing templates can be used to trim leather armor.
|Gold, iron, diamond, and netherite armor can be trimmed with their respective material.
|The dune, coast, wild, and sentry armor trims now always generate two templates in a chest when found.
|Increased the chances for all smithing templates that generate in chest loot to spawn:
*Netherite upgrade chance to find increased from 3.2% to 10%.
*Coast chance to find increased from 11.1% to 16.7%.
*Dune chance to find increased from 11.1% to 14.3%.
*Eye chance to find increased from 4.7% to 10% in alter chests, and to 100% in library chests.
*Rib chance to find increased from 4.7% to 6.7%.
*Sentry chance to find increased from 20% to 25%.
*Snout chance to find increased from 4.7% to 8.3%.
*Spire chance to find increased from 4.7% to 6.7%.
*Vex chance to find increased from 4.7% to 50%.
*Ward chance to find increased from 4.7% to 5%.
*Wild chance to find increased from 20% to 33%.}}
{{History||1.20|snap=23w12a|Smithing templates are now available without using the "Update 1.20" experimental datapack.|[[File:Wayfinder Armor Trim Smithing Template JE1 BE1.png|32px]] [[File:Raiser Armor Trim Smithing Template JE1 BE1.png|32px]] [[File:Shaper Armor Trim Smithing Template JE1 BE1.png|32px]] [[File:Host Armor Trim Smithing Template JE1 BE1.png|32px]] [[File:Silence Armor Trim Smithing Template JE1 BE1.png|32px]] Added wayfinder, raiser, shaper, host, and silence armor trim smithing templates.
|[[File:Sentry Armor Trim Smithing Template JE2 BE2.png|32px]] [[File:Dune Armor Trim Smithing Template JE2 BE2.png|32px]] Changed the textures of the sentry and dune armor trim smithing templates.
|The pattern textures of dune and sentry armor trims are changed from [[File:Armor Trim Dune (sample model) JE1 BE1.png|24px]] [[File:Armor Trim Sentry (sample model) JE1 BE1.png|24px]] to [[File:Armor Trim Dune (sample model) JE2 BE2.png|24px]] [[File:Armor Trim Sentry (sample model) JE2 BE2.png|24px]].<br>
Those previous patterns were left with different names: dune was renamed sentry and sentry was renamed shaper.}}
{{History|||snap=23w16a|Wayfinder, raiser, shaper, and host armor trim no longer generates in [[suspicious sand]] in [[trail ruins]].|Due to the split of the archaeological loot tables for the suspicious gravel within the [[trail ruins]]; wayfinder, raiser, shaper, and host armor trim now are in the rare loot.}}
{{History|||snap=23w17a|The probability of the wayfinder, raiser, shaper, and host armor trim to generate in [[suspicious gravel]] in [[trail ruins]] has been changed from 1/11 to 1/12.|The player now get the [[advancement]] "Crafting a new look" when they craft a trimmed armor at a [[smithing table]] using a smithing template, "Smithing with style" when they apply these smithing templates at least once on their armor: Spire, Snout, Rib, Ward, Silence, Vex, Tide, and Wayfinder.}}

{{History|bedrock}}
{{History||Next Major Update<br>(Experimental)|link=Bedrock Edition 1.19.80|snap=beta 1.19.80.21|[[File:Netherite Upgrade Smithing Template JE1 BE1.png|32px]] [[File:Sentry Armor Trim Smithing Template JE1 BE1.png|32px]] [[File:Vex Armor Trim Smithing Template JE1 BE1.png|32px]] [[File:Wild Armor Trim Smithing Template JE1 BE1.png|32px]] [[File:Coast Armor Trim Smithing Template JE1 BE1.png|32px]] [[File:Dune Armor Trim Smithing Template JE1 BE1.png|32px]] [[File:Ward Armor Trim Smithing Template JE1 BE1.png|32px]] [[File:Tide Armor Trim Smithing Template JE1 BE1.png|32px]] [[File:Snout Armor Trim Smithing Template JE1 BE1.png|32px]] [[File:Rib Armor Trim Smithing Template JE1 BE1.png|32px]] [[File:Eye Armor Trim Smithing Template JE1 BE1.png|32px]] [[File:Spire Armor Trim Smithing Template JE1 BE1.png|32px]] Added smithing templates behind the "[[Bedrock Edition 1.20.0|Next Major Update]]" [[experimental]] toggle.}}
{{History|||snap=beta 1.19.80.22|[[File:Wayfinder Armor Trim Smithing Template JE1 BE1.png|32px]] [[File:Raiser Armor Trim Smithing Template JE1 BE1.png|32px]] [[File:Shaper Armor Trim Smithing Template JE1 BE1.png|32px]] [[File:Host Armor Trim Smithing Template JE1 BE1.png|32px]] [[File:Silence Armor Trim Smithing Template JE1 BE1.png|32px]] Added wayfinder, raiser, shaper, host, and silence armor trim smithing templates.
|[[File:Sentry Armor Trim Smithing Template JE2 BE2.png|32px]] [[File:Dune Armor Trim Smithing Template JE2 BE2.png|32px]] Changed the textures of the sentry and dune armor trim smithing templates.
|The pattern textures of dune and sentry armor trims are changed from [[File:Armor Trim Dune (sample model) JE1 BE1.png|24px]] [[File:Armor Trim Sentry (sample model) JE1 BE1.png|24px]] to [[File:Armor Trim Dune (sample model) JE2 BE2.png|24px]] [[File:Armor Trim Sentry (sample model) JE2 BE2.png|24px]].<br>
Those previous patterns were left with different names: dune was renamed sentry and sentry was renamed shaper.}}
{{History||1.20.0|snap=beta 1.20.0.21|Smithing templates are now available without using the "Next Major Update" experimental toggle.}}
{{History|foot}}

== Issues ==
{{Issue list}}

== Trivia ==
* Smithing templates were named "Smithing Blueprints" in the prototype but was changed because the word "blueprint" sounded modern and technical.<ref>{{ytl|klP9SrJFDU8|Minecraft 1.20: Armor Trims - What Do They Mean?|Minecraft|May 4, 2023|t=98}}</ref>
* When Mojang developer Gnembon was working on armor trims, he accidentally messed up their rendering, making them jet through the player's body in a weird fashion, similar to what appears in {{w|Salvador Dalí}}'s paintings where a hand might poke through a forehead.<ref>{{ytl|ghQODkq4ITI|Mojang Dev Comes To Hermitcraft! (Mojang Developer Gnembom Interview)|GoodVodsWithScar|June 23, 2023|t=1980}}</ref>
* Some of the armor trims feature patterns based on a [[mob]] or [[block]] that is found in the same [[Generated structures|structure]] as the corresponding smithing template.<ref name=":0">"Some of the armor trims reflect the place where you found the template, for example bastions contain a piglin-inspired trim."-[[Sofia Dankis]]-{{Mcnet|armor-trims-coming-minecraft-1-20|Armor Trims Coming to Minecraft 1.20|January 24, 2023}}</ref>
** The spire armor trim resembles a [[shulker]].
** The vex armor trim resembles an [[evoker]]. As an item in the [[inventory]], it resembles the wing or the vein texture of a [[vex]].
** The wild armor trim has moss growing on 3 of its corners.
** The coast armor trim appears to have barnacles attached to it.
** The ward armor trim, as an item in the inventory, resembles the faces inside a [[warden]]'s chest.
** The silence armor trim appears to have sculk creeping onto / infecting it.
** The tide armor trim resembles [[Prismarine|prismarine bricks]].
** The snout armor trim resembles a [[piglin]]<ref name=":0" />.
** The rib armor trim resembles a [[wither skeleton]].
** The eye armor trim resembles an [[eye of ender]]. There are also two eyes on the head part of the armor trim that resemble those of an [[enderman]].
* ''Netherite upgrade smithing template'' (35 characters with "_" and 32 characters without "_") and ''sentry armor trim smithing template'' (35 characters with "_" and 31 characters without "_") are the current longest name for item ID, while ''[[polished blackstone pressure plate]]'' and ''[[cracked polished blackstone bricks]]'' have 34 characters with "_" and 31 characters without "_".
* The silence armor trim is the rarest trim, due to being found in ancient cities in the deep dark, and having only a 1.2% chance to be per chest.
* When [[lapis lazuli]] is used as trim material, it is called "Lapis" instead of its full name "Lapis Lazuli"; this is the only instance of the abbreviation "Lapis" being used in-game.<ref>{{bug|MC-262486|||WAI}}</ref>

== Gallery ==
=== Sprites ===
<gallery>
Netherite Upgrade Smithing Template.png|Netherite Upgrade
Sentry Armor Trim Smithing Template.png|Sentry Armor Trim
Vex Armor Trim Smithing Template.png|Vex Armor Trim
Wild Armor Trim Smithing Template.png|Wild Armor Trim
Coast Armor Trim Smithing Template.png|Coast Armor Trim
Dune Armor Trim Smithing Template.png|Dune Armor Trim
Wayfinder Armor Trim Smithing Template.png|Wayfinder Armor Trim
Raiser Armor Trim Smithing Template.png|Raiser Armor Trim
Shaper Armor Trim Smithing Template.png|Shaper Armor Trim
Host Armor Trim Smithing Template.png|Host Armor Trim
Ward Armor Trim Smithing Template.png|Ward Armor Trim
Silence Armor Trim Smithing Template.png|Silence Armor Trim
Tide Armor Trim Smithing Template.png|Tide Armor Trim
Snout Armor Trim Smithing Template.png|Snout Armor Trim
Rib Armor Trim Smithing Template.png|Rib Armor Trim
Eye Armor Trim Smithing Template.png|Eye Armor Trim
Spire Armor Trim Smithing Template.png|Spire Armor Trim
</gallery>

=== Armor trim patterns ===
<gallery>
Armor Trim Sentry (sample model).png|Sentry Armor Trim
Armor Trim Vex (sample model).png|Vex Armor Trim
Armor Trim Wild (sample model).png|Wild Armor Trim
Armor Trim Coast (sample model).png|Coast Armor Trim
Armor Trim Dune (sample model).png|Dune Armor Trim
Armor Trim Wayfinder (sample model).png|Wayfinder Armor Trim
Armor Trim Raiser (sample model).png|Raiser Armor Trim
Armor Trim Shaper (sample model).png|Shaper Armor Trim
Armor Trim Host (sample model).png|Host Armor Trim
Armor Trim Ward (sample model).png|Ward Armor Trim
Armor Trim Silence (sample model).png|Silence Armor Trim
Armor Trim Tide (sample model).png|Tide Armor Trim
Armor Trim Snout (sample model).png|Snout Armor Trim
Armor Trim Rib (sample model).png|Rib Armor Trim
Armor Trim Eye (sample model).png|Eye Armor Trim
Armor Trim Spire (sample model).png|Spire Armor Trim
</gallery>

=== Official Artwork ===
<gallery>
T&T Thumbnail.jpg|[[Sunny]] wearing amethyst armor trims.
Warden Chasing Alex with Silence Trim Pixel Art.png|A [[warden]] chasing Alex holding the silence armor trim.
Alex Trimming Armor in Smithing Table Pixel Art.png|Alex adding the silence armor trim and amethyst on iron armor.
Alex Wearing Iron Armor with Amethyst Pixel Art.jpg|Alex wearing the trimmed iron armor.
File:Live2023-01.jpeg|Noor working on trimmed iron armor.
</gallery>

=== Screenshots ===
<gallery>
Kingbdogz Armor Trim 1.jpg|Redstone trims on diamond armor.
Kingbdogz Armor Trim 2.jpg|Gold trims on netherite armor.
Too Many Trims.jpg|A large amount of armor trims.
Kingbdogz Armor Trim 3.jpg|Gold on netherite.
Kingbdogz Armor Trim 4.jpg|Diamond on diamond.
New Armor Trims in 23W12A.jpg|<ref>{{Tweet|kingbdogz|1638580472962850831|new trims got the drip The new "Silence" armor trim to the left is now the hardest trim to get, with only a 1% chance per chest to spawn in Ancient Cities. Definitely gonna be a challenge to get!|March 22, 2023}}</ref>
Emerald Armor.png|Emerald on gold.
Xilefian Armor Trims 1.png|[[Xilefian]] showing how armor trims work.
Xilefian Armor Trims 2.png|[[Xilefian]] showing how armor trims work.
Xilefian Armor Trims 3.png|[[Xilefian]] showing how armor trims work.
Armor Trims On Netherite Armors.png|A display of all eleven (before [[Java Edition 23w12a]]) armor trims and ten colors on netherite armors.
Armor Trim Showcase.png|A display of all eleven (before [[Java Edition 23w12a]]) armor trims, on netherite armor using emerald as the trim material.
Armor Trim Colors.png|A display of all ten armor trim colors, using the ward trim on a netherite helmet.
Silence Armor Trim on All Armors.png|A display of all ten colors of the silence armor trim on all armors.
Image 2023-06-07 154100087.png|A screenshot of every armor trim in every color(besides quartz) on leather armor.
Armor Trim Friends.jpg|Official screenshot of [[Alex]] and [[Zuri]] wearing armor trims.
LadyAgnes Armor Trims.jpg|Copper trims on netherite armor.
Trim Lineup.jpg
Fancy Delta.jpg|[[Kai]] wearing trimmed armor in a [[Basalt Delta]].
Trims & Pots.jpg
Noor Gold Armor Trim .jpeg
Noor Diamond Armor Trim.jpeg
Noor Netherite Armor Trim.jpeg
Noor Iron Armor Trim.jpeg
</gallery>

== References ==
{{Reflist}}

{{Items}}

[[Category:Bedrock Edition]]
[[Category:Non-renewable resources]]

[[de:Schmiedevorlage]]
[[es:Molde de herrería]]
[[fr:Modèle de forge]]
[[ja:鍛冶型]]
[[pl:Szablon kowalski]]
[[pt:Molde de ferraria]]
[[ru:Кузнечный шаблон]]
[[uk:Ковальський шаблон]]
[[zh:锻造模板]]</li></ul></nowiki>
12w50aThe Efficiency enchantment no longer applies when mining blocks of the wrong type (ex: Efficiency pickaxes don't increase the mining speed of dirt). This is a consequence of the new rule "the mining speed of a block is increased only when it is mined with the correct tool".
1.5
{{Extension DPL}}<ul><li>[[Blaze Rod|Blaze Rod]]<br/>{{Item
| image = Blaze Rod.png
| renewable = Yes
| stackable = Yes (64)
}}

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

== Obtaining ==

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

== Usage ==

=== Crafting ingredient ===

{{crafting usage}}

=== Fuel ===

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

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

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

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

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

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

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

== History ==

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

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

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

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

== Issues ==
{{issue list}}

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

{{items}}

== References ==
{{Reflist}}

[[Category:Renewable resources]]

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

[[Category:Items]]

[[cs:Kategorie:Potraviny]]
[[fr:Catégorie:Nourriture]]
[[hu:Kategória:Ételek]]
[[zh:Category:食物]]</li></ul>
13w09bThe proper tool now increases the breaking speed of a block even if it is not the correct grade.
Pocket Edition Alpha
?Breaking sounds of blocks drastically changed, from being identical to those of Alpha-esque updates to sounds that were much different depending on if the game was being played on iOS or Android.
0.7.2
{{Extension DPL}}<ul><li>[[Honeycomb|Honeycomb]]<br/>{{distinguish|Honeycomb Block}}
{{Item
| image = Honeycomb.png
| renewable = Yes
| stackable = Yes (64)
}}

'''Honeycombs''' are [[item]]s obtained from [[bee nest]]s and beehives.

== Obtaining ==
{{See also|Tutorials/Honey farming}}
When a bee nest or beehive at {{cd|honey_level}} 5 is [[shear]]ed, it drops 3 honeycombs and angers any [[bee]]s inside, causing them to attack. Having a lit [[campfire]] or lighting a [[fire]] underneath the nest or hive prevents the bees from becoming hostile.

A [[dispenser]] with [[shears]] inside can be used to shear the nest or hive without angering the bees. A honeycomb item drops out after using the shears.

== Usage ==

=== Signs ===

{{Control|Using}} a honeycomb on a [[sign]] or a hanging sign prevents the sign from being edited.

=== Waxing ===
{{Control|Using}} a honeycomb on a [[block of copper]] changes the block into its waxed variant, preventing oxidation of the copper.

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

== Sounds ==
{{edition|java}}:
{{Sound table
|sound=Beehive shear.ogg
|subtitle=Shears scrape
|source=neutral
|description=When honeycombs are collected from a beehive
|id=block.beehive.shear
|translationkey=subtitles.block.beehive.shear
|volume=0.8
|pitch=1.0/0.9/0.8
|distance=16}}
{{Sound table
|sound=Wax on1.ogg
|sound2=Wax on2.ogg
|sound3=Wax on3.ogg
|subtitle=Wax on
|source=block
|description=When a honeycomb waxes something
|id=item.honeycomb.wax_on
|translationkey=subtitles.item.honeycomb.wax_on
|volume=1.0
|pitch=1.0/0.9/1.1
|distance=16
|foot=1}}

{{edition|bedrock}}:
{{Sound table
|type=bedrock
|sound=Beehive shear.ogg
|source=block
|description=When honeycombs are collected from a beehive
|id=block.beehive.shear
|volume=0.8
|pitch=0.8-1.0}}
{{Sound table
|sound=Wax on1.ogg
|sound2=Wax on2.ogg
|sound3=Wax on3.ogg
|source=neutral
|description=When a honeycomb waxes something
|id=copper.wax.on
|volume=1.0
|pitch=0.8-1.2
|foot=1}}

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

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Honeycomb
|spritetype=item
|nameid=honeycomb
|id=591
|form=item
|foot=1}}

== Advancements ==
{{load advancements|Wax on;Wax off}}

== History ==
{{History|java}}
{{History||1.15|snap=19w34a|[[File:Honeycomb JE1.png|32px]] Added honeycombs.
|Honeycombs can be used to craft [[beehive]]s.}}
{{History|||snap=19w41a|Honeycombs can now be used to craft [[honeycomb block]]s.}}
{{History|||snap=Pre-release 3|[[File:Honeycomb texture change 1.15pre2 to 1.15pre3.gif|32px]] The texture file of honeycombs has been slightly changed. The color channel of transparent pixels are now filled to black. The in-game texture has not been changed.}}
{{History||1.17|snap=20w45a|Honeycomb can now be used to craft [[candle]]s and [[waxed copper]].}}
{{History|||snap=21w11a|Honeycomb can now be used to wax copper blocks by right clicking or dispensing honeycomb onto the block.}}
{{History|||snap=21w14a|Honeycomb can now be used to wax oxidized copper blocks.}}
{{History|||snap=21w19a|Honeycomb can no longer used to craft candles.}}
{{History|||snap=Pre-release 1|Honeycomb can once again used to craft candles.}}
{{History||1.20|snap=23w12a|[[Sign]]s and hanging signs can now be waxed with honeycomb to prevent them from being edited.}}

{{History|bedrock}}
{{History||1.14.0|snap=beta 1.14.0.1|[[File:Honeycomb BE1.png|32px]] Added honeycombs.}}
{{History|||snap=beta 1.14.0.4|[[File:Honeycomb BE2.png|32px]] The texture of honeycombs has been changed to match {{el|je}}'s.}}
{{History||Caves & Cliffs (experimental)|link=Bedrock Edition 1.17.0|snap=beta 1.16.210.57|Honeycomb can now be used to craft [[waxed copper]].
|Honeycomb can now be used to wax copper blocks by right clicking or dispensing honeycomb onto the block.}}
{{History||1.17.0|snap=beta 1.16.230.52|Honeycomb can now be used to wax oxidized copper blocks.}}
{{History||1.17.10|snap=beta 1.17.10.22|Honeycomb can now be used to craft [[candle]]s.}}
{{History||Next Major Update<br>(Experimental)|link=Bedrock Edition 1.19.80|snap=beta 1.19.80.22|[[Sign]]s and hanging signs can now be waxed with honeycomb to prevent them from being edited.}}

{{History|foot}}

== Issues ==
{{issue list}}


{{items}}

[[cs:Plástev medu]]
[[de:Honigwabe]]
[[es:Panal]]
[[fr:Rayon de miel]]
[[ja:ハニカム]]
[[ko:벌집 조각]]
[[pl:Plaster miodu]]
[[pt:Favo de mel]]
[[ru:Пчелиные соты]]
[[zh:蜜脾]]
[[Category:Renewable resources]]</li><li>[[Torchflower Seeds|Torchflower Seeds]]<br/>{{wip}}
{{Block
| image = <gallery>
Torchflower Age 0.png| Age 0
Torchflower Age 1.png| Age 1
Torchflower Age 2.png| Age 2
</gallery>
| image2 = Torchflower Seeds JE1.png
| transparent = Yes
| light = No
| tool = N/A
| renewable = Yes
| stackable = Yes (64)
| rarity = Common
|flammable=No
|lavasusceptible=No
}}

'''Torchflower seeds''' are seeds that have a chance to be dropped by [[Sniffer|sniffers]] when they finish digging.

== Obtaining ==
[[Sniffer]]s will occasionally bury their nose in the ground and start digging. Once the sniffer has finished digging, one torchflower seed will have a chance to be dropped on the floor as an item.

Sniffers can only dig for torchflower seeds in the following blocks:
*{{BlockLink|Dirt}}
*{{BlockLink|Grass Block}}
*{{BlockLink|Podzol}}
*{{BlockLink|Coarse Dirt}}
*{{BlockLink|Rooted Dirt}}
*{{BlockLink|Moss Block}}
*{{BlockLink|Mud}}
*{{BlockLink|Muddy Mangrove Roots}}
They cannot dig for torchflower seeds on [[mycelium]], which is intended.<ref>{{bug|MC-260259||Sniffers cannot dig nor find seeds on mycelium|WAI}}</ref>

== Usage ==
=== Crop ===
{{main|Tutorials/Crop farming|title1=Crop farming}}

Torchflower seeds can be {{control|placed}} on [[farmland]], where they grow through three stages. Breaking the torchflower crop before it matures drops the seed, while breaking the final stage produces one [[torchflower]] and does not yield the seed.

Crops break if pushed by a [[piston]] or if their supporting farmland breaks or turns to dirt (i.e. by being trampled), dropping their usual drops.

Farmer [[villager]]s can plant torchflower seeds, but cannot harvest them after they have fully grown.<ref>{{bug|MC-263382|||WAI}}</ref>

=== Feeding ===
Torchflower seeds can be used to breed [[sniffer]]s and [[chicken]]s and reduce the remaining growth duration of snifflets and chicks by 10%. Also, if some torchflower seeds were fed to an injured sniffer, it will heal it by {{hp|2}} health points.

=== Taming ===
Torchflower seeds can be used to tame [[parrot]]s.

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

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

== Data values ==
=== ID ===
{{edition|java}}:
{{ID table
|edition=java
|showblocktags=y
|showitemtags=y
|showforms=y
|generatetranslationkeys=y
|displayname=Torchflower Crop
|spritetype=block
|nameid=torchflower_crop
|form=block
|blocktags=bee_growables, crops}}
{{ID table
|displayname=Torchflower Seeds
|spritetype=item
|nameid=torchflower_seeds
|form=item
|itemtags=villager_plantable_seeds
|foot=1}}

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|shownumericids=y
|showforms=y
|generatetranslationkeys=y
|displayname=Torchflower Crop
|spritetype=block
|nameid=torchflower_crop
|id=-567
|form=block
|translationkey=-}}
{{ID table
|displayname=Torchflower Seeds
|spritetype=item
|nameid=torchflower_seeds
|id=296
|form=item
|foot=1}}

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

{{/BS}}

== Achievements ==
{{Load achievements|Planting The Past}}

== Advancements ==
{{load advancements|A Seedy Place;Planting The Past;Little Sniffs}}

== History ==
{{History|java}}
{{History||1.20<br>(Experimental)|link=1.19.4|snap=23w07a|[[File:Torchflower Seeds JE1.png|32px]] Added torchflower seeds behind the [[Java Edition 1.20|Update 1.20 experimental datapack]].}}
{{History|||snap=1.19.4 Pre-release 1|Torchflower seeds can now be used to breed [[chicken]]s and tame [[parrot]]s.<ref>{{bug|MC-260035|||Fixed}}</ref>|Torchflower seeds are now next to other seeds in the [[Creative inventory]].|Placing torchflower seeds in farmland now gives the player the "A Seedy Place" [[advancement]].}}
{{History||1.20|snap=23w12a|[[Sniffer]]s can now be obtained in Survival, making torchflower seeds [[renewable]].|Torchflower seeds are now available without using the "Update 1.20" experimental datapack.}}
{{History|||snap=23w14a|Torchflower seeds can now be picked up by farmer [[villager]]s.|[[Sniffer]]s can now be tempted with torchflower seeds.}}
{{History|||snap=23w16a|[[Villager]]s can now plant torchflower seeds.}}
{{History|||snap=23w17a|The player now get the [[advancement]] "Little sniffs" when they feed a [[snifflet]] using torchflower seeds, "Planting the past" when they plant torchflower seeds on [[farmland]].}}

{{History|bedrock}}
{{History||Sniffer<br>(Experimental)|link=Bedrock Edition 1.19.70|snap=beta 1.19.70.23|[[File:Torchflower Seeds JE1.png|32px]] Added torchflower seeds behind the "[[Bedrock Edition 1.20.0|Sniffer]]" [[experimental]] toggle.}}
{{History||1.20.0|snap=beta 1.20.0.20|Torchflower seeds are now available without using the "Sniffer" experimental toggle.}}
{{History|foot}}

== Issues ==
{{issue list}}

== Trivia ==
* The final growth stage of the torchflower crop uses the same ID as the actual torchflower. This causes some side effects, such as the plant becoming offset and randomly jumping to the side.<ref>{{bug|MC-260472|resolution=wai}}</ref>
 
== Gallery ==
<gallery>
Torchflower Seeds stages.png|All the growth stages of torchflower seeds.
</gallery>

== Notes ==
{{notelist}}

== References ==
{{reflist}}

{{Blocks|upcoming}}
{{Items}}
[[Category:Plants]]
[[Category:Non-solid blocks]]

[[de:Fackelliliensamen]]
[[es:Semillas de plantorcha]]
[[ja:トーチフラワーの種]]
[[pt:Sementes de plantocha]]
[[zh:火把莲种子]]</li></ul>
Buckets can no longer be used to literally mine water and lava.[1]
0.12.1
{{Extension DPL}}<ul><li>[[Dupe Hack|Dupe Hack]]<br/>{{for|the method to duplicate items and blocks|Tutorials/Block and item duplication}}
{{stub}}
{{Joke feature}}
{{exclusive|java}}{{item
| image = Missing Texture.png
| rarity=Common
| stackable=No
|title=minecraft:dupe_hack|renewable=Yes}}
'''minecraft:dupe_hack''' is a joke item from [[Java Edition 23w13a_or_b]].

==Obtaining==

Once the <code>dupe_hack_occurrence_chance</code> vote is approved the '''dupe hack''' item has a random chance of dropping whenever an entity with chests is killed by a player, e.g. when destroying a [[Minecart with Chest|minecart with chest]] with a [[sword]].

It doesn't appear in the [[creative]] menu, not even when the [[Options#Controls|option]] "Operator Items Tab" is enabled, but can be given to the player with [[Commands/give|<code>/give</code>]] and other commands.

==Usage==
The dupe hack item can be used to create a limited amount of duplicate items by placing it on a [[crafting table]] with any other item. It has a random chance of breaking, controlled by the <code>dupe_hack_break_chance</code> vote. This limitation can be mostly bypassed by putting the items in an [[Ender Chest|ender chest]] first and duplicating the chest.

When using the Dupe Hack, it has a random chance of breaking, which is often decided by votes.

===Crafting ingredient===

{{Crafting
  |Any Item
  |Dupe Hack
  |Output=Any Item, 2
  |showdescription=1
  |description=The dupe hack item remains in the crafting grid after duplicating an item.
  |foot=1
}}

==Data values==
===ID===
{{edition|java}}:{{ID table
|edition=java
|showforms=y
|generatetranslationkeys=y
|displayname=minecraft:dupe_hack
|spritetype=item
|nameid=dupe_hack
|form=item|foot=1|spritename=missingno}}

==History==
{{History|java}}
{{History||23w13a_or_b|[[File:Missing Texture JE4.png|32px]] Added minecraft:dupe_hack.}}
{{History|foot}}

{{items}}
{{Jokes}}

<references />

[[Category:Joke items]]

[[ja:Dupe Hack]]
[[pt:Dupe Hack]]</li><li>[[Nether Quartz|Nether Quartz]]<br/>{{About|the item|the ore|Nether Quartz Ore|the mineral block|Block of Quartz|other uses|Quartz}}
{{Item
| image = Nether Quartz.png
|type=
| renewable = Yes
| stackable = Yes (64)
}}

'''Nether quartz''' is a white mineral found in [[the Nether]].

== Obtaining ==
{{see also|Nether Quartz Ore#Natural generation}}

=== Mining ===

[[Nether quartz ore]] mined using a [[pickaxe]] drops one unit of Nether quartz. If the pickaxe is enchanted with [[Fortune]], it may drop an extra unit per level of Fortune, up to a maximum of four with Fortune III. If the pickaxe is enchanted with [[Silk Touch]], the ore drops itself.

=== Chest loot ===
{{LootChestItem|nether-quartz}}

=== Smelting ===
{{Smelting
|Nether Quartz Ore
|Nether Quartz
|0,2
}}

=== Bartering ===

[[Piglin]]s may [[barter]] 5–12 nether quartz when given a [[gold ingot]].

== Usage ==

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

=== Trading ===

Expert-level stone mason [[villagers]] have a {{frac|1|33}} chance to trade one [[emerald]] for 12 Nether quartz {{in|java}}. This trade is always offered {{in|bedrock}}.

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

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

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

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Nether Quartz
|spritetype=item
|nameid=quartz
|id=524
|form=item
|foot=1}}

== History ==

{{History|java}}
{{History||1.5|snap=13w01a|[[File:Nether Quartz JE1 BE1.png|32px]] Added Nether quartz. 
|Nether quartz is used to craft [[daylight sensor]]s and [[redstone comparator]]s.}}
{{History|||snap=January 4, 2013|slink=http://twitter.com/jeb_/status/287481098760499201|[[Jeb]] tweeted that Nether quartz would be used for more decorative uses as well.}}
{{History|||snap=January 7, 2013|slink=http://twitter.com/jeb_/status/288311932304371712|Jeb tweeted a picture of some [[block of quartz]] tests potentially being replacements for the lack of limestone/marble in the game.}}
{{History|||snap=13w02a|Added [[block of quartz]], which is [[crafting|crafted]] with Nether quartz.}}
{{History||1.8|snap=14w02a|Nether quartz can now be used to craft [[granite]] and [[diorite]].}}
{{History||1.11|snap=16w39a|Nether quartz is now used to craft [[observer]]s.}}
{{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeric ID was 406.}}
{{History||1.14|snap=18w43a|[[File:Nether Quartz JE2 BE2.png|32px]] The texture of Nether quartz has now been changed.}}
{{History|||snap=19w11a|Nether quartz is now [[trading|bought]] by [[villager]]s of the new mason profession.}}
{{History||1.16|snap=20w07a|Nether quartz now has a {{frac|1|109}} (~0.92%) chance of being offered by [[piglin]]s when [[bartering]], in a stack size of 1–4, making it [[renewable resource|renewable]].}}
{{History|||snap=20w09a|Nether quartz now has a {{frac|10|226}} (~4.42%) chance of being offered by piglins when bartering, in a stack size of 1–5.}}
{{History|||snap=20w10a|Nether quartz now has a {{frac|20|411}} (~4.87%) chance of being offered by piglins when bartering, in a stack size of 8-16.}}
{{History|||snap=20w11a|Nether quartz now has a {{frac|20|417}} (~4.80%) chance of being offered by piglins when bartering.}}
{{History|||snap=20w13a|Nether quartz now has a {{frac|20|424}} (~4.72%) chance of being offered by piglins when bartering.}}
{{History|||snap=20w16a|Nether quartz can now be found in [[bastion remnant]] chests.}}
{{History|||snap=20w20a|Nether quartz now has a {{frac|20|423}} (~4.73%) chance of being offered by piglins when bartering.}}
{{History||1.16.2|snap=20w28a|Nether quartz now has a {{frac|20|459}} (~4.36%) chance of being offered by piglins when bartering, in a stack size of 5-12.}}
{{History||1.20<br>(Experimental)|link=1.19.4|snap=23w04a|Nether quartz can now be used as an armor trim material.}}

{{History|pocket alpha}}
{{History||v0.6.0|[[File:Nether Quartz JE1 BE1.png|32px]] Added Nether quartz.}}
{{History||v0.12.1|snap=build 1|Nether quartz is no longer available from the [[Nether reactor]] and is now available from [[the Nether]].}}
{{History||v0.13.0|snap=build 1|Nether quartz is now used to craft [[daylight sensor]]s.}}
{{History||v0.14.0|snap=build 1|Nether quartz can now be used to craft [[redstone comparator]]s.}}
{{History||v0.15.0|snap=build 1|Nether quartz is now used to craft [[observer]]s.}}
{{History|bedrock}}
{{History||1.10.0|snap=beta 1.10.0.3|[[File:Nether Quartz JE2 BE2.png|32px]] The texture of Nether quartz has now been changed.
|Between 20 and 26 nether quartz can now be [[trading|sold]] to stone mason [[villager]]s.}}
{{History||1.11.0|snap=beta 1.11.0.4|[[Trading]] has now been changed, 12 Nether quartz can now be sold to stone mason villagers.}}
{{History||1.16.0|snap=beta 1.16.0.57|Nether Quartz can now be obtained from bartering with piglin.}}
{{History||1.19.80|snap=beta 1.19.80.21|Nether quartz can now be used as an armor trim material.}}

{{History|console}}
{{History||xbox=TU14|xbone=CU1|ps=1.04|wiiu=Patch 1|switch=1.0.1|[[File:Nether Quartz JE1 BE1.png|32px]] Added Nether quartz.}}
{{History||xbox=none|xbone=none|ps=1.90|wiiu=none|switch=none|[[File:Nether Quartz JE2 BE2.png|32px]] The texture of Nether quartz has now been changed.}}

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

== Issues ==

{{issue list}}

== Trivia ==

* All of the sensor related items that are craftable (comparator, daylight sensor, observer) are crafted with some Nether quartz involved.

== References ==

{{reflist}}

{{items}}

[[Category:Renewable resources]]

[[cs:Netheritový křemen]]
[[de:Netherquarz]]
[[es:Cuarzo del Nether]]
[[fr:Quartz du Nether]]
[[hu:Alvilági kvarc]]
[[ja:ネザークォーツ]]
[[ko:네더 석영]]
[[nl:Netherkwarts]]
[[pl:Kwarc]]
[[pt:Quartzo do Nether]]
[[ru:Кварц Нижнего мира]]
[[uk:Пекельний кварц]]
[[zh:下界石英]]</li></ul>
build 12Breaking sounds are now the same as on PC. Prior to this update, the breaking sounds of most blocks differed greatly on iOS and Android.

Trivia[]

  • In the code, blocks use a hardness value of -1 in order to make blocks unbreakable.
  • The breaking animation appears off-center on certain blocks such as chests and signs.[2]
  • Mining an ender chest with a wooden pickaxe takes the longest time in the game (16.9 seconds) to mine a block with the correct tool, without the effect of Mining Fatigue and other mining speed reduction events.

Notes[]

  1. a b c These blocks cannot be targeted (the block behind them is mined instead), so they cannot be broken, even though in code they have a finite hardness.
  2. The dragon egg can be mined directly only when there aren't any air blocks available for it to teleport to. However, the dragon egg can be collected by other means.
  3. No version exists with both netherite tools and this block, but the breaking speed can be inferred from hardness.
  4. a b c Chemistry tables are slow to break by hand, similar to blocks that require a pickaxe to mine. However, they still drop as items except the Lab Table.
  5. Leaves drop themselves only if destroyed via a silk touch-enchanted tool or shears; otherwise, they drop saplings and sticks, or apples if it is an oak tree.
  6. Grass drops itself only when broken with shears; using any other tool randomly drops seeds.
  7. a b These blocks have a 13 chance of dropping themselves.

References[]

  1. MCPE-3857
  2. MC-62197 — resolved as "Works As Intended".
Advertisement