diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-01-20 15:21:10 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-01-20 15:21:10 +0800 |
| commit | 855f72d9f730ce54be6167259f33bf1785b140fb (patch) | |
| tree | 7a12beed35ee2466c75c85eab3b3edc90240f53a /src/main/resources/riftmod.json | |
| parent | 277a10844312a2d8310875cfbd4205772a11445b (diff) | |
| download | RoughlyEnoughItems-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.json | 17 |
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." |
