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

Latest commit

 

History

History
30 lines (25 loc) · 3.44 KB

README.md

File metadata and controls

30 lines (25 loc) · 3.44 KB

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