# More Bricks 4️⃣

#### 🧠 How It Works

In vanilla Minecraft:

* Brick-based blocks (like **brick blocks**, **nether bricks**, and **red nether bricks**) typically yield **only 1 block** when crafted.
* This is resource-inefficient, especially for large builds using smelted or rare items.

With this datapack:

* Crafting the following blocks now yields **4 blocks** instead of 1:
  * **Brick Block** (crafted from 4 bricks)
  * **Nether Brick Block** (crafted from 4 nether bricks)
  * **Red Nether Brick Block** (crafted from 2 nether bricks + 2 nether wart)

**🧱 Example:**

```
[Brick] [Brick]
[Brick] [Brick]
→ 4 Brick Blocks (instead of 1)
```

The recipes **remain the same** — only the **output quantity is increased**.


---

# 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/more-bricks-4.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.
