imported from generated project

This commit is contained in:
Jottyfan
2025-07-26 10:23:59 +02:00
parent 17b5bf4c22
commit 831f7c2f32
15 changed files with 615 additions and 40 deletions

View File

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