> For the complete documentation index, see [llms.txt](https://wiki.landania.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.landania.net/english/farming-and-resources/fragments/spawner-fragments.md).

# Spawner Fragments

### What are Spawner Fragments?

Spawner Fragments, just like all other fragments, are items that we have created on our server. In some cases, this makes items from Creative Mode available, as in this case.

<figure><img src="/files/pwFFm3V88KMUQrXsCgG2" alt=""><figcaption><p>This is the lore of a Spawner Fragment.</p></figcaption></figure>

### How can I get Spawner Fragments?

Fragments of spawners can be obtained by mining spawners with a pickaxe enchanted with the enchantment "Fortune".

The chance here behaves as follows:

| Enchantment | Chance of an Spawner Fragment |
| :---------: | :---------------------------: |
|  No Fortune |              :x:              |
|  Fortune 1  |               1%              |
|  Fortune 2  |               2%              |
|  Fortune 3  |               3%              |

### What can I do with Spawner Fragments?

You can make an mob spawner from nine Spawner Fragments on a crafting table.

<figure><img src="/files/itObLvxGXdy6ZKj3Ziu0" alt=""><figcaption><p>The crafting recipe of a spawner</p></figcaption></figure>

Since these are rare items, they can also be sold quite expensively in the [<mark style="color:blue;">Auction House</mark>](/english/trading/auction-house.md) to earn [<mark style="color:blue;">coins</mark>](/english/player/currencies/coins.md).

{% hint style="info" %}
You also have a chance to get an Spawner Fragment when breaking spawner on your realm. Therefore, think carefully about where you place it.
{% endhint %}


---

# 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:

```
GET https://wiki.landania.net/english/farming-and-resources/fragments/spawner-fragments.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.
