Custom Machinery 1.16
  • Welcome
  • Creating custom machines
    • Creating a custom machine
    • Machine Appearance
      • Block appearance
      • Item appearance
      • Sound
      • Light
      • Color
      • Hardness
      • Resistance
      • Tool type
      • Mining level
      • Shape
    • Machine components
      • Energy component
      • Fluid component
      • Item component
      • Redstone component
    • Machine GUI
      • Dump Element
      • Energy element
      • Fluid element
      • Fuel element
      • Player inventory element
      • Progress bar element
      • Reset element
      • Size element
      • Slot element
      • Status element
      • Text element
      • Texture element
    • JEI Recipe GUI
    • Catalysts
  • Recipes
    • Creating a recipe
    • Requirements
      • Biome
      • Block
      • Command
      • Dimension
      • Drop
      • Durability
      • Effect
      • Energy
      • Energy per tick
      • Entity
      • Fluid
      • Fluid per tick
      • Fuel
      • Item
      • Light
      • Loot table
      • Position
      • Structure
      • Redstone
      • Time
      • Weather
    • Upgrades
      • Modifiers
  • Mod integrations
    • Crafttweaker
      • Recipes
        • Context
        • Machine
      • Upgrades
    • KubeJS
      • Recipes
        • Context
        • Machine
      • Upgrades
  • Misc
    • Crafting your machine
    • Text component
    • Comparator
Powered by GitBook
On this page
  1. Creating custom machines
  2. Machine Appearance

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).

Default : 1 (stone tools).

Available values :

0 - wood/gold

1 - stone

2 - iron

3 - diamond

4 - netherite

PreviousTool typeNextShape

Last updated 3 years ago