JAMMM stands for Just Another Minecraft Mod Manager
Co-authored-by: Epsilon_02 <epsilon_02+codeberg@mailbox.org> Reviewed-on: #119 Reviewed-by: crapStone <crapstone@noreply.codeberg.org> |
||
|---|---|---|
| .woodpecker | ||
| cli_app | ||
| core_library | ||
| doc | ||
| tauri_app | ||
| .adr-dir | ||
| .editorconfig | ||
| .gitattributes | ||
| LICENSE | ||
| README.md | ||
JAMMM
JAMMM stands for Just Another Minecraft Mod Manager
This is a very early state of the project. There is only a simple frontend which uses the CurseForge API to get the modpack and mod information. At this time there is no actual logic to download or manage modpacks. So please be patient.
Authors
Roadmap
- Light/dark mode toggle
- Cross platform (Linux/Windows/Mac not tested yet)
- Create own Modpacks
- Download Modpacks from Curse
- Update Mods and Modpacks
- Start Modpack with official Minecraft Launcher (just like the CurseForge Launcher)
- Create Modpack Templates for faster Modpack Bootstrapping
- Create Modpack Server directly from Modpack (remove automatically Client only Mods)
Run Locally
Clone the project
git clone https://codeberg.org/crapsilon/JAMMM.git
Go to the project directory
cd jammm/tauri_app
This project is based on Tauri. Please follow this guide to set up your dev-Environment to use Tauri properly.
Install dependencies
yarn install
Start the dev server
yarn start
To start Tauri you need to run
yarn tauri:dev
Screenshots
Screenshots are planned