2023-09-02 00:50:36 +08:00
|
|
|
{
|
|
|
|
"required": true,
|
|
|
|
"minVersion": "0.8",
|
|
|
|
"package": "com.expvintl.mctools.mixin",
|
2024-08-18 17:46:46 +08:00
|
|
|
"compatibilityLevel": "JAVA_21",
|
2023-09-02 00:50:36 +08:00
|
|
|
"mixins": [
|
2024-08-20 03:04:10 +08:00
|
|
|
"hud.ChatHudMixin",
|
|
|
|
"hud.PlayerListHudMixin",
|
2023-09-07 21:37:56 +08:00
|
|
|
"interfaces.PlayerMoveC2SPacketAccessor",
|
2024-08-20 03:04:10 +08:00
|
|
|
"item.ItemStackMixin",
|
2023-09-02 00:50:36 +08:00
|
|
|
"network.ClientConnectionMixin",
|
|
|
|
"player.PlayerEntityMixin"
|
|
|
|
],
|
|
|
|
"client": [
|
|
|
|
"MinecraftClientMixin",
|
2023-09-03 12:55:42 +08:00
|
|
|
"SoundSystemMixin",
|
|
|
|
"interfaces.ClientPlayerInteractionManagerAccessor",
|
|
|
|
"interfaces.MinecraftClientAccessor",
|
2023-09-02 00:50:36 +08:00
|
|
|
"interfaces.SimpleOptionAccessor",
|
|
|
|
"player.ClientPlayerInteractionManagerMixin"
|
|
|
|
],
|
|
|
|
"injectors": {
|
|
|
|
"defaultRequire": 1
|
|
|
|
}
|
|
|
|
}
|