19 lines
392 B
JSON
19 lines
392 B
JSON
![]() |
{
|
||
|
"required": true,
|
||
|
"minVersion": "0.8",
|
||
|
"package": "com.expvintl.mctools.mixin",
|
||
|
"compatibilityLevel": "JAVA_17",
|
||
|
"mixins": [
|
||
|
"network.ClientConnectionMixin",
|
||
|
"player.PlayerEntityMixin"
|
||
|
],
|
||
|
"client": [
|
||
|
"MinecraftClientMixin",
|
||
|
"interfaces.SimpleOptionAccessor",
|
||
|
"player.ClientPlayerInteractionManagerMixin"
|
||
|
],
|
||
|
"injectors": {
|
||
|
"defaultRequire": 1
|
||
|
}
|
||
|
}
|