Crates.io | libium |
lib.rs | libium |
version | 1.30.0 |
source | src |
created_at | 2022-02-05 14:44:34.554667 |
updated_at | 2024-08-09 14:38:27.108295 |
description | Multi-source backend for managing Minecraft mods and modpacks from Modrinth, CurseForge, and Github Releases |
homepage | |
repository | https://github.com/gorilla-devs/libium |
max_upload_size | |
id | 527448 |
size | 83,768 |
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