This commit is contained in:
ZtereoHYPE 2022-07-17 19:20:28 +02:00
parent e2246761dd
commit 7d37cc3c87
18 changed files with 783 additions and 1 deletions

View file

@ -0,0 +1,14 @@
{
"required": true,
"minVersion": "0.8",
"package": "codes.ztereohype.example.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
"ExampleMixin"
],
"client": [],
"server": [],
"injectors": {
"defaultRequire": 1
}
}