11 lines
167 B
JSON
11 lines
167 B
JSON
|
{
|
||
|
"required": true,
|
||
|
"package": "com.youpe.test.mixin",
|
||
|
"compatibilityLevel": "JAVA_17",
|
||
|
"mixins": [
|
||
|
"ExampleMixin"
|
||
|
],
|
||
|
"injectors": {
|
||
|
"defaultRequire": 1
|
||
|
}
|
||
|
}
|