# Back to Blocks ⏪

#### 🧠 How It Works

In vanilla Minecraft, many items can be **crafted into blocks** (e.g., quartz → block of quartz), but **cannot be reversed** once crafted.

This datapack adds recipes to **revert certain materials** back into their block forms. Examples include:

* **Quartz** → Block of Quartz
* **Bone Meal** → Bone Block
* **Wheat** → Hay Bale
* **Sugar** → Sugar Block
* **Glowstone Dust** → Glowstone
* **Clay Balls** → Clay Block
* **Redstone Dust** → Redstone Block
* **Nether Wart** → Nether Wart Block
* **Magma Cream** → Magma Block
* **Blaze Powder** → Blaze Block
* ...and more

These recipes follow logical groupings and are accessible through the **normal crafting grid** — no stonecutter or special setup


---

# 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://dirkocraft.gitbook.io/dirkocraft/crafting-tweaks/back-to-blocks.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.
