> 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/other-guides/entity-limit.md).

# Entity Limit

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

### ENTITY LIMIT

Written by: Serithify

In order to prevent unnecessary lag on the server there are some items / entities that have a limit on how many can be placed within 1 chunk.<br>

**Distance:** a mob within X distance of another mob is counted towards one group.

> **MOBS**

**Villager:** 50 per group (distance of 3)\
**Animals:** 25 per group (distance of 25)\
\- 3 Axolotls per group\
**Monsters:** 10 per group (distance of  3)\
**Minecart Hoppers:** 8 per group (distance of 25)\
\
Note: It is suggested to add at least 8 blocks to the distance between each group so that they wouldn't overlap.

> **BLOCKS**

**Hoppers:** 20 per chunk\
**Redstone:** 60 per chunk\
**Tiles (chests, frames, etc.):** 256 per chunk\
**Spawners:** 8 per chunk


---

# 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:

```
GET https://wiki.lilacmc.net/other-guides/entity-limit.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.
