Skip to content
This repository has been archived by the owner on Mar 6, 2022. It is now read-only.

AntiCope/mod-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft Mod Updater

A pretty bad automatic mod updater. Supports direct links, modrinth, github releases and curseforge.

Last commit build status

Installation

  1. Download:
  2. Create updater.jsonin the same directory as your binary. Use schema defined below

Configuration

If you are using an editor that supports json schema, you can start by creating updater.json with following contents:

{
    "$schema": "https://raw.githubusercontent.com/AntiCope/mod-updater/master/schema.json"
}

This should help you create valid configuration file. You can also use this website to generate updater.json by using a form.

Otherwise read updater.json to see an example of how a proprer configuration file should look.

Command line args:

  • --nogui, -ng - disable progress bar gui