> 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/oneblock/mecanicas/custom-anadidas.md).

# CUSTOM AÑADIDAS

<figure><img src="/files/xOODB7QzixYNSoodBS8N" alt=""><figcaption></figcaption></figure>

En nuestro servidor existen muchas mecánicas añadidas para crear una experiencia inigualable a la hora de avanzar en tu survival. Puedes visualizar las mecánicas en `/mecanicas`.

**ESCALERAS DESPLEGABLES**

```
- Deja oprimido click derecho en la primera escaleras para ir colocando las 
escaleras automáticamente.
```

**ESCALERAS EN MODO ASCENSOR**

```
- Darle [Shift-click derecho] derecho a una escalera podrás subir o bajar fácilmente.
```

**TRASLADAR ARMADURAS**

```
- Utiliza [Shift-click derecho] para trasladar una armadura a un soporte de armaduras.
```

**SILLAS**

```
- Podrás sentarte en escaleras, losas y alfombras utilizando [click derecho].
```

**CRECIMIENTO DE ENREDADERAS**

```
- Podrás parar el crecimiento de las enredaderas quemándolas con un mechero.
```

**CANCELAR SONIDOS**

```
- Podrás silenciar los sonidos de un mob utilizando una etiqueta con el nombre mute
o unmute.
```

**RECUPERAR ETIQUETA**

```
- Si le das [click derecho] con unas tijeras a un mob con etiqueta, podrás 
recuperarla.
```

**CONCRETO FÁCIL**

```
- Puedes convertir polvo de concreto en concreto tirándolos en un caldero con agua.
```

**CABEZAS DE MOBS**

```
- Los mobs tiene probabilidad de dropear o soltar cabezas personalizadas.
```

**CRECIMIENTO AFK**

```
- Los cultivos o árboles crecerán de igual manera aunque no estés cargando los chunks.
```

**CULTIVOS MEJORADOS**

```
- No romperás los cultivos al pisarlos.
```

**PORTALES PERSONALIZADOS**

```
- Los portales al Nether podrán crearse de distintas formas o utilizando obsidiana
llorosa.
```

**CAPTURADORES**

```
- Si necesitas mover criaturas fácilmente, utiliza los capturadores para 
transportarlos de forma eficaz.
```

**SALTO DE BOTES**

```
- Podrás hacer saltar los botes en el agua o en la superficie con la tecla espacio.
```

**AGUA PARA EL FUEGO**

```
- Podrás utilizar botellas con agua para apagar el fuego.
```

**ATAQUE A TRAVÉS DE MALEZA**

```
- Podrás atacar a través de la maleza (Hierba y Hierba alta).
```

**CAÍDA RÁPIDA DE HOJAS**

```
- Las hojas de los árboles caen en menos de 3 segundos luego de cortar su tronco.
```

**VARITAS DE VENTA**

```
- Podrás vender todos los ítems que se puedan vender dentro de un cofre solo dando 
[click derecho].
```

**MOSTRAR ITEMS EN EL CHAT**

```
- Con [i] podrás mostrar tus ítems y tesoros más preciados en el chat.
```

**SISTEMA DE /FRIENDS**

```
- Ahora podras tener amigos dentro del servidor utilizando /friends.
```

**LEÑADOR**

```
- Con /lumberjack los troncos tendrán gravedad y podras talarlos de mejor manera.
```


---

# 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/oneblock/mecanicas/custom-anadidas.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.
