aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/riftmod.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/riftmod.json')
-rw-r--r--src/main/resources/riftmod.json12
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",