55 stable releases
1.30.0 | Aug 9, 2024 |
---|---|
1.29.0 | Jun 11, 2024 |
1.27.0 | May 21, 2024 |
1.26.2 | Feb 23, 2024 |
1.5.1 | Mar 30, 2022 |
#371 in Games
86 downloads per month
Used in 2 crates
54KB
1.5K
SLoC
Libium
Libium is the backend of ferium. It helps manage Minecraft mods from Modrinth, CurseForge, and Github Releases.
These are the main components of libium;
config
deals with (surprise, surprise) the config. It defines the config structure and methods to get the config file, deserialise it, etcmodpack
contains manifest/metadata structs for MR and CF modpack formats, and functions for reading these from a zip fileupgrade
contains functions for fetching the latest compatible mod/modpack file, and downloading itadd
contains functions to verify and add a mod to a profilefile_picker
contains functions to show a file picker for both GUI and CLI styles
Dependencies
~24–42MB
~678K SLoC