Files
szar/src/client/resources/szar.client.mixins.json

15 lines
248 B
JSON
Raw Normal View History

2025-12-17 09:34:24 +01:00
{
"required": true,
"minVersion": "0.8",
"package": "dev.tggamesyt.szar.mixin.client",
"compatibilityLevel": "JAVA_17",
"client": [
],
"injectors": {
"defaultRequire": 1
},
"overwrites": {
"requireAnnotations": true
}
}