1.0.3: [1.1.1] Strange mob spawns

jstn

New Member
Jul 29, 2019
5
0
0
Version:
1.0.3

What is the bug:
Uncontrollable mob spawns in the nether. Had 7113 Wither Skeletons randomly spawned. Overworld mobs are also showing up in the nether (Creepers, Squids, Zombies etc.).

Mod & Version:
[1.1.1] Direwolf 1.7.10

Paste.feed-the-beast.com log:
http://paste.feed-the-beast.com/view/af6159ba

Can it be repeated:


Known Fix:
 

buggirlexpres

Relatable Gamer
Trusted User
Retired Staff
Nov 24, 2012
3,937
7,362
663
she/her
twitter.com
Could you try going into your config/enderio/EnderIO.cfg file and finding this:
Code:
replacewitherskeletons {
    # Separates wither and normal skeletons into different entities, enables the powered spawner to treat them differently [EXPERIMENTAL - MAY CAUSE ISSUES WITH OTHER MODS]
    B:Misc=true
}
And replacing it with this:
Code:
replacewitherskeletons {
    # Separates wither and normal skeletons into different entities, enables the powered spawner to treat them differently [EXPERIMENTAL - MAY CAUSE ISSUES WITH OTHER MODS]
    B:Misc=false
}
And tell me if that changes anything (obviously won't kill already existing mobs)?