Respawning Animals [Forge & Fabric]

Respawning Animals [Forge & Fabric]

117k Downloads

[Bug]: Config file not created

Zothen1973 opened this issue ยท 1 comments

commented

Mod Loader (Required)

Forge

Minecraft Version (Required)

1.20.1

Mod Version (Required)

v8.2.0

Notes (Required)

There is no config file/folder in the config folder. Referring to the description there should be one.

latest.log (Optional)

No response

commented

The mod no longer has a config file. All configuration is possible via two game rules:

  • animalMobCap for setting how many animals must be in the world for the spawning algorithm to stop spawning new ones
  • persistentAnimals for toggling the mod mechanics as a whole

There also is an additional entity type tag:

  • respawninganimals:persistent_animals for animals that will behave just like in vanilla, so no despawning or respawning, and no counting towards the animal mob cap

The mod page description is currently out of date.