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/roughlyenoughitems.client.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/roughlyenoughitems.client.json')
| -rwxr-xr-x | src/main/resources/roughlyenoughitems.client.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/roughlyenoughitems.client.json b/src/main/resources/roughlyenoughitems.client.json index 77e4857fe..b492b2ec1 100755 --- a/src/main/resources/roughlyenoughitems.client.json +++ b/src/main/resources/roughlyenoughitems.client.json @@ -5,7 +5,7 @@ "package": "me.shedaniel.rei.mixin", "refmap": "mixins.roughlyenoughitems.refmap.json", "compatibilityLevel": "JAVA_8", - "mixins": [ + "client": [ "MixinGuiContainer", "MixinNetHandlerPlayClient", "MixinGuiInventory", |
