diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-01-12 15:23:14 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-01-12 15:23:14 +0800 |
| commit | df941b4b679fea60840862298710916720f112b6 (patch) | |
| tree | 16edb6c434960347294a939eaf19d5a85bfdf5cb /src/main/resources/roughlyenoughitems.client.json | |
| parent | 1ac6e0efb3ef837634e23b897ec9dcd826357462 (diff) | |
| download | RoughlyEnoughItems-2.0.0.32.tar.gz RoughlyEnoughItems-2.0.0.32.tar.bz2 RoughlyEnoughItems-2.0.0.32.zip | |
Fixed lots of guisv2.0.0.32
Diffstat (limited to 'src/main/resources/roughlyenoughitems.client.json')
| -rwxr-xr-x | src/main/resources/roughlyenoughitems.client.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/resources/roughlyenoughitems.client.json b/src/main/resources/roughlyenoughitems.client.json index 1b1c99a5c..7080277f7 100755 --- a/src/main/resources/roughlyenoughitems.client.json +++ b/src/main/resources/roughlyenoughitems.client.json @@ -4,7 +4,10 @@ "compatibilityLevel": "JAVA_8", "mixins": [ "MixinContainerGui", - "MixinClientPlayNetworkHandler" + "MixinClientPlayNetworkHandler", + "MixinPlayerInventoryGui", + "MixinCraftingTableGui", + "MixinCreativePlayerInventoryGui" ], "injectors": { "defaultRequire": 1 |
