aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/riftmod.json
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-01-20 15:21:10 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-01-20 15:21:10 +0800
commit855f72d9f730ce54be6167259f33bf1785b140fb (patch)
tree7a12beed35ee2466c75c85eab3b3edc90240f53a /src/main/resources/riftmod.json
parent277a10844312a2d8310875cfbd4205772a11445b (diff)
downloadRoughlyEnoughItems-2.0.0.11.tar.gz
RoughlyEnoughItems-2.0.0.11.tar.bz2
RoughlyEnoughItems-2.0.0.11.zip
Fixes malilib crash *sighs*v2.0.0.11
Diffstat (limited to 'src/main/resources/riftmod.json')
-rw-r--r--src/main/resources/riftmod.json17
1 files changed, 14 insertions, 3 deletions
diff --git a/src/main/resources/riftmod.json b/src/main/resources/riftmod.json
index 761e3bab0..349c1dcc4 100644
--- a/src/main/resources/riftmod.json
+++ b/src/main/resources/riftmod.json
@@ -1,13 +1,24 @@
{
"id": "roughlyenoughitems",
"name": "RoughlyEnoughItems",
- "version": "2.0.0.10",
+ "version": "2.0.0.11",
"authors": [
"Danielshe"
],
"listeners": [
- "me.shedaniel.rei.RoughlyEnoughItemsInit",
- "me.shedaniel.rei.client.ClientHelper"
+ {
+ "class": "me.shedaniel.rei.REIMixinInit",
+ "side": "client"
+ },
+ {
+ "class": "me.shedaniel.rei.api.RoughlyEnoughItemsPlugin",
+ "side": "client",
+ "priority": -1000
+ },
+ {
+ "class": "me.shedaniel.rei.client.KeyBindHelper",
+ "side": "client"
+ }
],
"url": "https://shedaniel.me",
"description": "To allow players to view items and recipes."