# Mob & Block Limits

### Mob Limits <a href="#mob-limits" id="mob-limits"></a>

#### Animals <a href="#animals" id="animals"></a>

* Animals include pigs, cows, rabbits, sheep, chickens, and mooshrooms.
* There is a limit of any combination of 16 stacks (1024 max individual mobs) of animals per 3x3 chunk area.

#### Monsters <a href="#monsters" id="monsters"></a>

* Monsters include zombies, skeletons, slimes, creepers, spiders, cave spiders, silverfish, zombified piglins, witches, and wither skeletons.
* There is a limit of any combination of 8 stacks (512 max individual mobs) of monsters per 3x3 chunk area.

#### Individual Mob Limits Per 3x3 Chunk Area <a href="#individual-mob-limits-per-3x3-chunk-area" id="individual-mob-limits-per-3x3-chunk-area"></a>

* Some other mobs have their own individual limits beyond the limits described above.

<details>

<summary>Click To See The Full List</summary>

* Allay: 16
* Axolotl: 12
* Bee: 24
* Blaze: 8 stacks
* Camel: 12
* Cat: 12
* Cod: 20
* Dolphin: 4
* Donkey: 16
* Drowned: 8 stacks
* Elder Guardian: 8
* Enderman: 8 stacks
* Endermite: 8
* Ender Dragon: 2
* Fox: 10
* Frog: 16
* Ghast: 16
* Giant: 8 stacks
* Glow Squid: 10 stacks
* Goat: 16
* Guardian: 8 stacks
* Hoglin: 8 stacks
* Horse: 8
* Husk: 8 stacks
* Iron Golem: 8 stacks
* Llama: 16
* Magma Cube: 32
* Mule: 16
* Ocelot: 16
* Panda: 16
* Parrot: 16
* Piglin: 16
* Polar Bear: 10
* Pufferfish: 16
* Salmon: 20
* Shulker (mob): 16
* Skeleton Horse: 8
* Slime: 8
* Sniffer: 6
* Snow Golem: 16
* Squid: 16 stacks
* Stray: 8 stacks
* Strider: 8 stacks
* Tadpole: 16
* Tropical Fish: 20
* Turtle: 12
* Villager: 32
* Warden: 8
* Wolf: 10
* Zoglin: 16 stacks
* Zombie Horse: 8
* Zombie Villager: 32

</details>

***

### Block Limits <a href="#block-limits" id="block-limits"></a>

#### Tile Limits <a href="#tile-limits" id="tile-limits"></a>

* Tile entities, or block entities, are extra data associated with a block. These include things like item frames, armor stands, hoppers, chests, furnaces, signs, and many more. You can view a full list of block entities by [Clicking Here](https://minecraft.fandom.com/wiki/Block_entity#:~:text=A%20block%20entity%20\(also%20known,states%20associated%20with%20each%20block.).
* There is a limit of any combination of 128 tile entities per chunk.

#### Redstone Limits <a href="#redstone-limits" id="redstone-limits"></a>

* Redstone includes redstone wire, redstone blocks, hoppers, dispensers, droppers, tripwire hooks, redstone lamps, pistons, redstone torches, tnt, note blocks, levers, repeaters, and comparators.
* There is a limit of any combination of 128 redstone blocks per chunk.

#### Individual Block Limits <a href="#individual-block-limits" id="individual-block-limits"></a>

* While many of these are included in the redstone & tile limits above, they also have their own individual limits beyond that.
* Chests & barrels are limited to 256 per chunk. Please try to avoid using this many if possible.
* Hoppers, shulkers, pistons, note blocks, and observers have a limit of 64 per chunk.
* Item frames have a limit of 64 per chunk.
* Player Heads are limited to 64 per chunk.
* Paintings have a limit of 16 per chunk.
* Furnaces, blast furnaces, smokers, and brewing stands have a limit of 12 per chunk. Please note that this is different from the number you can have registered for jobs money/exp. Those limits are 6 furnaces, 4 blast furnaces, 4 smokers, and 4 brewing stands registered for job money. You can check this in-game using **`/jobs ownedblocks`**.
* Dispensers & droppers have a limit of 32 per chunk.
* Beacons have a limit of 8 per chunk.
* Armor stands have a limit of 8 per chunk.
* All types of boats have a limit of 8 per chunk.
* All types of minecarts have a limit of 8 per chunk.


---

# 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://docs.ecosmp.net/gameplay-info/mob-and-block-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.
