Minecraft Wiki
Advertisement

Plantilla:About

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 used to create passages, tunnels and clear away unwanted blocks, and is the primary way of acquiring blocks for future placement or crafting.

Basics of breaking

Breaking is accomplished by holding down the destroy button while the cursor is over a block. If the player is within range of the target, the player's hand begins swinging, making a repetitive "thump" noise as the player hits the block, and cracks appear.

En Java Edition, this range is 5 blocks in Creative mode, and 4.5 blocks otherwise. En 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, making the current target easily visible. After the cracks completely cover the block, it breaks and depending on the type of block and the tool being wielded, it may be harvested for resources.

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 also use shovels and axes to speed up the breaking of dirt and wood-type blocks (respectively), although, with the exception of snow, they are not required to get the resource drop. The downside is that tools have durability, and so they eventually wear out.

If the tool has the blue Unbreakable tag under its enchantment and name, it does not break under any circumstances. One can be acquired from typing the command /give

(example: /give player123 diamond_pickaxe 1 {Unbreakable:1})

The progress for breaking a block is reset if the target block changes while breaking. Progress is also reset whenever the mouse button 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.

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
Tool Speed 1 2 4 6 8 9 12 1.5 (5 on wool, 15 on cobwebs and leaves) 1.5 (15 on cobwebs) additional (1+level2) when using the proper tool

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, 99.73% for level III, and 99.919% 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

Artículo principal: 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 equals or exceeds the block's hardness, the block breaks. If the tool and enchantments immediately equal or exceeds the hardness times 30, the block breaks with no delay; otherwise, 14 second delay occurs before the next block begins to break.

For example, a player with Haste II holding an Efficiency V diamond 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, 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 (canHarvest)
  seconds = blockHardness * 1.5
else
  seconds = blockHardness * 5

if (isBestTool)
  speedMultiplier = toolMultiplier

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

  if !(canHarvest)
    speedMultiplier = 1

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

if (miningFatigue)
  speedMultiplier /= 3 ^ miningFatigueLevel

seconds /= speedMultiplier

if (inWater && !hasAquaAffinity)
  seconds *= 5

if (not onGround)
  seconds *= 5

return seconds

Best tools

Fastest tools to mine specific blocks:

Tool Material Blocks Notes
Bucket Liquid
Axe Plants
Shears are required to collect vines.
Wood
Pickaxe
Ice
  • Ice
  • Packed Ice
  • Blue Ice
  • Frosted Ice
Ice, packed ice and blue ice require Silk Touch to drop as an item.
Frosted ice never drops as an item.
Metal I
  • Anvil
  • Bell
  • Block of Redstone
  • Brewing Stand
  • Cauldron
  • Chain
  • Hopper
  • Iron Bars
  • Iron Door
  • Iron Trapdoor
  • Lantern
  • Weighted Pressure Plates
Pickaxe is required to collect a block.
Metal II
  • Block of Iron
  • Copper Blocks
  • Cut Copper
  • Cut Copper Slab
  • Cut Copper Stairs
  • Lapis Lazuli Block
  • Lightning Rod
Stone, iron, diamond, or netherite pickaxe is required to collect a block.
Metal III
  • Block of Diamond
  • Block of Emerald
  • Block of Gold
Iron, diamond, or netherite pickaxe is required to collect a block.
Metal IV
  • Block of Netherite
Diamond or netherite pickaxe is required to collect a block.
Piston
  • Piston
  • Sticky Piston
Other
  • Conduit
  • Shulker Box
Shulker Box can be mined with bare hand, but pickaxes mine faster.
Chemistry equipment ‌[Solo BE & EE]
  • Element Constructor
  • Compound Creator
  • Material Reducer
  • Lab Table
