使用Kotlin重写

This commit is contained in:
TheWhiteDog9487
2026-05-17 15:22:39 +08:00
parent 5f5172f65c
commit 7254230a2c
26 changed files with 542 additions and 606 deletions

View File

@@ -1,11 +1,14 @@
{
"required": false,
"required": true,
"package": "xyz.thewhitedog9487.mixin",
"compatibilityLevel": "JAVA_21",
"compatibilityLevel": "JAVA_25",
"mixins": [
],
"injectors": {
"defaultRequire": 1
},
"overwrites": {
"requireAnnotations": true
}
}