# Mob Spawning

Nearly all types of mob farms will work on Pixlverse, but there are some important things to note before building your farm.

## Quick Notes

* Any farms that rely on mobs moving through nether portals will not work.
* Mob spawning distances will be different from vanilla Minecraft.
* Mob drops are disabled if a mob dies from cramming.
* The server automatically limits how many mobs/blocks can be within a certain area. You can view more info on these limits on the [Mob & Block Limits](/gameplay-info/mob-and-block-limits.md) page.

## Distances

* The server simulation distance is set to 5 chunks. Mobs will spawn 24-64 blocks away from you instead of the vanilla 24-128. You can visually see this in the photo below:

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

### Entity Activation Ranges

* animals: 24
* monsters: 32
* raiders: 64
* misc: 16
* water: 16
* villagers: 32

### Entity Tracking Ranges

* display: 48
* players: 64
* animals: 64
* monsters: 64
* misc: 32
* other: 64


---

# 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://wiki.pixlverse.net/gameplay-info/mob-spawning.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.
