Thousands of Zombie Horses
ClaudiusMinimus opened this issue · 4 comments
I am getting thousands of zombie horses spawning in my modpack (2,000-3,000 zombie horses on separate occations). After doing a grep search, the instance of zombie_horse was in your mod roughmobsrevamped-1.15.2-4.1.2.jar.
Attached is the twitch/multimc pack file: Survival in Chaos-0.30.1.zip
Was looking for the source of my hundreds of zombie horses and I think it is this mod as well(or this mod in combination with another). I cannot find zombie horses referenced in any of my other mods though. For the time being I limited zombie horses in your config file to only spawn at unreasonable heights, so the problem is resolved in a manner.
Thanks for the report. This has to be some issue with another mod conflicting with Rough Mobs. Rough Mobs doesn't spawn entities. It modifies the ones that do. And yes, sometimes that includes adding a zombie horse to zombies that spawn in. So seems like something is overspawning zombies, then they die and leave the horse behind. I'll have a look at your mod back and see if I can figure it out.
Have you had any luck finding the issue? I just created a new test world. I spawned next to a village and there was a zombie horse with no zombie riding it. It was the daytime.
Have found no issues. Running the mod on my end causes no extra zombie horses to spawn anywhere. This is what I know so far:
- This mod does not spawn mobs. It replaces the normally spawned ones with "rough" ones when they spawn.
- When a zombie or zombie boss spawns, there is a chance (configurable) it will spawn on a zombie horse.
- It works on my end without issue.
Config option to control zombie horse spawns:
# Chance (1 in X) that a zombie spawns riding a zombie horse
# Set to 0 to disable this feature [range: 0 ~ 32767, default: 10]
I:zombieHorseChance=10
I'm closing this issue for now unless someone can provide me a specific mod that may be causing this issue in conjunction with rough mobs.