forked from firstdarkdev/fdd-xplat
16 lines
259 B
JSON
16 lines
259 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "com.author.examplemod.mixin",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"mixins": [
|
|
],
|
|
"client": [
|
|
"client.ExampleFabricMixin"
|
|
],
|
|
"server": [
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
} |