Tool type

Customize which tool must be used to break the machine block.

The required tool type to break the machine can be defined using the tool_type property.

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

Default : pickaxe

Available values : shovel, pickaxe, axe, hoe, sword and hand.

If a mod add another tool type, it can be used here.

Example

"appearance": {
    "tool_type": "axe"
}

Last updated