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