Open Terrain Generator (OTG)

Open Terrain Generator (OTG)

10M Downloads

Zoo Animals: WaterCreature only spawn on land

Elias79 opened this issue ยท 1 comments

commented

Tried adding a fish from the [Zoo Animals mod](
2018-07-17_05 21 45
https://minecraft.curseforge.com/projects/zoo-wild-animals-rebuild) to the "Deep Ocean" biome but they only spawn on land but never in the water.
SpawnWaterCreatures: [{"mob": "bluefish", "weight": 1000, "min": 4, "max": 4}]

commented

Hey @Elias79, thanks for reporting this. Unfortunately many modded mobs don't follow the vanilla spawning rules and need to be spawned by their own mod. When you add a mob via the mob spawning list in a biomeconfig, all OTG does is add it to the spawning list that the vanilla mob spawning mechanics use. So it looks like when the vanilla mob spawning mechanics try to spawn these creatures, it doesn't work. I've tried to fix this in the past, but I found I'd have to make an adapter for each mob mod. Unfortunately, I don't think I'll have time for something like that before the 1.13 update. See also: #301.