- page + 'page_number'
- mod + 'mod_number'
- make
- exit
The program is capable of downloading mods, modpacks and make modpacks from a folder.
To download a modpack (generated by this program) compile as bin uranium_loader and execute with the '-d' flag as first argument, the modpack file as the second argument and the destination folder as third argument.
Example:
- cargo build -p uranium_loader --bin uranium_loader
- uranium_loader.exe -d path/to/modpack/file destination/path/
- Done !
To update a modpack (generated by this program) compile as bin uranium_loader and run it with '-u' as first argument and the path to the modpack as second argument.
Example:
- cargo build -p uranium_loader --bin uranium_loader
- uranium_loader.exe -u path/to/modpack/file
- DONE !
We also have a Windows version with GUI, you can download here.