Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Mob Spawners

b3spectacled edited this page Feb 26, 2023 · 2 revisions

Options specifying the rules for globally modifying the rules for mob spawner blocks.

The options override but not overwrite custom spawner data so can be applied safely to custom spawner blocks.

Options

overrideSpawnerDefaultValues

Specify whether mob spawner options should be used. If you have custom spawners or another mod that modifies spawners, you may want to leave this off/false.

minSpawnDelay

Specify the minimum tick delay between spawn attempts, where 20 ticks = 1 second.

maxSpawnDelay

Specify the maximum tick delay between spawn attempts, where 20 ticks = 1 second.

spawnCount

Specify the maximum number of mobs that may be spawned.

maxNearbyEntities

Specify the maximum number of nearby mobs of the same type to check to determine if the spawn attempt fails.

requiredPlayerRange

Specify the spherical spawner activation radius.

spawnRange

Specify the mob spawn radius.

Clone this wiki locally