Initial commit

This commit is contained in:
Gæmer
2025-07-22 11:58:09 +02:00
commit 91c0137f61
21 changed files with 822 additions and 0 deletions

View File

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