mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-26 22:42:35 +00:00
15 lines
279 B
JSON
15 lines
279 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "com.dfsek.terra.fabric.mixin",
|
|
"compatibilityLevel": "JAVA_8",
|
|
"mixins": [],
|
|
"client": [
|
|
"GeneratorTypeAccessor",
|
|
"MoreOptionsDialogMixin"
|
|
],
|
|
"server": [],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
} |