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.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."