> For the complete documentation index, see [llms.txt](https://wiki.cobbleland.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.cobbleland.com/cobblemon-wiki/welcome-to-cobblemon/general-information/add-ons.md).

# Add-ons

### Cauldron Concrete

Throwing **Concrete Powder** of any color into a Cauldron full of Water will convert them into **Concrete Blocks**.

<figure><img src="/files/cTs4aYhk0n4kUrnNdI2E" alt=""><figcaption><p>Throw any color of Concrete Powder into a Cauldron to easily convert them into blocks.</p></figcaption></figure>

### Better Hanging Signs

Have you ever wanted **Hanging Signs** to be able to display an item? Well, heres some good news for you, Trainer! By placing any kind of hanging sign, and shift right-clicking it with an **Item Frame** will place an item frame on your hanging sign. From there, you may right click with any item to display it!

<figure><img src="/files/bLgcjvkQSJQM8Ie3wT5W" alt=""><figcaption><p>Before an item may be displayed, be sure to use an Item Frame on your hanging sign.</p></figcaption></figure>

<figure><img src="/files/TMvWCMFARELed648RtRg" alt=""><figcaption><p>Whichever item you choose to display will not be taken from your inventory, so feel free to show off some items!</p></figcaption></figure>

### Catenary

Caternary includes many decorative ropes and chains to help spice up your builds. To place a Catenary, you first place the Firework Rocket at one of the points where you would like to attach it. You will then get a rocket that is bound to that location. Placing this rocket on the second attachment point will create two anchors at the attachment points with a catenary between them. You can left-click these anchors to destroy the catenary, and you can right-click an anchor with a rocket to set it as an attachment point for another catenary.

Listed below are all Catenary recipes, and what they look like:

<details>

<summary>Caternaries</summary>

Amethyst Lights

Bamboo

"Catenary" Spelling

Chain with Lanterns

Chain with Mixed Lanterns

Chain with Paper Lanterns

Chain with Soul Lanterns

Custom Spelling

Electrical Cable

End Rods

Grindstone Chain

Mossy Beam

Rainbow Glass Panes

Simple Chain

Straight Chain

Straight Iron Bars

</details>


---

# 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://wiki.cobbleland.com/cobblemon-wiki/welcome-to-cobblemon/general-information/add-ons.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.
