mixin filename fix

This commit is contained in:
2026-07-03 02:45:12 -07:00
parent 18ca78d667
commit d816036a79
2 changed files with 0 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"required": true,
"package": "skybot.mixin",
"compatibilityLevel": "JAVA_21",
"mixins": [
"ExampleMixin"
],
"injectors": {
"defaultRequire": 1
},
"overwrites": {
"requireAnnotations": true
}
}