Initial commit

This commit is contained in:
2023-10-18 15:48:48 +08:00
commit 888e2d60cc
25 changed files with 766 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"required": true,
"package": "xyz.thewhitedog9487.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
"ExampleMixin"
],
"injectors": {
"defaultRequire": 1
}
}