Moving held item/equipment from non-vanilla slots
skaviouz opened this issue ยท 1 comments
Essentially, the default setting: auto unequipping tools before they break can cause crashes If you are using a tool that is in a slot that is added from a mod (like battlegear http://www.minecraftforum.net/forums/thread/1291267-m)
Also, on reconnecting to server, it'll crash again (atleast in my scenario) I changed the config (B:AutoUnequipTools=false) and I was able to log back in.
second issue (related) : more torch issues
I also seem to have crashes when torches aren't in the hotbar, and item selected isn't in the default hotbar. If there is a torch somewhere in the vanilla hotbar, works as intended.
A workaround? Move torch to hotbar slot 1, place, then put old item back. Check to see if that was last torch, etc.
I've got a fix for the crash in place for version 1.3.5 - it was intended to fix Torch Aid from not working with the Dual Hotbar mod, but it should also fix the crash you're experiencing with the auto tool replacement.
As for the idea to use hotbar slot 1, I'll probably implement that too, should be easy.