> For the complete documentation index, see [llms.txt](https://orange-lounge-smp.gitbook.io/orange-smp-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orange-lounge-smp.gitbook.io/orange-smp-wiki/areas/farmlands/drops.md).

# Drops

### Overview

Farmlands has custom drops tied to crops, mutations, pests, and special farming rewards.

These materials are used for progression, trading, crafting, and upgrades.

{% hint style="info" %}
The chances below are listed as base drop rates.

Actual results can vary depending on your gear, stats, and boosts.
{% endhint %}

### Crop drops

| Source             | Rare drop             | Chance | Special drop               | Chance |
| ------------------ | --------------------- | -----: | -------------------------- | -----: |
| `Wheat`            | `Rare Wheat`          |   `5%` | `Golden Wheat`             | `0.1%` |
| `Carrots`          | `Rare Carrot`         |   `5%` | `Enchanted Golden Carrot`  | `0.1%` |
| `Potatoes`         | `Rare Potato`         |   `5%` | `Holy Potato`              | `0.1%` |
| `Beetroots`        | `Rare Beetroot`       |   `5%` | `Living Root`              | `0.1%` |
| `Sugar Cane`       | `Rare Sugar Cane`     |   `5%` | `Sugar Crystal`            | `0.1%` |
| `Cactus`           | `Rare Cactus`         |   `5%` | `Bloom`                    | `0.1%` |
| `Melon`            | `Rare Melon Slice`    |   `5%` | `Crystal Melon Slice`      | `0.1%` |
| `Pumpkin`          | `Rare Pumpkin`        |   `5%` | `Glistering Pumpkin Slice` | `0.1%` |
| `Cocoa Beans`      | `Rare Cocoa Beans`    |   `5%` | `Blessed Beans`            | `0.1%` |
| `Sweet Berry Bush` | `Rare Sweet Berries`  |   `5%` | `Cotton Ball`              | `0.1%` |
| `Glow Berries`     | `Rare Glow Berries`   |   `5%` | `Lush Berry`               | `0.1%` |
| `Honeycomb`        | `Rare Honeycomb`      |   `5%` | `Royal Honeycomb`          | `0.1%` |
| `Red Mushroom`     | `Rare Red Mushroom`   |   `5%` | `Blue Mushroom`            | `0.1%` |
| `Brown Mushroom`   | `Rare Brown Mushroom` |   `5%` | `Blue Mushroom`            | `0.1%` |

### Mutated crop drops

Mutated drops can appear while farming when mutation effects are active.

| Source           | Mutated drop             |
| ---------------- | ------------------------ |
| `Wheat`          | `Mutated Wheat`          |
| `Carrots`        | `Mutated Carrot`         |
| `Potatoes`       | `Mutated Potato`         |
| `Beetroots`      | `Mutated Beetroot`       |
| `Sugar Cane`     | `Mutated Sugar Cane`     |
| `Cactus`         | `Mutated Cactus`         |
| `Melon`          | `Mutated Melon`          |
| `Pumpkin`        | `Mutated Pumpkin`        |
| `Cocoa Beans`    | `Mutated Cocoa Beans`    |
| `Sweet Berries`  | `Mutated Sweet Berries`  |
| `Glow Berries`   | `Mutated Glow Berries`   |
| `Honeycomb`      | `Mutated Honeycomb`      |
| `Red Mushroom`   | `Mutated Red Mushroom`   |
| `Brown Mushroom` | `Mutated Brown Mushroom` |

### Pest drops

| Mob             | Drop                | Chance |
| --------------- | ------------------- | -----: |
| `Crop Mite`     | `Mite Skin 1-2`     |  `50%` |
| `Blight Beetle` | `Beetle Goop 1-2`   |  `50%` |
| `Spore Gnat`    | `Gnat Spore 1-2`    |  `50%` |
| `Root Leech`    | `Leech Blood 1`     |  `50%` |
| `Rot Hive`      | `Rotten Honey 1-2`  |  `50%` |
| `Mushling`      | `Heart of Nature 1` |  `15%` |


---

# 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://orange-lounge-smp.gitbook.io/orange-smp-wiki/areas/farmlands/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.
