This commit is contained in:
2025-12-17 09:34:24 +01:00
commit 65ef84f83e
107 changed files with 3733 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"required": true,
"minVersion": "0.8",
"package": "dev.tggamesyt.szar.mixin.client",
"compatibilityLevel": "JAVA_17",
"client": [
],
"injectors": {
"defaultRequire": 1
},
"overwrites": {
"requireAnnotations": true
}
}