Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
CrystalLib
Code library with utilities for mods to use.
CHANGELOG
1.2.2
- Updated mod package and documentation. No functional changes.
1.2.1
- Fix handling of input key rebinding for keys registered with
InputBinding
1.2.0
- Updated for Valheim 1.0
1.1.2
- Updated BepinEx version
1.1.1
- Updated for game compatibility
1.1.0
- Breaking Change: References to
UnityEngine.KeyCodehave been replaced by references toUnityEngine.InputSystem.Keywhich affects the API of theInputBindingclass. This is necessary to follow changes in Valheim's input system. - Updated .NET version
1.0.2
- Updated for game compatibility
1.0.1
- Updated for game compatibility
1.0.0
- Initial release