All these blocks, except lab table, can be mined without a pickaxe, but it takes a long time.
Rail
These blocks can also be washed away by water.‌[Solo Java Edition]
Rock I
  • Andesite
  • Basalt
  • Blackstone
  • Blast Furnace
  • Block of Coal
  • Block of Quartz
  • Bricks
  • Coal Ore
  • Cobblestone
  • Cobblestone Wall
  • Concrete
  • Dark Prismarine
  • Diorite
  • Dispenser
  • Dropper
  • Enchantment Table
  • End Stone
  • Ender Chest
  • Furnace
  • Glazed Terracotta
  • Granite
  • Grindstone
  • Heat Block[Solo BE & EE]
  • Lodestone
  • Mossy Cobblestone
  • Nether Bricks
  • Nether Brick Fence
  • Nether Gold Ore
  • Nether Quartz Ore
  • Netherrack
  • Observer
  • Prismarine
  • Prismarine Bricks
  • Polished Andesite
  • Polished Blackstone
  • Polished Blackstone Bricks
  • Polished Diorite
  • Polished Granite
  • Red Sandstone
  • Red Sandstone Slab
  • Sandstone
  • Smoker
  • Spawner
  • Stonecutter
  • Slabs (non-wooden)
  • Colored Terracotta
  • Stairs (non-wooden)
  • Smooth Stone
  • Stone
  • Stone Bricks
  • Stone Button
  • Stone Pressure Plate
  • Terracotta
Pickaxe is required to collect a block.
Silk Touch is needed to collect an ender chest, or it drops obsidian.
Mining a monster spawner drops 15-43 experience, but the monster spawner itself does not drop.
Rock II
Stone, iron, diamond, or netherite pickaxe is required to collect a block.
Rock III
  • Amethyst Bud
  • Amethyst Cluster
  • Block of Amethyst
  • Budding Amethyst
  • Diamond Ore
  • Emerald Ore
  • Gold Ore
  • Redstone Ore
Iron, diamond, or netherite pickaxe is required to collect a block. Budding Amethyst cannot be collected, even with Silk Touch.
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
  • Cobweb
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
  • Wool
Shovel Ground
Must have Silk Touch enchantment to drop grass block, mycelium or podzol and not get dirt as a result.
Snow
  • Snow Block
  • Snow
Shovel is required to collect snowballs from snow-type blocks.
Sword Web
  • Cobweb
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
  • Bamboo
Hoe "Plants"
  • Hay Bale
  • Leaves
  • Nether Wart Block
  • Shroomlight
  • Sponge
  • Target
  • Warped Wart Block
  • Wet Sponge
