Non-land animals don't spawn in pregenned chunks
Alkiasan opened this issue ยท 6 comments
Describe the bug
Installing the mod on a world with chunks already generated does not allow mobs from this mod to spawn. Underwater creatures still seem to spawn though, weirdly.
To Reproduce
Steps to reproduce the behavior:
- Pregen world
- Install mod
- See error
Expected behavior
Mobs spawn naturally
Versions
-
Minecraft Version: 1.18.1
-
Architectury API Version: 3.2.60
-
Platform (Forge/Fabric): Fabric
-
Fabric Loader Version: 0.12.2
-
Mod Version: 11.0.4
This is not a bug, this is how Minecraft's creature spawning system works. If the mod is not present at chunk generation, land creatures will not be spawned. It doesn't apply to water creatures, because that is how Minecraft's water spawning works. We use vanilla spawning algorithms.
If you go to ungenerated chunks, things will spawn as expected. This only applies to chunks that have been generated WITHOUT the mod installed.