mcpht/src/client/resources/mcpht.client.mixins.json

11 lines
185 B
JSON
Raw Normal View History

2023-11-08 17:31:04 +01:00
{
"required": true,
"package": "de.cscherr.mcpht.mixin.client",
"compatibilityLevel": "JAVA_17",
"client": [
2023-11-09 01:28:06 +01:00
"NetworkPacketLogMixin"
2023-11-08 17:31:04 +01:00
],
"injectors": {
"defaultRequire": 1
}
}