blob: 9b70e23981274d587fdb06bcaaced11a65a933d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"required": true,
"minVersion": "0.8",
"package": "com.keuin.blame.mixin",
"compatibilityLevel": "JAVA_8",
"injectors": {
"defaultRequire": 1
},
"mixins": [
"BlockPlaceMixin"
]
}
|