> For the complete documentation index, see [llms.txt](https://wiki.lemoncloud.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.lemoncloud.org/gamemodes/survival/spawners.md).

# Spawners

## Spawners

Spawners are intentionally harder to set up. You craft them with Spawner Cores and Mob Heads.

Natural spawners cannot be picked up with Silk Touch. Breaking one always gives `3` matching mob heads instead.

Crafted and placed spawners can be picked up with Silk Touch. If you have a rank, Silk Touch is not required.

Read more about spawners [here](https://www.notion.so/Spawners-294557cff00280c7bb09e2cbe4c28984?pvs=21).

### Spawner Cores

Spawner Cores are the base crafting item for custom spawners. Surround one with matching mob heads in a crafting table to create a spawner.

Buy Spawner Cores with in-game money from `/shop`, or win them from Legendary and Monthly Crates.

### Mob Heads

Mobs can drop their head when killed by a player:

| Type         | Chance |
| ------------ | ------ |
| Natural mobs | `10%`  |
| Spawner mobs | `1%`   |

These rates are not affected by Looting or the Decapitation enchant.

### Crafting spawners

Place a Spawner Core in a crafting table and surround it with matching mob heads to create a mob spawner.

### Available spawners

Here are all craftable spawners and the price of each core in `/shop`:

| Spawner Core | Price         |
| ------------ | ------------- |
| Chicken      | `$100,000`    |
| Sheep        | `$140,000`    |
| Pig          | `$190,000`    |
| Cow          | `$270,000`    |
| Zombie       | `$380,000`    |
| Skeleton     | `$530,000`    |
| Spider       | `$730,000`    |
| Creeper      | `$1,000,000`  |
| Squid        | `$1,400,000`  |
| Glow Squid   | `$2,000,000`  |
| Slime        | `$2,800,000`  |
| Magma Cube   | `$3,900,000`  |
| Blaze        | `$5,400,000`  |
| Enderman     | `$7,500,000`  |
| Iron Golem   | `$10,000,000` |


---

# 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.lemoncloud.org/gamemodes/survival/spawners.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.
