# Stackable

Change your custom stringblock like a minecraft PINK PETALS or CANDLE!

<figure><img src="/files/qBqJKFDDUw0LAX53yeam" alt=""><figcaption><p>Stackable Showcase</p></figcaption></figure>

{% hint style="info" %}
This mechanic works with Stringblocks and Furniture!
{% endhint %}

```yaml
# Example

clover:
  itemname: Clover
  material: PAPER
  Pack:
    ...
  Mechanics:
    stackable:
      next: clover_2         # Next Stringblock item
      group: clover          # Whatever group id

clover_2:
  Pack:
    ...
  Mechanics:
    stackable:
      next: clover_3          # Next Stringblock item
      group: clover           # The same group id

clover_3:
  Pack:
    ...
  Mechanics:
    ...
    # There is no more stackable Mechanic so this is the last stackable option
```


---

# 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://nexoaddon.gitbook.io/docs/mechanics/stackable.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.
