> For the complete documentation index, see [llms.txt](https://docs.mining-squad.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mining-squad.app/en/readme/recursos/blocos.md).

# Blocks

Blocks are the basic composition of the mine. Each block has different attributes and chances of appearing that vary with the current depth of the mine. Below we have a table with the model of each block and its attributes.

### Adventure mode blocks

<table><thead><tr><th>Name</th><th width="150">Image</th><th>Durability</th><th>Reward</th><th>Profundidade minima</th></tr></thead><tbody><tr><td>Earth</td><td><img src="/files/4pZjKYVXSSrcOWisiSRN" alt="" data-size="original"></td><td>1</td><td>0</td><td></td></tr><tr><td>Stone</td><td><img src="/files/N89v5K84di7yMVQ4SZSu" alt="" data-size="original"></td><td>2</td><td>0</td><td></td></tr><tr><td>Iron</td><td><img src="/files/n8SJ1oj6tasWjERixIdm" alt=""><img src="/files/nMoeNPYwhsZfrZyqeMtq" alt=""></td><td>1 / 2</td><td></td><td></td></tr><tr><td>Gold</td><td><img src="/files/YxKRB4J1lLz5zhKYbwlc" alt=""><img src="/files/5p0sD9Tdgs4FVS6c752W" alt=""></td><td>1 / 2</td><td></td><td></td></tr><tr><td>Emerald</td><td><img src="/files/nNnMwziNkQm8e5J2TnIc" alt=""><img src="/files/kGWPVsUxffmPC4m4YnEi" alt=""></td><td>1 / 2</td><td></td><td></td></tr><tr><td>Ruby</td><td><img src="/files/2h8g3Dl1JWhZVT2kMNLl" alt=""><img src="/files/TUaMFX5VN99odEE45VNN" alt=""></td><td>2 / 3</td><td></td><td></td></tr><tr><td>Diamond</td><td><img src="/files/eSutMipaHzaKe21Mxy6D" alt=""><img src="/files/jvz7VaJcCTDVTWvaLLpx" alt=""></td><td>2 / 3</td><td></td><td></td></tr><tr><td>Wagon</td><td></td><td>3</td><td></td><td></td></tr><tr><td>Hourglass</td><td></td><td>3</td><td></td><td></td></tr><tr><td>Landmine</td><td></td><td>3</td><td></td><td></td></tr><tr><td><a data-mention href="/pages/gqVqIm2kmCHaGLqDkWUD">/pages/gqVqIm2kmCHaGLqDkWUD</a></td><td></td><td>5</td><td></td><td></td></tr></tbody></table>

### Mini-game blocks

<table><thead><tr><th width="150">Name</th><th>Image</th><th>Mini-game</th><th>Reward</th></tr></thead><tbody><tr><td>Sand</td><td><img src="/files/tvsdlo8uuqn5hqdYJBX3" alt="" data-size="original"></td><td>Against Time</td><td>0</td></tr><tr><td>Precious Stones</td><td><img src="/files/URX0LONSI0a2qJAvmdNe" alt="" data-size="original"></td><td>Against Time</td><td>0.1 - 1 <a data-mention href="/pages/SGzdk1y7d8JdpA4GbkJE">/pages/SGzdk1y7d8JdpA4GbkJE</a></td></tr><tr><td>Mina terrestre</td><td></td><td>Minesweeper</td><td>0</td></tr><tr><td>Common Earth</td><td><img src="/files/4pZjKYVXSSrcOWisiSRN" alt="" data-size="original"></td><td>Minesweeper</td><td>0.1 - 1 <a data-mention href="/pages/SGzdk1y7d8JdpA4GbkJE">/pages/SGzdk1y7d8JdpA4GbkJE</a></td></tr></tbody></table>


---

# 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://docs.mining-squad.app/en/readme/recursos/blocos.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.
