#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

52 stable releases

new 1.27.0 May 21, 2024
1.26.2 Feb 23, 2024
1.24.1 Jan 30, 2024
1.23.2 Aug 6, 2023
1.5.1 Mar 30, 2022

#136 in Games

Download history 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 20/week @ 2024-04-06 10/week @ 2024-04-13 11/week @ 2024-04-20 12/week @ 2024-04-27 4/week @ 2024-05-04 5/week @ 2024-05-11 196/week @ 2024-05-18

218 downloads per month
Used in 2 crates

MPL-2.0 license

51KB
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–35MB
~584K SLoC