Ugh, we are experiencing the same problems. KCauldron, ranged cannot be lower in dim 0, and immense lag with enderpumps near nether fortresses.
Setting difficulty to peaceful doesn't remove whatever it is in dim 0. The server side is unaffected, simply says the player was disconnected. Only the client crashes.
From the following Forge mod coding discussion, I also get the idea that it's probably the wither skeleton changer..
http://www.minecraftforge.net/forum/index.php?topic=21715.0
The server setting was set to false in enderIO.cfg a while ago to try to resolve this:
B:replaceWitherSkeletons=false
For the recent client side crash, the setting has been:
B:replaceWitherSkeletons=true
I just set that to false, and now the client loads fine, no problems.
So apparently we need to tell all players to merely wade into their mod config and edit their enderIO.cfg and set that false. Ugh ugh ugh ugh.
Setting difficulty to peaceful doesn't remove whatever it is in dim 0. The server side is unaffected, simply says the player was disconnected. Only the client crashes.
From the following Forge mod coding discussion, I also get the idea that it's probably the wither skeleton changer..
http://www.minecraftforge.net/forum/index.php?topic=21715.0
The server setting was set to false in enderIO.cfg a while ago to try to resolve this:
B:replaceWitherSkeletons=false
For the recent client side crash, the setting has been:
B:replaceWitherSkeletons=true
I just set that to false, and now the client loads fine, no problems.
So apparently we need to tell all players to merely wade into their mod config and edit their enderIO.cfg and set that false. Ugh ugh ugh ugh.
Last edited: