> For the complete documentation index, see [llms.txt](https://gabriel-djalayer.gitbook.io/gdteam-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gabriel-djalayer.gitbook.io/gdteam-wiki/projects/mods/gd-uncrafter.md).

# GD Uncrafter

{% hint style="success" %}
Active
{% endhint %}

<figure><img src="https://static.wixstatic.com/media/31958c_c58ad7f3c1a44e2a84c10a1e5e18607c~mv2.png" alt=""><figcaption></figcaption></figure>

### [📜 License (read the terms of use)](/gdteam-wiki/guides/licenses.md#gd-uncrafter)

### ⭐ Usage

<mark style="color:$warning;">**To destroy the item, it must be in your main hand and undamaged.**</mark>

1. Pick up the item you want to destroy.
2. Run this command in the chat: `/trigger gd_uncrafter`
3. Your item will be destroyed, and the ingredients used will be returned to you.

<a href="/pages/O0LX4lA2bAAOr5H9KBQ9" class="button secondary" data-icon="list">List of Supported Items</a>

<figure><img src="https://i.imgur.com/aTaHpj3.gif" alt=""><figcaption></figcaption></figure>

### 🧩 Resource Pack

* For those who download the modded version, the pack will already be included.
* If you're downloading the datapack version, you'll need to download the pack separately (available on the same download page as the data pack).

**The resource pack is recommended because it includes translations.**

### 🌍 Contribute to the translation

Anyone can help add new languages to the [GitHub repository](https://github.com/GabrielDja/GD-Uncrafter_Translations).

### 📥 Downloads

<a href="https://www.curseforge.com/minecraft/mc-mods/gd-uncrafter" class="button secondary">On CurseForge</a>

<a href="https://modrinth.com/datapack/gd-uncrafter" class="button secondary">On Modrinth</a>

***

<a href="https://gabrieldjalayer.wixsite.com/gabrieldja-gaming-yt/en/gd-uncrafter" class="button primary">🚀 Project page on my website</a>


---

# 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://gabriel-djalayer.gitbook.io/gdteam-wiki/projects/mods/gd-uncrafter.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.
