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,11 @@
{
"required": true,
"package": "com.straice.mixin.client",
"compatibilityLevel": "JAVA_21",
"client": [
"ExampleClientMixin"
],
"injectors": {
"defaultRequire": 1
}
}