[Incompatibility] Problem saving/restoring FTB Ultimine Addition mod's keybind
PT400C opened this issue ยท 1 comments
The usual keybind format would be key_key.NAME:key.KEY
. DefaultSettings expects this and currently fails if this format isn't present.
FTB Ultimine Addition uses the following format: key_key.ultimine_addition:NAME:key.KEY
, introducing a second colon.
For compatibility reasons we'll improve DefaultSettings' key recognition in an upcoming update. In addition I would suggest that FTB Ultimine Addition would change their keybind format to the widely accepted key_key.NAME:key.KEY
.