diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-01-19 17:46:49 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-01-19 17:46:49 +0800 |
| commit | 277a10844312a2d8310875cfbd4205772a11445b (patch) | |
| tree | c46eabed16d67216bde1aeb20371fcbc95424664 /src/main/resources/roughlyenoughitems.client.json | |
| parent | bf526920c4ab4bb6719e27c305a35e1772b2873b (diff) | |
| download | RoughlyEnoughItems-2.0.0.10.tar.gz RoughlyEnoughItems-2.0.0.10.tar.bz2 RoughlyEnoughItems-2.0.0.10.zip | |
1.13.2 Portv2.0.0.10
Diffstat (limited to 'src/main/resources/roughlyenoughitems.client.json')
| -rwxr-xr-x | src/main/resources/roughlyenoughitems.client.json | 11 |
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" + ] } |
