Shinoow / AbyssalCraft

Source repo for the AbyssalCraft mod
GNU Lesser General Public License v3.0
81 stars 52 forks source link

Game Crippling Mob Spawn Issue #492

Closed AisuTistoto223 closed 2 years ago

AisuTistoto223 commented 2 years ago

Intro:

Mobs do not spawn in the dimensions and biomes they are intended to.

Description:

Abyssal wasteland has zero enemies. Darklands have no enemies, etc.

Crash report:


Affected versions ("latest" is NOT a version):

Latest log file for when the issue was present:

[pastebin/gist/etc link here]

My Mods, to see if it's a compatibility issue: image

Shinoow commented 2 years ago

This is caused by CustomMobSpawner, which in it's default configuration breaks mob spawning in any custom biome (and dimension) added by other mods. Removing that should fix the issue.

AisuTistoto223 commented 2 years ago

There any way to modify the CustomMobSpawner configs to fix it instead of removing it entirely?

Shinoow commented 2 years ago

By all means, you can try. But in the 10 years I've been developing mods, I've never come across anyone who managed to figure it out and get things to work. Last attempt (known to me) would be #259

AisuTistoto223 commented 2 years ago

I've decided to just use a different mod for now. It's solved a vast number of issues I didn't even realize existed. I'll look into fixing the wretched mod's incompatibility with basically everything another time. Consider this solved.