> For the complete documentation index, see [llms.txt](https://minegens.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minegens.gitbook.io/wiki/gameplay/le-multitool/la-pioche-v1.md).

# La Pioche v1

Pour bien débuter avec ta pioche, nous te conseillons d'utiliser le <mark style="color:yellow;">**/warp mineur.**</mark>\
\
En farmant avec ta pioche, tu gagneras :&#x20;

\- Coins \
\- Essences \
\- Xp Pioche\
\- Xp Métier Mineur\
\- Xp joueur (/level)\
\- Xp vanilla\
\
Pour améliorer ta pioche, <mark style="color:yellow;">**sneak +**</mark> <mark style="color:yellow;">**clique droit**</mark> avec ton multitool dans la main pour ouvrir le menu Outil.&#x20;

<figure><img src="/files/OVH3skTHtQtYaz7CknQS" alt=""><figcaption></figcaption></figure>

Ce menu permet d'acheter des <mark style="color:yellow;">**enchantements**</mark> afin d'obtenir des <mark style="color:yellow;">boosts</mark>. \
\
La pioche dispose de <mark style="color:green;">**200 niveaux**</mark>. \
Une fois niveau 200, tu auras la possibilité de passer le <mark style="color:green;">**prestige**</mark> sur ton outil. \
En passant un prestige, tu obtiendras : \
\- Boost Coins \
\- Boost Essence \
\- Boost Xp Pioche\
\
Tu ne veux plus farm dans le warp mineur ? \
Pas de soucis, tu peux créer ta propre mine chez toi.\
Pour cela, il faudra obtenir des <mark style="color:yellow;">**minerais**</mark> dans les caisses au **/warp caisse**.<br>

{% hint style="info" %}
Vous pouvez déplacer vos minerais avec la Pioche touché de soie dans votre coffre de départ !
{% endhint %}

| Minerais     | Prestige | Essence | Coins | Xp outil | Xp /level |
| ------------ | -------- | ------- | ----- | -------- | --------- |
| Charbon      | 0        | 360     | 240   | 35       | 1         |
| Or du Nether | 0        | 360     | 240   | 35       | 2         |
| Cuivre       | 0        | 420     | 280   | 40       | 2         |
| Fer          | 0        | 420     | 280   | 40       | 2         |
| Quartz       | 1        | 480     | 320   | 40       | 3         |
| Or           | 1        | 540     | 360   | 50       | 4         |
| ?            | 2        | 600     | 400   | 60       | 5         |
| ?            | 3        | 750     | 500   | 70       | 6         |
| ?            | 4        | 900     | 600   | 80       | 7         |
| ?            | 10       | 900     | 600   | 90       |           |
| ?            | 15       | 930     | 620   | 100      |           |
| ?            | 20       | 960     | 640   | 110      |           |
| ?            | 25       | 990     | 660   | 120      |           |
| ?            | 30       | 1020    | 680   | 130      |           |
| ?            | 35       | 1050    | 700   | 140      |           |
| ?            | 40       | 1080    | 720   | 150      |           |
| ?            | 45       | 1110    | 740   | 160      |           |


---

# 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, and the optional `goal` query parameter:

```
GET https://minegens.gitbook.io/wiki/gameplay/le-multitool/la-pioche-v1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
