blob: 9ec55f2508c68402f863684c172f0b56ed398fb4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"compatibilityLevel": "JAVA_8",
"minVersion": "0.7.11",
"package": "io.github.cottonmc.cotton.gui.impl.access",
"required": true,
"mixins": [
"SlotAccessor"
],
"injectors": {
"defaultRequire": 1
}
}
|