Mining level

Customize the mining level required to break the machine block.

The required mining level to break the machine block can be defined using the mining_level property.

The machine will still be breakable with lower tools or bare hands but it will be much slower and will not drop the machine block (its contents will still be dropped).

The specified mining level must be a block tag.

Default : minecraft:needs_stone_tool

Available values :

  • minecraft:needs_stone_tool

  • minecraft:needs_iron_tool

  • minecraft:needs_diamond_tool

  • forge:needs_netherite_tool

If a mod or a datapack add another mining level tag, it can be used here.

Example

"appearance": {
    "mining_level": "minecraft:needs_diamond_tool"
}

Last updated