> For the complete documentation index, see [llms.txt](https://wiki.dcxwc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.dcxwc.com/minecraft-content/data-packs-and-plugins/storage-pots.md).

# Storage Pots 📦

#### Storage Pots adds a new vanilla-friendly storage method that can be used to store large quantities of items! A single storage pot can store up to 16384 items of a single type! (256 stacks) and they retain their inventory when broken!

Items can be added to and removed from storage pots in many ways!

* Right clicking on a pot with an item will place it inside
* Throwing items onto a pot will add them in bulk!
* Right clicking on a pot with an empty hand will pop one item out of the top
* Shift-right clicking on a pot with an empty hand will pop a whole stack out instead!

Storage pots also show you how many items are in them at a glance, using 10 squares on the front of the pot that get filled in as it fills up! They're also compatible with hoppers and comparators!

Want to know EXACTLY how much is in your pot? Craft a Whispering Sherd and shift-right click on a pot! It'll whisper to you, telling you the contents of the pot...

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

### Recipe

Pot Recipe&#x20;

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

### Whispering Sherd Recipe

<figure><img src="/files/8iNNbyCYbWAUvXL1Xl76" alt=""><figcaption></figcaption></figure>

<p align="center">Example use - storage for hoppers and crafters <br><img src="/files/WybQ4BgsWwwadX5QnbwI" alt=""></p>


---

# 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.dcxwc.com/minecraft-content/data-packs-and-plugins/storage-pots.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.
