blob: d6fc9b4a71d8b64f541244eb0f67c4d3495e6a79 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"required": true,
"package": "net.fabricmc.example.mixin",
"compatibilityLevel": "JAVA_8",
"mixins": [
"ExampleMixin"
],
"refmap": "modid.refmap.json",
"injectors": {
"defaultRequire": 1
}
}
|