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.
| Date uploaded | 2 days ago |
| Version | 1.2.2 |
| Download link | Crystal-CrystalLib-1.2.2.zip |
| Downloads | 1797 |
| Dependency string | Crystal-CrystalLib-1.2.2 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.
Preferred version: 5.4.2350README
A code library with utilities for mods to use. Developed primarily for use by mods developed by Crystal, but free for others to use if desired.
See the Wiki for details on what is included in the library.
Installation
This library should install automatically when installing a mod that depends on it if you are using a BepinEx compatible mod manager. For manual installation, place it in the BepixEx plugins directory.
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