> For the complete documentation index, see [llms.txt](https://wiki.lilacmc.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.lilacmc.net/features/emerald-shores/farming.md).

# Farming

One of the main features of Emerald Shores is farming, and to be more specific - harvesting fruits. The rich soil on the island is perfect for growing high-quality crops at exceptional speed. The type of crops available for harvesting rotate on a daily basis and the schedule is as follows:

**Monday:** <mark style="color:red;">strawberry</mark>, <mark style="color:yellow;">pineapple</mark>, <mark style="color:orange;">peach</mark>, <mark style="color:purple;">blueberry</mark>, <mark style="color:yellow;">banana</mark>

**Tuesday:** <mark style="color:red;">strawberry</mark>, <mark style="color:yellow;">pineapple</mark>, <mark style="color:purple;">grapes</mark>, <mark style="color:purple;">blueberry</mark>

**Wednesday:** <mark style="color:red;">strawberry</mark>, <mark style="color:yellow;">lemon</mark>, <mark style="color:purple;">grapes</mark>, <mark style="color:yellow;">banana</mark>

**Thursday:** <mark style="color:red;">strawberry</mark>, <mark style="color:yellow;">lemon</mark>, <mark style="color:orange;">mango</mark>

**Friday:** <mark style="color:red;">strawberry</mark>, <mark style="color:green;">melon</mark>, <mark style="color:orange;">mango</mark>

**Saturday:** <mark style="color:red;">strawberry</mark>, <mark style="color:green;">melon</mark>, <mark style="color:orange;">orange</mark>, <mark style="color:yellow;">banana</mark>

**Sunday:** <mark style="color:red;">strawberry</mark>, <mark style="color:orange;">orange</mark>, <mark style="color:orange;">peach</mark>, <mark style="color:yellow;">banana</mark>

Once you right-click one of the fruit crops, a menu will open where you need to select the fruits without accidentally cutting the surrounding leaves. Upon successfully harvesting the fruit and clicking on the shears at the bottom, you will then receive a fruit of varying quality: regular, silver, golden or legendary. The higher the tier, the better but also the harder it is to obtain. Harvesting high-tier fruits is hefty work and as we all know teamwork makes the dream work which is why some of the locals are there to help you:

**Maeve Wildflower:** Maeve will reward you for the amount of fruits you have harvested as well as give you some insights on the number of fruits you've received from each tier or how many cuts you have made overall. Her rewards include Emerald Shells - the official currency of Emerald Shores, tags and Guardian Eggs.

**Elias Greenfield:** Elias offers advice on proper, efficient harvesting in exchange for some of your money and produce. He can teach you how to harvest your crops with fewer cuts, make a few mistakes without damaging the crop, improve the quality of your harvested crops, harvest some of the fruits with just one snip or even get several fruits out of a single harvest. Each skill you learn has several levels you can unlock and this is where those higher-tier crops can be very handy.

**Bernard, the island llama:** Bernard can provide you with a free tour around the farm...at a very slow pace. Enjoy the scenery!

**Felicity:** Felicity offers decorative versions of the Emerald Shores crops so you can bring some of that tropical magic into your home.

In case you end up with an excessive amount of fruits you feel like you don't need, you can compost them into the Emerald Shores Farm Compost Shed and get the following rewards: Emerald Shells, mcMMO tokens, legendary tier fruits, summoner shards, artifact shards, legendary orbs, Durability Charms and E.S. Mine baskets.


---

# 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.lilacmc.net/features/emerald-shores/farming.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.
