diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-04-29 23:06:05 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-04-29 23:06:05 +0800 |
| commit | 3aea53dfb2a73dd78c4ca6ce674ddc65e444bb34 (patch) | |
| tree | cd108900d17a9ebacf33a1630d4e5458fec313a9 /src/main/resources/roughlyenoughitems.mixins.json | |
| parent | a2e17c2208c82fb446719650a74feb4e3b445ce5 (diff) | |
| download | RoughlyEnoughItems-3aea53dfb2a73dd78c4ca6ce674ddc65e444bb34.tar.gz RoughlyEnoughItems-3aea53dfb2a73dd78c4ca6ce674ddc65e444bb34.tar.bz2 RoughlyEnoughItems-3aea53dfb2a73dd78c4ca6ce674ddc65e444bb34.zip | |
Server Support
Diffstat (limited to 'src/main/resources/roughlyenoughitems.mixins.json')
| -rwxr-xr-x | src/main/resources/roughlyenoughitems.mixins.json | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/main/resources/roughlyenoughitems.mixins.json b/src/main/resources/roughlyenoughitems.mixins.json index f43977162..0fcdc8327 100755 --- a/src/main/resources/roughlyenoughitems.mixins.json +++ b/src/main/resources/roughlyenoughitems.mixins.json @@ -3,16 +3,12 @@ "package": "me.shedaniel.rei.mixin", "minVersion": "0.7.11", "compatibilityLevel": "JAVA_8", - "mixins": [ - "MixinPlayerManager" - ], + "mixins": [], "client": [ "MixinContainerScreen", "MixinBrewingRecipeRegistry", "MixinRecipeBookGui", - "MixinCreativePlayerInventoryScreen", - "MixinClientPlayNetworkHandler", - "MixinClientConnection" + "MixinCreativePlayerInventoryScreen" ], "injectors": { "defaultRequire": 1 |
