# 📕 Farms & Limits

**Entity Limits**\
\
**\*A group is defined as a collection of entities within a specific radius. Example: A group of 10 zombies spread out 8 blocks away from a group of 20 zombies wouldn't be trimmed but a group of 30 zombies would.**

* Common mobs (animals, monsters, fish, ambient, raiders) are all limited under a **25** group limit per 14 blocks.
* Domestic mobs (villagers, tameables, golems) are all limited under a **45** group limit per 6 blocks.
* Vehicle entities (minecarts, hopper minecarts, boats) are all limited under a **15** limit per 20 blocks.<br>

**Block Limits**

**\*A chunk is a 16x320x16 region spread out across all worlds in Minecraft. You can see individual chunks by enabling the F3+G debug menu.**

* Redstone blocks are limited under a 9**0** block limit per chunk.
* Beds are limited under a **20** block limit per chunk.
* Hoppers are limited under a **25** block limit per chunk.
* Tiles are limited under a **256** block limit per chunk.
* Spawners are limited under an **8** block limit per chunk.

**Updated: 3/26/24**


---

# 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://oldwiki.lumamc.net/basics/farms-and-limits.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.
