diff options
Diffstat (limited to 'src/main/resources/riftmod.json')
| -rw-r--r-- | src/main/resources/riftmod.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/main/resources/riftmod.json b/src/main/resources/riftmod.json index 3a019b629..c9fd57343 100644 --- a/src/main/resources/riftmod.json +++ b/src/main/resources/riftmod.json @@ -8,16 +8,17 @@ "listeners": [ { "class": "me.shedaniel.rei.REIMixinInit", - "side": "client" - }, - { - "class": "me.shedaniel.rei.RoughlyEnoughItemsPlugin", "side": "client", - "priority": -1000 + "priority": 5 }, { "class": "me.shedaniel.rei.client.KeyBindHelper", "side": "client" + }, + { + "class": "me.shedaniel.rei.client.GuiHelper", + "side": "client", + "priority": -30 } ], "url": "https://shedaniel.me", |
