mirror of
https://github.com/architectury/architectury-templates.git
synced 2026-03-28 03:57:00 -05:00
13 lines
222 B
JSON
13 lines
222 B
JSON
|
|
{
|
|
"required": true,
|
|
"package": "net.examplemod.mixin.fabric",
|
|
"compatibilityLevel": "@MIXIN_COMPAT_LEVEL@",
|
|
"client": [
|
|
],
|
|
"mixins": [
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
} |