BreakfastCraft / BreakfastBuffet

For the BreakfastBuffet Modpack suggestions/error reporting
1 stars 6 forks source link

Crashing on log in #22

Closed nunley21 closed 9 years ago

nunley21 commented 9 years ago

I crash on login her is my log http://pastebin.com/3t7VhA22

Lunchington commented 9 years ago

This error is directly related to the setting in enderio.cfg inside you INSTANCE/config/enderio directory. the B:Misc=true should be replaced with false.

EXAMPLE:

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
}

SHOULD BE

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
}
topher2010 commented 9 years ago

Option changed in BB2.1