> For the complete documentation index, see [llms.txt](https://wiki.openmc.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.openmc.fr/outils/marteaux.md).

# Marteaux

{% hint style="warning" %}
Cette fonctionalité n'existe pas sur le serveur. Elle est en cours de dévelopment ou planifiée pour une prochaine mise à jour. Cette page n'est donc pas à jour. Si vous souhaiter implémenter vous-même cette fonctionalité, voir [comment contribuer](https://github.com/ServerOpenMC/Wiki/blob/main/.gitbook/includes/developers/contribute/contribute.md).
{% endhint %}

## Marteau de guerre

{% hint style="info" %}
Cette arme fait 10 points de dégâts et génère une explosion et un éclair lorsqu'elle est utilisée pour attaquer\
ou lorsque on fait un shift + clique droit sur un bloc. (Non, on ne peut pas la lancer.)
{% endhint %}

*Cooldown de 60 secondes.50 points de durabilité.*

{% tabs %}
{% tab title="Craft" %}

<figure><img src="/files/p6Jsw59dFXCfSDpjPPf4" alt="" width="270"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Matériaux nécessaires" %}

* 5 blocs de cobblestone
* 1 bloc d'or
* 1 bâton
  {% endtab %}
  {% endtabs %}

***

## Marteau en Netherite

{% hint style="info" %}
Le Marteau en Netherite permet de creuser un cube de 3\*3\*3 blocks
{% endhint %}

*4096 points de durabilité.*

{% tabs %}
{% tab title="Craft" %}

<figure><img src="/files/YdoYwKSX6JZHEWwiEQFt" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Matériaux nécessaires" %}

* 5 lingot de Netherite
* 2 Bâtons en bois
  {% endtab %}

{% tab title="Enchantements" %}

* Fortune
* Silk touch
  {% endtab %}
  {% endtabs %}

***

## Marteau en Diamant

{% hint style="info" %}
Le Marteau en Diamant permet de creuser un cube de 3\*3\*3 blocks
{% endhint %}

*2048 points de durabilité.*

{% tabs %}
{% tab title="Craft" %}

<figure><img src="/files/r0Zkd6rO9nCMltUECb9e" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Matériaux nécessaires" %}

* 5 block de diamants
* 2 Bâtons en bois
  {% endtab %}

{% tab title="Enchantements" %}

* Fortune
* Silk touch
  {% endtab %}
  {% endtabs %}

***

## Marteaux en Fer

{% hint style="info" %}
Le Marteau en Fer permet de creuser un cube de 3\*3\*3 blocks
{% endhint %}

*512 points de durabilité.*

{% tabs %}
{% tab title="Craft" %}

<figure><img src="/files/9r0zWRacVMnoKTx9erxq" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Matériaux nécessaires" %}

* 5 block de fer
* 2 Bâtons en bois
  {% endtab %}

{% tab title="Enchantements" %}

* Fortune
* Silk touch
  {% endtab %}
  {% endtabs %}


---

# 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://wiki.openmc.fr/outils/marteaux.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.
