diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-02-16 17:52:40 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-02-16 17:52:40 +0800 |
| commit | 2e0e576b64545cb45a0ab3e0d0fe81cfb7a61307 (patch) | |
| tree | 33ab48fd72c49fa1b2a78c05b29de67da7ab6064 /src/main/resources/riftmod.json | |
| parent | 074a627663e0150e23d47a87486afb852dd2cfdd (diff) | |
| download | RoughlyEnoughItems-2.3.0.17.tar.gz RoughlyEnoughItems-2.3.0.17.tar.bz2 RoughlyEnoughItems-2.3.0.17.zip | |
Same as v2.3 in Fabricv2.3.0.17
Diffstat (limited to 'src/main/resources/riftmod.json')
| -rw-r--r-- | src/main/resources/riftmod.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/main/resources/riftmod.json b/src/main/resources/riftmod.json index 93bc36656..f77dad005 100644 --- a/src/main/resources/riftmod.json +++ b/src/main/resources/riftmod.json @@ -7,7 +7,7 @@ ], "listeners": [ { - "class": "me.shedaniel.rei.REIMixinInit", + "class": "me.shedaniel.rei.RoughlyEnoughItemsMixin", "side": "client", "priority": 5 }, @@ -16,13 +16,13 @@ "side": "client" }, { - "class": "me.shedaniel.rei.update.UpdateChecker", - "side": "client", - "priority": -20 - }, - { "class": "me.shedaniel.rei.client.GuiHelper", "side": "client" + }, + { + "class": "me.shedaniel.rei.RoughlyEnoughItemsInit", + "side": "client", + "priority": -20 } ], "url": "https://shedaniel.me", |
