#minecraft-mod #minecraft #mod-manager #curse-forge #modrinth #back-end #github-releases

libium

Multi-source backend for managing Minecraft mods and modpacks from Modrinth, CurseForge, and Github Releases

51 stable releases

1.26.2 Feb 23, 2024
1.24.1 Jan 30, 2024
1.23.2 Aug 6, 2023
1.23.1 Mar 23, 2023
1.5.1 Mar 30, 2022

#208 in Games

Download history 35/week @ 2023-12-23 13/week @ 2023-12-30 14/week @ 2024-01-06 9/week @ 2024-01-13 10/week @ 2024-01-20 160/week @ 2024-01-27 144/week @ 2024-02-03 85/week @ 2024-02-10 413/week @ 2024-02-17 442/week @ 2024-02-24 73/week @ 2024-03-02 44/week @ 2024-03-09 20/week @ 2024-03-16 10/week @ 2024-03-23 43/week @ 2024-03-30 11/week @ 2024-04-06

92 downloads per month
Used in 2 crates

MPL-2.0 license

48KB
1K 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, etc
  • modpack contains manifest/metadata structs for MR and CF modpack formats, and functions for reading these from a zip file
  • upgrade contains functions for fetching the latest compatible mod/modpack file, and downloading it
  • add contains functions to verify and add a mod to a profile
  • file_picker contains functions to show a file picker for both GUI and CLI styles

Dependencies

~18–37MB
~607K SLoC