diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-02-03 21:15:22 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-02-03 21:15:22 +0800 |
| commit | 074a627663e0150e23d47a87486afb852dd2cfdd (patch) | |
| tree | 0b030485400ed6f03c41b791018ef0c00229b80f /src/main/resources/riftmod.json | |
| parent | b7abefc2eca79112a2bcc4c1be0629be2f17fb91 (diff) | |
| download | RoughlyEnoughItems-2.2.0.16.tar.gz RoughlyEnoughItems-2.2.0.16.tar.bz2 RoughlyEnoughItems-2.2.0.16.zip | |
Version Checker + Mirror REI + Fix Bugsv2.2.0.16
Diffstat (limited to 'src/main/resources/riftmod.json')
| -rw-r--r-- | src/main/resources/riftmod.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/main/resources/riftmod.json b/src/main/resources/riftmod.json index c9fd57343..93bc36656 100644 --- a/src/main/resources/riftmod.json +++ b/src/main/resources/riftmod.json @@ -16,9 +16,13 @@ "side": "client" }, { - "class": "me.shedaniel.rei.client.GuiHelper", + "class": "me.shedaniel.rei.update.UpdateChecker", "side": "client", - "priority": -30 + "priority": -20 + }, + { + "class": "me.shedaniel.rei.client.GuiHelper", + "side": "client" } ], "url": "https://shedaniel.me", |
