Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ThunderClapLP/mc-get

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mc-get

A console application to download and install mods and modpacks for Minecraft

Modding Platform Support

At the moment only Modrinth is supported. Curseforge archives are working in theory, but due to their api licensing I can't publish it at the moment.

Usage

Usage: 
  mc-get (flags) <archivepath>
  mc-get (flags) install (<slug> | <id> | <name>):<mcversion>:<modloader>

Flags:
  -h / --help         :  displays this help page
  -r                  :  deletes modpack and restores old state
  -s                  :  performs a silent install. No user input needed
  -f / --fix-missing  :  retries to download failed mods
  -m <path>           :  specifies minecraft installation path

Examples:
  mc-get install sodium:1.19.3:fabric
  mc-get install fabulously-optimized      
  mc-get -s install fabulously-optimized
  mc-get Fabulously.Optimized-4.10.5.mrpack

  mc-get -r

OS Support

  • Windows: Working
  • Linux: Working
  • MacOS: Not Tested

Building

Requires the .Net 6 Sdk

Run following command to generate an executable:

dotnet build

For more informations about building .Net applications visit this article

About

A console application to download and install modpacks or mods for Minecraft

Topics

Resources

License

Stars

Watchers

Forks