> For the complete documentation index, see [llms.txt](https://yowsef-development.gitbook.io/yowsef-development-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yowsef-development.gitbook.io/yowsef-development-docs/untitled/enchantments/tools.md).

# tools

Automate and enhance your resource gathering.

| Enchantment         | Max Level | Rarity   | Description                                              |
| ------------------- | --------- | -------- | -------------------------------------------------------- |
| **Excavator**       | 3         | RARE     | Mines in a 3x3, 5x5, or 7x7 plane while sneaking.        |
| **Vein Miner**      | 3         | RARE     | Mines entire ore veins instantly while sneaking.         |
| **Auto Smelt**      | 1         | UNCOMMON | Automatically turns raw ores into ingots.                |
| **Magnet**          | 1         | RARE     | Automatically pulls all mined items into your inventory. |
| **Ore Sense**       | 3         | RARE     | Periodically highlights nearby rare ores.                |
| **Haste Burst**     | 3         | UNCOMMON | Breaking a block gives a short burst of Haste II.        |
| **Double Drop**     | 3         | RARE     | Chance to double block drops when mining.                |
| **Tunnel Break**    | 3         | RARE     | Mines a 1x2 or 1x3 tunnel forward while sneaking.        |
| **Stone Breaker**   | 3         | UNCOMMON | Bonus XP when breaking stone-type blocks.                |
| **Replanter**       | 1         | UNCOMMON | Automatically replants mature crops after harvesting.    |
| **Deep Pocket**     | 6         | EPIC     | Expands the capacity of Virtual Backpacks.               |
| **Farming Mastery** | 3         | RARE     | Nearby crops grow faster while holding this tool.        |
| **Bloom**           | 1         | RARE     | Crouch to accelerate nearby crop growth.                 |
| **Decay**           | 1         | RARE     | Crouch to instantly break nearby crops.                  |
| **Prosperity**      | 3         | RARE     | Rare chance to drop bonus gems/loot while mining.        |
| **Restoration**     | 3         | RARE     | Mends the tool slowly while in use.                      |
| **Streak**          | 5         | UNCOMMON | Increases mining speed the longer you mine.              |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://yowsef-development.gitbook.io/yowsef-development-docs/untitled/enchantments/tools.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.
