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