mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-12-23 16:37:44 +01:00
15 lines
268 B
JSON
15 lines
268 B
JSON
{
|
|
"required": true,
|
|
"compatibilityLevel": "JAVA_8",
|
|
"package": "com.viaversion.fabric.mc115.mixin.debug",
|
|
"mixins": [
|
|
],
|
|
"client": [
|
|
"client.MixinClientConnectionAccessor",
|
|
"client.MixinDebugHud"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 0
|
|
}
|
|
}
|