# Reproduction Items

### Items to reproduce animals

| Mob           | Item             |
| ------------- | ---------------- |
| Alligator     | COOKED\_COD      |
| Deer          | SWEET\_BERRIES   |
| Golden Monkey | MELON\_SLICE     |
| Ostrich       | WHEAT            |
| Meerkat       | SHORT\_GRASS     |
| Vulture       | EGG              |
| Crab          | MANGROVE\_LEAVES |
| Penguin       | COOKED\_SALMON   |

### Eggs Growing Time

| Mob         | Time in Ticks | Time      |
| ----------- | ------------- | --------- |
| Ostrich Egg | 3600          | 3 minutes |
| Vulture Egg | 3600          | 3 minutes |
| Penguin Egg | 3600          | 3 minutes |

Baby Growing Time

| Mob            | Time in Ticks | Time       |
| -------------- | ------------- | ---------- |
| Baby Alligator | 12000         | 10 minutes |
| Baby Deer      | 12000         | 10 minutes |
| Baby Monkey    | 12000         | 10 minutes |
| Baby Ostrich   | 12000         | 10 minutes |
| Baby Meerkat   | 12000         | 10 minutes |
| Baby Vulture   | 12000         | 10 minutes |
| Baby Penguin   | 12000         | 10 minutes |
| Baby Crab      | 12000         | 10 minutes |


---

# Agent Instructions: 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://plugins.elitefantasy.net/mobvote/reproduction-items.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.
