Skip to content

ElPsyKoongroo/Uranium4Linux

Repository files navigation

Uranium4Linux

Minecraft Console Mod Downloader

PLEASE, CHECK URANIUM-235 BRANCH. THIS ONE IS PLANNED TO BE DEPRECATED

Version 1.3.0 (Functional)

Avalible repositories:

  • RINTH

Commands

  • 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:

  1. cargo build -p uranium_loader --bin uranium_loader
  2. uranium_loader.exe -d path/to/modpack/file destination/path/
  3. 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:

  1. cargo build -p uranium_loader --bin uranium_loader
  2. uranium_loader.exe -u path/to/modpack/file
  3. DONE !

We also have a Windows version with GUI, you can download here.