mcpht/src/client/resources/mcpht.client.mixins.json
2023-11-09 01:28:06 +01:00

11 lines
No EOL
185 B
JSON

{
"required": true,
"package": "de.cscherr.mcpht.mixin.client",
"compatibilityLevel": "JAVA_17",
"client": [
"NetworkPacketLogMixin"
],
"injectors": {
"defaultRequire": 1
}
}