Skip to content

Commit d2dfd03

Browse files
committed
v3.1.0
1 parent 25bde16 commit d2dfd03

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,12 @@ Minecraft SpeedRun Mods Auto Installer/Updater
55

66
original idea by [pistacium](https://github.com/pistacium/ModCheck)
77

8+
## CLI Interface
9+
ModCheck can be run on the command line. This is useful for tools, powerusers, and more.
10+
11+
Try the `--help` command for information on all the command line options.
12+
13+
### Autoupdating
14+
Using `java -jar /path/to/modcheck-xyz.jar --path $INST_DIR update` as a Pre-launch command in Prism Launcher or MultiMC will automatically update your mods on every launch.
15+
816
![image](https://user-images.githubusercontent.com/25276450/172102912-455735a5-558f-4330-84c6-fad5bf9aa92b.png)

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "com.redlime"
7-
version = "3.0.3"
7+
version = "3.1.0"
88

99
repositories {
1010
mavenCentral()

0 commit comments

Comments
 (0)