Rename Animal Spawn Count -> Animal Respawn Count
Zekryl opened this issue ยท 1 comments
That is only for respawn. Sorry, I should've described better.
There is 2 kinds of spawning in MC:
- On chunk generation.
- Respawns (occurs on loaded chunks).
So there is two configs to control this behavior. Default is: Livestock animals (like sheeps, which you are showing) only spawns on chunk generation (wolves and cats are special cased), any others respawns over time using that config.
If you want to disable sheeps specifically, or other animals on chunk generation, you have to go over Animals config and disable each one.