Shears are required to collect leaves.
Any (all tools are equally efficient) Circuits
  • Lever
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 egg cannot be mined directly because hitting it causes it to teleport. Mining is possible only if its entire teleportation radius is filled with blocks.
Plants . In Adventure mode, requires the Sand block to be broken under the Cactus with a shovel.
Any (instantly breaks; doesn't damage tools) Circuits These blocks can also be washed away by water.
Breaking tripwire without shears causes the mechanism to turn on and off quickly.
Other
  • Fire
  • Flower Pot
  • Infested Block[Solo Java Edition]
  • TNT
  • Element[Solo BE & EE]
  • Torch
  • Colored Torches[Solo BE & EE]
  • Underwater Torch[Solo BE & EE]
  • Scaffolding[Solo Java Edition]
  • Slime Block
  • Honey Block
  • Underwater TNT[Solo BE & EE]
Torches can be washed away by water.
Plants
These blocks, except sugar cane, can also be washed out by water.
Fern and tall grass must be mined with shears; or they randomly drop seeds. Dead bushes must be mined with shears to drop themselves; if anything else is used, only sticks drop.
None (unbreakable) Commands only
  • Invisible Bedrock[Solo BE & EE]
  • Command Block
  • Structure Block
  • Structure Void[Solo BE & JE]
  • Barrier
  • Jigsaw Block
Other
  • Bedrock
  • End Gateway
  • End Portal
  • End Portal Frame
  • Nether Portal
  • Air
  • Bubble column
Nether Portal can be broken by placing water in place of it. Invisible Bedrock is simply targeted through like air and liquids.

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 14 second delay. See instant breaking above.

[edit values]

Error de Lua en Módulo:Breaking_row en la línea 304: attempt to compare number with nil.Error de Lua en Módulo:Breaking_row en la línea 304: attempt to compare number with nil.Error de Lua en Módulo:Breaking_row en la línea 304: attempt to compare number with nil.
Bloque Dureza Herramienta Tiempo de rotura[nota 1]
Por defecto Madera Piedra Hierro Diamante Netherita Oro Tijeras Espada
Allow ? ? ? ? ? ? ? ? ? ?
Deny ? ? ? ? ? ? ? ? ? ?
Barrier ? ? ? ? ? ? ? ? ? ?
Bedrock ? ? ? ? ? ? ? ? ? ?
Border ? ? ? ? ? ? ? ? ? ?
Command Block ? ? ? ? ? ? ? ? ? ?
End Gateway ? ? ? ? ? ? ? ? ? ?
End Portal ? ? ? ? ? ? ? ? ? ?
End Portal Frame ? ? ? ? ? ? ? ? ? ?
Invisible Bedrock ? ? ? ? ? ? ? ? ? ?
Jigsaw Block ? ? ? ? ? ? ? ? ? ?
Nether Portal ? ? ? ? ? ? ? ? ? ?
Structure Block ? ? ? ? ? ? ? ? ? ?
Lava[note 1] 100 150
Water[note 1] ? ? ? ? ? ? ? ? ? ?
Mud[note 1] ? ? ? ? ? ? ? ? ? ?
Obsidian ? ? ? ? ? ? ? ? ? ?
Block of Netherite ? ? ? ? ? ? ? ? ? ?
Crying Obsidian ? ? ? ? ? ? ? ? ? ?
Glowing Obsidian ? ? ? ? ? ? ? ? ? ?
Respawn Anchor ? ? ? ? ? ? ? ? ? ?
Ancient Debris ? ? ? ? ? ? ? ? ? ?
Ender Chest ? ? ? ? ? ? ? ? ? ?
Hardened Glass ? ? ? ? ? ? ? ? ? ?
Hardened Glass Pane ? ? ? ? ? ? ? ? ? ?
Anvil ? ? ? ? ? ? ? ? ? ?
Block of Coal ? ? ? ? ? ? ? ? ? ?
Block of Diamond ? ? ? ? ? ? ? ? ? ?
Block of Emerald ? ? ? ? ? ? ? ? ? ?
Block of Iron ? ? ? ? ? ? ? ? ? ?
Block of Redstone ? ? ? ? ? ? ? ? ? ?
Chain ? ? ? ? ? ? ? ? ? ?
Enchantment Table ? ? ? ? ? ? ? ? ? ?
Iron Bars ? ? ? ? ? ? ? ? ? ?
Iron Door ? ? ? ? ? ? ? ? ? ?
Iron Trapdoor ? ? ? ? ? ? ? ? ? ?
Monster Spawner ? ? ? ? ? ? ? ? ? ?
Bell ? ? ? ? ? ? ? ? ? ?
Cobweb ? ? ? ? ? ? ? ? ? ?
Dispenser ? ? ? ? ? ? ? ? ? ?
Dropper ? ? ? ? ? ? ? ? ? ?
Furnace ? ? ? ? ? ? ? ? ? ?
Observer ? ? ? ? ? ? ? ? ? ?
Stonecutter ? ? ? ? ? ? ? ? ? ?
Blast Furnace ? ? ? ? ? ? ? ? ? ?
Smoker ? ? ? ? ? ? ? ? ? ?
Lantern ? ? ? ? ? ? ? ? ? ?
Lodestone ? ? ? ? ? ? ? ? ? ?
Beacon ? ? ? ? ? ? ? ? ? ?
Block of Gold ? ? ? ? ? ? ? ? ? ?
Coal Ore ? ? ? ? ? ? ? ? ? ?
Copper Blocks ? ? ? ? ? ? ? ? ? ?
Copper Ore ? ? ? ? ? ? ? ? ? ?
Cut Copper ? ? ? ? ? ? ? ? ? ?
Cut Copper Slabs ? ? ? ? ? ? ? ? ? ?
Cut Copper Stairs ? ? ? ? ? ? ? ? ? ?
Dragon Egg[note 2] ? ? ? ? ? ? ? ? ? ?
Diamond Ore ? ? ? ? ? ? ? ? ? ?
Emerald Ore ? ? ? ? ? ? ? ? ? ?
End Stone ? ? ? ? ? ? ? ? ? ?
Gold Ore ? ? ? ? ? ? ? ? ? ?
Hopper ? ? ? ? ? ? ? ? ? ?
Iron Ore ? ? ? ? ? ? ? ? ? ?
Lapis Lazuli Block ? ? ? ? ? ? ? ? ? ?
Lapis Lazuli Ore ? ? ? ? ? ? ? ? ? ?
Lightning Rod ? ? ? ? ? ? ? ? ? ?
Nether Quartz Ore ? ? ? ? ? ? ? ? ? ?
Redstone Ore ? ? ? ? ? ? ? ? ? ?
Wooden Trapdoors ? ? ? ? ? ? ? ? ? ?
Wooden Doors ? ? ? ? ? ? ? ? ? ?
Nether Gold Ore ? ? ? ? ? ? ? ? ? ?
Conduit ? ? ? ? ? ? ? ? ? ?
Chalkboard ? ? ? ? ? ? ? ? ? ?
Nether Reactor Core ? ? ? ? ? ? ? ? ? ?
Blue Ice ? ? ? ? ? ? ? ? ? ?
Chest ? ? ? ? ? ? ? ? ? ?
Compound Creator[note 4] ? ? ? ? ? ? ? ? ? ?
Crafting Table ? ? ? ? ? ? ? ? ? ?
Cartography Table ? ? ? ? ? ? ? ? ? ?
Lectern ? ? ? ? ? ? ? ? ? ?
Fletching Table ? ? ? ? ? ? ? ? ? ?
Smithing Table ? ? ? ? ? ? ? ? ? ?
Loom ? ? ? ? ? ? ? ? ? ?
Barrel ? ? ? ? ? ? ? ? ? ?
Element Constructor[note 4] ? ? ? ? ? ? ? ? ? ?
Heat Block ? ? ? ? ? ? ? ? ? ?
Lab Table[note 4] ? ? ? ? ? ? ? ? ? ?
Material Reducer[note 4] ? ? ? ? ? ? ? ? ? ?
Trapped Chest ? ? ? ? ? ? ? ? ? ?
Bone Block ? ? ? ? ? ? ? ? ? ?
Brick Stairs ? ? ? ? ? ? ? ? ? ?
Bricks ? ? ? ? ? ? ? ? ? ?
Cauldron ? ? ? ? ? ? ? ? ? ?
Cobblestone ? ? ? ? ? ? ? ? ? ?
Cobblestone Slab ? ? ? ? ? ? ? ? ? ?
Cobblestone Stairs ? ? ? ? ? ? ? ? ? ?
Cobblestone Wall ? ? ? ? ? ? ? ? ? ?
Polished Blackstone ? ? ? ? ? ? ? ? ? ?
Grindstone ? ? ? ? ? ? ? ? ? ?
Shulker Box ? ? ? ? ? ? ? ? ? ?
Fences ? ? ? ? ? ? ? ? ? ?
Fence Gates ? ? ? ? ? ? ? ? ? ?
Jukebox ? ? ? ? ? ? ? ? ? ?
Campfire ? ? ? ? ? ? ? ? ? ?
Mossy Cobblestone ? ? ? ? ? ? ? ? ? ?
Nether Bricks ? ? ? ? ? ? ? ? ? ?
Red Nether Bricks ? ? ? ? ? ? ? ? ? ?
Nether Brick Fence ? ? ? ? ? ? ? ? ? ?
Nether Brick Stairs ? ? ? ? ? ? ? ? ? ?
Stone Slabs ? ? ? ? ? ? ? ? ? ?
Logs ? ? ? ? ? ? ? ? ? ?
Stems ? ? ? ? ? ? ? ? ? ?
Planks ? ? ? ? ? ? ? ? ? ?
Purpur Slab ? ? ? ? ? ? ? ? ? ?
Smooth Stone ? ? ? ? ? ? ? ? ? ?
Wooden Slabs ? ? ? ? ? ? ? ? ? ?
Wooden Stairs ? ? ? ? ? ? ? ? ? ?
Concrete ? ? ? ? ? ? ? ? ? ?
Andesite ? ? ? ? ? ? ? ? ? ?
Blackstone ? ? ? ? ? ? ? ? ? ?
Block of Amethyst ? ? ? ? ? ? ? ? ? ?
Amethyst Cluster ? ? ? ? ? ? ? ? ? ?
Amethyst Bud ? ? ? ? ? ? ? ? ? ?
Budding Amethyst ? ? ? ? ? ? ? ? ? ?
Polished Blackstone Bricks ? ? ? ? ? ? ? ? ? ?
Gilded Blackstone ? ? ? ? ? ? ? ? ? ?
Coral Block ? ? ? ? ? ? ? ? ? ?
Bookshelf ? ? ? ? ? ? ? ? ? ?
Dark Prismarine ? ? ? ? ? ? ? ? ? ?
Diorite ? ? ? ? ? ? ? ? ? ?
Granite ? ? ? ? ? ? ? ? ? ?
Piston ? ? ? ? ? ? ? ? ? ?
Prismarine ? ? ? ? ? ? ? ? ? ?
Prismarine Bricks ? ? ? ? ? ? ? ? ? ?
Stone ? ? ? ? ? ? ? ? ? ?
Stone Bricks ? ? ? ? ? ? ? ? ? ?
Purpur Block ? ? ? ? ? ? ? ? ? ?
Purpur Pillar ? ? ? ? ? ? ? ? ? ?
Purpur Stairs ? ? ? ? ? ? ? ? ? ?
Stone Brick Stairs ? ? ? ? ? ? ? ? ? ?
Tuff ? ? ? ? ? ? ? ? ? ?
Glazed Terracotta ? ? ? ? ? ? ? ? ? ?
Terracotta ? ? ? ? ? ? ? ? ? ?
Basalt ? ? ? ? ? ? ? ? ? ?
Bamboo ? ? ? ? ? ? ? ? ? ?
Banners ? ? ? ? ? ? ? ? ? ?
Jack o'Lantern ? ? ? ? ? ? ? ? ? ?
Melon ? ? ? ? ? ? ? ? ? ?
Mob Head ? ? ? ? ? ? ? ? ? ?
Nether Wart Block ? ? ? ? ? ? ? ? ? ?
Pumpkin ? ? ? ? ? ? ? ? ? ?
Sign ? ? ? ? ? ? ? ? ? ?
Shroomlight ? ? ? ? ? ? ? ? ? ?
Block of Quartz ? ? ? ? ? ? ? ? ? ?
Note Block ? ? ? ? ? ? ? ? ? ?
Quartz Stairs ? ? ? ? ? ? ? ? ? ?
Red Sandstone ? ? ? ? ? ? ? ? ? ?
Red Sandstone Stairs ? ? ? ? ? ? ? ? ? ?
Sandstone ? ? ? ? ? ? ? ? ? ?
Sandstone Stairs ? ? ? ? ? ? ? ? ? ?
Wool ? ? ? ? ? ? ? ? ? ?
Calcite ? ? ? ? ? ? ? ? ? ?
Rail ? ? ? ? ? ? ? ? ? ?
Activator Rail ? ? ? ? ? ? ? ? ? ?
Detector Rail ? ? ? ? ? ? ? ? ? ?
Powered Rail ? ? ? ? ? ? ? ? ? ?
Beehive ? ? ? ? ? ? ? ? ? ?
Clay ? ? ? ? ? ? ? ? ? ?
Composter ? ? ? ? ? ? ? ? ? ?
Farmland ? ? ? ? ? ? ? ? ? ?
Grass Block ? ? ? ? ? ? ? ? ? ?
Grass Path ? ? ? ? ? ? ? ? ? ?
Gravel ? ? ? ? ? ? ? ? ? ?
Honeycomb Block ? ? ? ? ? ? ? ? ? ?
Mycelium ? ? ? ? ? ? ? ? ? ?
Sponge ? ? ? ? ? ? ? ? ? ?
Wet Sponge ? ? ? ? ? ? ? ? ? ?
Brewing Stand ? ? ? ? ? ? ? ? ? ?
Stone Button ? ? ? ? ? ? ? ? ? ?
Cake ? ? ? ? ? ? ? ? ? ?
Coarse Dirt ? ? ? ? ? ? ? ? ? ?
Concrete Powder ? ? ? ? ? ? ? ? ? ?
Dirt ? ? ? ? ? ? ? ? ? ?
Hay Bale ? ? ? ? ? ? ? ? ? ?
Ice ? ? ? ? ? ? ? ? ? ?
Lever ? ? ? ? ? ? ? ? ? ?
Turtle Egg ? ? ? ? ? ? ? ? ? ?
Magma Block ? ? ? ? ? ? ? ? ? ?
Packed Ice ? ? ? ? ? ? ? ? ? ?
Frosted Ice ? ? ? ? ? ? ? ? ? ?
Podzol ? ? ? ? ? ? ? ? ? ?
Sand ? ? ? ? ? ? ? ? ? ?
Soul Sand ? ? ? ? ? ? ? ? ? ?
Stone Pressure Plate ? ? ? ? ? ? ? ? ? ?
Weighted Pressure Plates ? ? ? ? ? ? ? ? ? ?
Wooden Pressure Plates ? ? ? ? ? ? ? ? ? ?
Soul Soil ? ? ? ? ? ? ? ? ? ?
Dried Kelp Block ? ? ? ? ? ? ? ? ? ?
Target ? ? ? ? ? ? ? ? ? ?
Cactus 0.4 0.6
Ladder ? ? ? ? ? ? ? ? ? ?
Chorus Flower ? ? ? ? ? ? ? ? ? ?
Chorus Plant ? ? ? ? ? ? ? ? ? ?
Bee Nest ? ? ? ? ? ? ? ? ? ?
Glass ? ? ? ? ? ? ? ? ? ?
Glass Pane ? ? ? ? ? ? ? ? ? ?
Glowstone ? ? ? ? ? ? ? ? ? ?
Redstone Lamp ? ? ? ? ? ? ? ? ? ?
Sea Lantern ? ? ? ? ? ? ? ? ? ?
Stained Glass ? ? ? ? ? ? ? ? ? ?
Stained Glass Panes ? ? ? ? ? ? ? ? ? ?
Bed ? ? ? ? ? ? ? ? ? ?
Cocoa ? ? ? ? ? ? ? ? ? ?
Daylight Detector ? ? ? ? ? ? ? ? ? ?
Mushroom Blocks ? ? ? ? ? ? ? ? ? ?
Leaves[note 5] ? ? ? ? ? ? ? ? ? ?
Snow Block ? ? ? ? ? ? ? ? ? ?
Vines ? ? ? ? ? ? ? ? ? ?
Carpet ? ? ? ? ? ? ? ? ? ?
Candle ? ? ? ? ? ? ? ? ? ?
Snow ? ? ? ? ? ? ? ? ? ?
Air[note 1] ? ? ? ? ? ? ? ? ? ?
Beetroots ? ? ? ? ? ? ? ? ? ?
Buttercup ? ? ? ? ? ? ? ? ? ?
Carrots ? ? ? ? ? ? ? ? ? ?
Colored Torches ? ? ? ? ? ? ? ? ? ?
Coral 0 0.05
Coral Fan ? ? ? ? ? ? ? ? ? ?
Dead Bush ? ? ? ? ? ? ? ? ? ?
Element ? ? ? ? ? ? ? ? ? ?
End Rod ? ? ? ? ? ? ? ? ? ?
Fire ? ? ? ? ? ? ? ? ? ?
Flower Pot ? ? ? ? ? ? ? ? ? ?
Flowers ? ? ? ? ? ? ? ? ? ?
Fungi ? ? ? ? ? ? ? ? ? ?
Grass[note 6] ? ? ? ? ? ? ? ? ? ?
Honey Block ? ? ? ? ? ? ? ? ? ?
Infested Block ? ? ? ? ? ? ? ? ? ?
Kelp ? ? ? ? ? ? ? ? ? ?
Lily Pad ? ? ? ? ? ? ? ? ? ?
Melon Stem ? ? ? ? ? ? ? ? ? ?
Mushrooms ? ? ? ? ? ? ? ? ? ?
Nether Sprouts ? ? ? ? ? ? ? ? ? ?
Nether Wart ? ? ? ? ? ? ? ? ? ?
Potatoes ? ? ? ? ? ? ? ? ? ?
Pumpkin Stem ? ? ? ? ? ? ? ? ? ?
Redstone Comparator ? ? ? ? ? ? ? ? ? ?
Redstone Repeater ? ? ? ? ? ? ? ? ? ?
Redstone Torch ? ? ? ? ? ? ? ? ? ?
Redstone Wire ? ? ? ? ? ? ? ? ? ?
Roots ? ? ? ? ? ? ? ? ? ?
Saplings ? ? ? ? ? ? ? ? ? ?
Seagrass ? ? ? ? ? ? ? ? ? ?
Scaffolding ? ? ? ? ? ? ? ? ? ?
Sea Pickle ? ? ? ? ? ? ? ? ? ?
Slime Block ? ? ? ? ? ? ? ? ? ?
Structure Void ? ? ? ? ? ? ? ? ? ?
Sugar Cane ? ? ? ? ? ? ? ? ? ?
Sweet Berries ? ? ? ? ? ? ? ? ? ?
TNT ? ? ? ? ? ? ? ? ? ?
Torch ? ? ? ? ? ? ? ? ? ?
Tripwire ? ? ? ? ? ? ? ? ? ?
Tripwire Hook ? ? ? ? ? ? ? ? ? ?
Twisting Vines[note 7] ? ? ? ? ? ? ? ? ? ?
Underwater TNT ? ? ? ? ? ? ? ? ? ?
Underwater Torch ? ? ? ? ? ? ? ? ? ?
Weeping Vines[note 7] ? ? ? ? ? ? ? ? ? ?
Wheat ? ? ? ? ? ? ? ? ? ?
  1. Los tiempos son para herramientas sin encantar sostenidas por jugadores sin efectos de estado, medidos en segundos. Para más información, véase Minería § Velocidad.

Video

History

Plantilla:History Plantilla:History Plantilla:History Plantilla:History Plantilla:History Plantilla:History Plantilla:History Plantilla:History Plantilla:History Plantilla:History Plantilla:History Plantilla:History Plantilla:History Plantilla:History Plantilla:History Plantilla:History Plantilla:History

Trivia

  • In the code, blocks use a hardness value of -1 in order to make blocks unbreakable.
  • The breaking animation is intentionally programmed by the developers to appear off-center on certain blocks such as chests and signs.[1]

References

Plantilla:Reflist

Plantilla:Gameplay


Error en la cita: Existen etiquetas <ref> para un grupo llamado «note», pero no se encontró la etiqueta <references group="note"/> correspondiente.

  1. Plantilla:Bug
Advertisement