#minecraft-mod #minecraft #mod-manager #curse-forge #modrinth #zip-archive #github-releases

libium

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

54 stable releases

1.29.0 Jun 11, 2024
1.27.0 May 21, 2024
1.26.2 Feb 23, 2024
1.23.2 Aug 6, 2023
1.5.1 Mar 30, 2022

#125 in Games

Download history 39/week @ 2024-03-11 17/week @ 2024-03-18 7/week @ 2024-03-25 49/week @ 2024-04-01 16/week @ 2024-04-08 8/week @ 2024-04-15 16/week @ 2024-04-22 9/week @ 2024-04-29 8/week @ 2024-05-13 220/week @ 2024-05-20 45/week @ 2024-05-27 54/week @ 2024-06-03 485/week @ 2024-06-10 100/week @ 2024-06-17 39/week @ 2024-06-24

686 downloads per month
Used in 2 crates

MPL-2.0 license

58KB
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, 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

~19–36MB
~583K SLoC