No Mob Spawning on Trees Mod — Configuration
Mechanics & Configuration
The mod operates entirely through the nmsot.cfg configuration file. This file contains a list of blacklistRules that the game evaluates every time a mob attempts to spawn. If a spawn attempt matches a rule in the blacklist, the spawn is canceled.
Global Settings
Beyond specific rules, the mod provides global modifiers to the spawning engine:
| Setting | Description |
|---|---|
extraSpawningTries |
Increases the number of spawn attempts per tick. Useful for counteracting high blacklist counts. |
spawnCapacityMonster |
Adjusts the maximum number of monsters allowed in the world. |
spawnCapacityAnimal |
Adjusts the maximum number of animals allowed in the world. |
spawnCapacityAmbient |
Adjusts the maximum number of ambient creatures (like bats). |
spawnCapacityWater |
Adjusts the maximum number of water creatures (like squid). |
