mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2025-01-01 18:07:50 +01:00
e3b0db878d
closes #135 closes #145 closes #146
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
|
|
}
|
|
}
|