TerraFirmaCraft

TerraFirmaCraft

2M Downloads

Rename Animal Spawn Count -> Animal Respawn Count

Zekryl opened this issue ยท 1 comments

commented

Animal Spawn Count option in config doesnt work because if i set count to 0 animals will still spawn.

javaw_pgfkGlOKSN
javaw_3PEe9UWYcI

I use TFC version 1.3.3.148

commented

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.