aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/riftmod.json
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-01-31 15:32:33 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-01-31 15:32:33 +0800
commit2f95b698dee3368666cefe8890a015eb098dd77b (patch)
tree994981d645051f5360ea29dc0d7701a83cd1858a /src/main/resources/riftmod.json
parent40d345b6b0f0bea1e4313ad9cdb789762e160f8d (diff)
downloadRoughlyEnoughItems-2.2.0.15.tar.gz
RoughlyEnoughItems-2.2.0.15.tar.bz2
RoughlyEnoughItems-2.2.0.15.zip
Update to v2.2.0.15 & Fix Optifinev2.2.0.15
Fix #16
Diffstat (limited to 'src/main/resources/riftmod.json')
-rw-r--r--src/main/resources/riftmod.json11
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",