mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 23:58:02 -05:00
[fabric-networking-blockentity] move client-specific mixin to client-specific mixin list
This commit is contained in:
parent
1ee83336e9
commit
5a5f8c5c68
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,9 @@
|
||||||
"package": "net.fabricmc.fabric.mixin.networkingblockentity",
|
"package": "net.fabricmc.fabric.mixin.networkingblockentity",
|
||||||
"compatibilityLevel": "JAVA_8",
|
"compatibilityLevel": "JAVA_8",
|
||||||
"mixins": [
|
"mixins": [
|
||||||
"MixinBlockEntity",
|
"MixinBlockEntity"
|
||||||
|
],
|
||||||
|
"client": [
|
||||||
"MixinClientPlayNetworkHandler"
|
"MixinClientPlayNetworkHandler"
|
||||||
],
|
],
|
||||||
"injectors": {
|
"injectors": {
|
||||||
|
|
Loading…
Reference in a new issue