> For the complete documentation index, see [llms.txt](https://plugins.elitefantasy.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://plugins.elitefantasy.net/maskybiomesexpansion/mobs.md).

# Mobs

## Meerkat

<figure><img src="/files/AQdfbTnlTagdWP8OsABi" alt=""><figcaption></figcaption></figure>

Their main characteristic is that they search for objects and bury them in the sand

They are the only animals capable of placing objects back in the suspicious sand

These can be retrieved by using the brush on these blocks<br>

At night, meerkats will hide by building burrows or hunt spiders

<figure><img src="/files/p7CVb4kWXkKXWZbIDBjL" alt=""><figcaption></figcaption></figure>

### Reproduction & Growing

Meerkats can reproduce using `SPIDER_EYE`

The babies will grow to adulthood in 12,000 ticks (10 minutes)

### NameTag

Meerkats will disappear if they don't find a player within 70 blocks (the main reason they leave if placed in Creative mode); to prevent this, you need to place a nametag on them

## Ostrich

<figure><img src="/files/OqhyoOa2VLaFMSHFA2bo" alt=""><figcaption></figcaption></figure>

Ostriches are wild animals, but they can be tamed if you give them `WHEAT_SEEDS`

They tuck their heads in if they feel threatened

### Reproduction & Growing

Ostriches can breed with `WHEAT` and will lay an egg

Ostriches will fiercely protect their eggs, so they should not be disturbed

and after 3,600 ticks (3 minutes) have passed, this egg will hatch, and it will grow back to its adult state in 12,000 ticks (10 minutes)

### Tame & Mounting

A tamed can be ridden using a Saddle on it

When ridden, it can move faster than any other animal, but its speed decreases when climbing blocks, so it requires a smooth path to reach its full potential

<figure><img src="/files/HFf8f2l9Y3k9Ely35f2X" alt=""><figcaption></figcaption></figure>

### NameTag

Ostriches will disappear if they don't find a player within 70 blocks (the main reason they leave if placed in Creative mode); to prevent this, you need to place a nametag on them

### Ostrich Boots

<figure><img src="/files/jcLhip0JY2NuSwzpiiu1" alt=""><figcaption></figcaption></figure>

With the feathers, you can craft unique boots that give you speed in the arena

## Termites

<figure><img src="/files/EipNto3IMJIZHsP7iw3a" alt=""><figcaption></figcaption></figure>

Termites are creatures that appear near their own nests

They are generally hostile toward players and will sometimes retreat to their nests

If you attack a nest, all the termites will come out to attack

Termites can be caught in a bucket for transport

### Hollow Blocks

<figure><img src="/files/PzfTIPjQoMf5qZOBCWyV" alt=""><figcaption></figcaption></figure>

Their main behavior is to seek out tree trunks to eat and hollow out

<figure><img src="/files/wS1qMY8Dvtrj5v8pTtke" alt=""><figcaption></figcaption></figure>

You can place `moss_carpet` on top of the hollow logs, and then you can place `flowers`  & `saplings` on top for a nicer decoration.

<figure><img src="/files/0UtO5MOuoKUBXCkQsQ7E" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/q67dxv70OWtCmJA5ITSX" alt=""><figcaption></figcaption></figure>

When termites chew through wood, they may randomly drop sawdust

### Sawdust

This item ensures that when a crop is fully grown, interacting with it triggers the double harvest and automatically replants it

It can be used in dispensers

## Iceologer

<figure><img src="/files/pbwDSBZJIQgwH8KfxPEJ" alt=""><figcaption></figcaption></figure>

This is a mob that appears in frozen mountains or caves; when it sees you, it will summon an ice cube that will head toward the player and then fall

<div><figure><img src="/files/iFkOm2kHK8npVsIEHZFb" alt=""><figcaption></figcaption></figure> <figure><img src="/files/TstFVEAaIGGfInUNlRE8" alt=""><figcaption></figcaption></figure></div>

## Frozen Zombie

<figure><img src="/files/l3yOerTA2N9f8d84VD46" alt=""><figcaption></figcaption></figure>

Frost Zombies are a variant of Zombies found in frozen biomes; when they attack, they inflict a freezing effect and throw snowballs if the target is far away


---

# 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://plugins.elitefantasy.net/maskybiomesexpansion/mobs.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.
