# Tool type

The required tool type to break the machine can be defined using the `tool_type` property.&#x20;

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).&#x20;

Default : `pickaxe`

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

{% hint style="info" %}
If a mod add another tool type, it can be used here.
{% endhint %}

#### Example

```json5
"appearance": {
    "tool_type": "axe"
}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://frinn.gitbook.io/custom-machinery-1.16/creating-custom-machines/machine-appearance/tool-type.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
