This commit is contained in:
2026-01-07 09:36:07 +01:00
parent 84c354cf7e
commit c1b19343ae
449 changed files with 5277 additions and 2496 deletions

View File

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