A simple Mod updater using the Modrinth API.
The program can be used either interactively via the command line (CLI) or with arguments.
-help: Shows help.-version: Sets the Minecraft version.-loader: Sets the mod loader (e.g., "fabric").-input: Specifies the input folder containing the mods to be updated.-output: Specifies the output folder where the downloaded mods should be saved.
Example (Windows):
.\moddownloader-go.exe -version 1.21.5 -loader fabric -input mods_to_update -output outThe latest release can be found here.
-
Clone the Repository:
git clone https://github.com/Deskilling/moddownloader-go.git -
Open the folder in the terminal.
-
Compile the program using the Go build tools:
go build -o .