> For the complete documentation index, see [llms.txt](https://gappleclub.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gappleclub.gitbook.io/wiki/modalidades/custom-v2/limites/bloques.md).

# BLOQUES

Los límites de bloques se miden por cantidad de bloques por chunk.

<details>

<summary>REDSTONE</summary>

**Límite grupal: 96**

```
 - POLVO DE REDSTONE
 - BLOQUE DE REDSTONE
 - REPETIDOR
 - COMPARATOR
 - SOLTADOR
```

</details>

<details>

<summary>PISTONES</summary>

**Límite grupal: 128**

```
 - PISTON
 - PISTON PEGAJOSO
```

</details>

<details>

<summary>RAÍLES</summary>

**Límite grupal : 64**

```
 - RAÍL
 - RAÍL PROPULSOR
 - RAÍL DETECTOR
 - RAÍL ACTIVADOR
```

</details>

<details>

<summary>TILES (Marcos, armorstand)</summary>

**Límite: 60**

```
 - MARCO
 - MARCO LUMINOSO
 - SOPORTE PARA ARMADURAS
 - CUADRO
```

</details>

<details>

<summary>PRESIONABLES</summary>

**Límite: 48**

```
 - BOTONES
 - PLACAS DE PRESION
 - PLACA
 - GANCHO
```

</details>

<details>

<summary>ALMACENAMIENTOS</summary>

**Límite: 200**

```
 - COFRE
 - COFRE TRAMPA
 - COFRE DE ENDER
 - BARRIL
 - SHULKERS
```

</details>

<details>

<summary>HORNOS</summary>

**Límite: 100**

```
 - HORNO
 - ALTO HORNO
 - AHUMADOR
```

</details>

<details>

<summary>CABEZAS</summary>

**Límite: 30**

```
 - CABEZA DE JUGADOR
 - CABEZA DE CRIATURAS
 - CABEZA DE ZOMBIE
 - CABEZA DE ESQUELETO WITHER
 - CABEZA DE CREEPER
 - CABEZA DE DRAGON
 - CABEZA DE ESQUELETO
```

</details>

<details>

<summary>LÍMITES INDIVIDUALES</summary>

**BLOQUES VARIADOS**

```
TOLVA: 128
OBSERVADOR: 128
CAMAS: 20
SOPORTE PARA POCIONES: 20
ANTORCHA DE REDSTONE: 32
YUNQUE: 20
MESA DE ENCANTAMIENTO: 10
TOCADISCOS: 10
MESA DE HERRERÍA: 20
AFILADORA: 20
MESA DE FLECHAS: 20
MESA DE CARTOGRAFÍA: 20
COMPOSTADOR: 20
TELAR: 20
ATRIL: 20
CALDERO: 10
APIARIO: 40
COLMENA: 20 
BLOQUE MUSICAL: 12
SPAWNER: 1
FARO: 8
CAMPANA: 10
```

**CULTIVOS**

```
CACAO: 1600
CACTUS: 96
BAYAS DULCES: 128
BAYAS LUMINOSAS: 128
SANDIAS: 256
CALABAZAS: 256
ALGAS: 128
```

</details>

<details>

<summary>CULTIVOS [MANUALES Y AUTOMÁTICOS]</summary>

**CULTIVOS MANUALES**

**Límite: 768**

```
  - BAYAS DULCES
  - VERRUGA DEL NETHER
  - PATATA
  - ZANAHORIA
  - TRIGO
  - REMOLACHA
```

**CULTIVOS AUTOMÁTICOS**

**Límite: 512**

```
 - CACTUS
 - SEMILLA DE SANDIA
 - SEMILLA DE CALABAZA
 - CAÑA DE AZUCAR
```

</details>

{% hint style="info" %}
Estos límites pueden ser actualizados con el paso del tiempo, si quieres informarte cuando son cambiados, deberás estar pendiente al canal **Actualizaciones** de nuestro [<mark style="color:blue;">Discord</mark>](https://discord.gapple.club/).
{% endhint %}


---

# 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://gappleclub.gitbook.io/wiki/modalidades/custom-v2/limites/bloques.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.
