Initial commit

This commit is contained in:
2026-01-08 14:36:55 +00:00
commit 614d6748cb
18 changed files with 765 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"required": true,
"package": "com.straice.mixin",
"compatibilityLevel": "JAVA_21",
"mixins": [
"ExampleMixin"
],
"injectors": {
"defaultRequire": 1
},
"overwrites": {
"requireAnnotations": true
}
}