> 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/special-mob-drops.md).

# Special Mob Drops

Mobs on Landania can drop special items. Among other things, it is possible to get Teleportation Fruits or Spawn Eggs.&#x20;

Depending on the looting and the chance, the items can vary.

{% hint style="info" %}
There is a maximum of 10 [<mark style="color:blue;">Fruits</mark>](/english/farming-and-resources/tp-fruits.md) and 5 [<mark style="color:blue;">Spawn Eggs</mark>](/english/farming-and-resources/spawn-eggs.md) per hour that you can get with killing mobs.
{% endhint %}

### Where can I find the Mob Drops?

You can find them now in the description of the respective farmworld. To get faster to the page you can click directly on the link to the respective farmworld below.

{% content-ref url="/pages/CTXE9jPuRjuNHlJ0IrYX" %}
[Tropical Farmworld](/english/worlds/farmworlds/tropical-farmworld.md)
{% endcontent-ref %}

{% content-ref url="/pages/xqzetCP4VwepFWooJCpg" %}
[Ice Farmworld](/english/worlds/farmworlds/ice-farmworld.md)
{% endcontent-ref %}

{% content-ref url="/pages/AGRCEhBVV5GdiSxDY66X" %}
[Nether Farmworld](/english/worlds/farmworlds/nether-farmworld.md)
{% endcontent-ref %}

{% content-ref url="/pages/aHUWBZCM07Ct0eA3ijxk" %}
[Amethyst Farmworld](/english/worlds/farmworlds/amethyst-farmworld.md)
{% endcontent-ref %}

{% content-ref url="/pages/IYZiPPsYXODPaFqvRfcb" %}
[End Farmworld](/english/worlds/farmworlds/end-farmworld.md)
{% endcontent-ref %}


---

# 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.landania.net/english/farming-and-resources/special-mob-drops.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.
