22 lines
515 B
JSON
22 lines
515 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "com.expvintl.mctools.mixin",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"mixins": [
|
|
"network.ClientConnectionMixin",
|
|
"player.PlayerEntityMixin"
|
|
],
|
|
"client": [
|
|
"MinecraftClientMixin",
|
|
"SoundSystemMixin",
|
|
"interfaces.ClientPlayerInteractionManagerAccessor",
|
|
"interfaces.MinecraftClientAccessor",
|
|
"interfaces.SimpleOptionAccessor",
|
|
"player.ClientPlayerInteractionManagerMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|