mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2025-01-19 20:51:24 +01:00
15 lines
269 B
JSON
15 lines
269 B
JSON
|
{
|
||
|
"required": true,
|
||
|
"compatibilityLevel": "JAVA_16",
|
||
|
"package": "com.viaversion.fabric.mc118.mixin.debug",
|
||
|
"mixins": [
|
||
|
],
|
||
|
"client": [
|
||
|
"client.MixinClientConnectionAccessor",
|
||
|
"client.MixinDebugHud"
|
||
|
],
|
||
|
"injectors": {
|
||
|
"defaultRequire": 0
|
||
|
}
|
||
|
}
|