ixDarkLorD / UltimineAddition

Lock the ability to use ultimine under conditions! Making the player experience more fun by completing some challenges to obtain the excavation skill.
MIT License
2 stars 0 forks source link

[Bug]: Incompatibility with DefaultSettings #12

Closed PT400C closed 9 months ago

PT400C commented 9 months ago

Describe the Bug

FTB Ultimine Addition deviates from the widely accepted format for mod keybinds (key_key.NAME:key.KEY) by introducing a second colon in the key's name. DefaultSettings currently doesn't expect that behavior and refuses to handle those keys properly.

While we'll publish a fix on our end soon, I suggest that you change the keybind format from key_key.ultimine_addition:NAME:key.KEY to key_key.NAME:key.KEY for compatiblity reasons.

Reference: https://github.com/Jomcraft-Network/DefaultSettings/issues/18

To Reproduce

  1. Install FTB Ultimine Addition and DefaultSettings in Forge/Fabric 1.20.1
  2. Execute /ds save
  3. Inspect the error log

Catch the bug In Action!

No response

Crash Report or Log

https://pastebin.com/bjk5CZTY

OS

Windows 10

Minecraft Version

1.20.1

ModLoader

Forge

Mod Version

v1.2.0b RELEASE

ixDarkLorD commented 9 months ago

I solved the issue in the next update. (v1.2.1) 🤍