Jomcraft-Network / DefaultSettings

DefaultSettings Minecraft Mod
https://www.curseforge.com/minecraft/mc-mods/defaultsettings
Apache License 2.0
3 stars 1 forks source link

[Incompatibility] Problem saving/restoring FTB Ultimine Addition mod's keybind #18

Closed PT400C closed 7 months ago

PT400C commented 7 months ago

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.

PT400C commented 7 months ago

Fixed by the latest FTB Ultimine Addition v1.2.1 release