Install and Update Minecraft Modpacks easliy.
https://pilzinsel64.de/modium/
- C# 99.5%
- Shell 0.5%
|
All checks were successful
Build and test / build-release (push) Successful in 58s
|
||
|---|---|---|
| .forgejo | ||
| Modium | ||
| Modium.Apps | ||
| Modium.Apps.Admin | ||
| Modium.Apps.Client | ||
| Modium.Installation | ||
| Modium.Management | ||
| publish-scripts@704abd4ed1 | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| Directory.Build.props | ||
| Directory.Packages.props | ||
| LICENSE | ||
| Modium.sln | ||
| NuGet.Config | ||
| publish.sh | ||
| README.md | ||
| Version.cs | ||
Modium
The Modium is a simple application that provides an easy way for distribution for a modpack. It is splitted into two parts: The client application to install and update a modpack for the end-user and the admin application which manages a modpack, its mods, updates, options, etc.
Installation
Take a look at the releases page. Pick the package for your distribution and architecture.
Note, there are two applications:
modium-> Client app for end-usersmodium-admin-> Manager app for modpack admins
Debian package
For Debian, Linux Mint, Ubuntu or any Debian derivative, you can also install via apt. For this, add the repository:
sudo curl https://git.pilzinsel64.de/api/packages/LITW-Refined/debian/repository.key -o /etc/apt/keyrings/forgejo-LITW-Refined.asc
echo "deb [signed-by=/etc/apt/keyrings/forgejo-LITW-Refined.asc] https://git.pilzinsel64.de/api/packages/LITW-Refined/debian stable main" | sudo tee -a /etc/apt/sources.list.d/forgejo.list
sudo apt update
After adding the repository, you can install with one of the following commands:
- Client:
sudo apt install modium - Manager:
sudo apt install modium-admin
Usage
See the Wiki for user and admin manuals.