diff options
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/riftmod.json | 5 | ||||
| -rwxr-xr-x | src/main/resources/roughlyenoughitems.client.json | 11 |
2 files changed, 9 insertions, 7 deletions
diff --git a/src/main/resources/riftmod.json b/src/main/resources/riftmod.json index 09332479a..761e3bab0 100644 --- a/src/main/resources/riftmod.json +++ b/src/main/resources/riftmod.json @@ -1,12 +1,13 @@ { "id": "roughlyenoughitems", "name": "RoughlyEnoughItems", - "version": "2.0.0.9", + "version": "2.0.0.10", "authors": [ "Danielshe" ], "listeners": [ - "me.shedaniel.rei.RoughlyEnoughItemsInit" + "me.shedaniel.rei.RoughlyEnoughItemsInit", + "me.shedaniel.rei.client.ClientHelper" ], "url": "https://shedaniel.me", "description": "To allow players to view items and recipes." diff --git a/src/main/resources/roughlyenoughitems.client.json b/src/main/resources/roughlyenoughitems.client.json index ec138e7c3..77e4857fe 100755 --- a/src/main/resources/roughlyenoughitems.client.json +++ b/src/main/resources/roughlyenoughitems.client.json @@ -1,6 +1,9 @@ { "required": true, + "minVersion": "0.7.7", + "target": "@env(DEFAULT)", "package": "me.shedaniel.rei.mixin", + "refmap": "mixins.roughlyenoughitems.refmap.json", "compatibilityLevel": "JAVA_8", "mixins": [ "MixinGuiContainer", @@ -9,9 +12,7 @@ "MixinGuiCrafting", "MixinGuiContainerCreative", "MixinPotionBrewing", - "MixinGuiRecipeBook" - ], - "injectors": { - "defaultRequire": 1 - } + "MixinGuiRecipeBook", + "MixinKeyBinding" + ] } |
