aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/roughlyenoughitems.client.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/roughlyenoughitems.client.json')
-rwxr-xr-xsrc/main/resources/roughlyenoughitems.client.json11
1 files changed, 6 insertions, 5 deletions
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"
+ ]
}