Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gorilla-devs/libium
Multi-source backend for managing Minecraft mods and modpacks from Modrinth, CurseForge, and Github Releases
https://github.com/gorilla-devs/libium
curseforge github-releases minecraft mod-manager modrinth
Last synced: 3 days ago
JSON representation
Multi-source backend for managing Minecraft mods and modpacks from Modrinth, CurseForge, and Github Releases
- Host: GitHub
- URL: https://github.com/gorilla-devs/libium
- Owner: gorilla-devs
- License: mpl-2.0
- Created: 2022-01-27T04:07:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T14:14:45.000Z (12 days ago)
- Last Synced: 2024-11-01T15:21:22.672Z (12 days ago)
- Topics: curseforge, github-releases, minecraft, mod-manager, modrinth
- Language: Rust
- Homepage:
- Size: 231 KB
- Stars: 25
- Watchers: 2
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Libium
Libium is the backend of [ferium](https://github.com/gorilla-devs/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