Initial commit

This commit is contained in:
Andrew71 2023-06-24 14:54:05 +03:00 committed by GitHub
commit 5f286a7d36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 796 additions and 0 deletions

View file

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