blob: 351e22168456d89fc7e54bff479fcd2a0c323e62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"required": true,
"minVersion": "0.8",
"package": "net.fabricmc.example.mixin",
"compatibilityLevel": "JAVA_8",
"mixins": [
],
"client": [
],
"injectors": {
"defaultRequire": 1
}
}
|