blob: b6d239953314f226ce1be472eeaa64a128e06281 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"required": true,
"minVersion": "0.8",
"package": "net.inyourwalls.customlevelcolour.mixin",
"compatibilityLevel": "JAVA_25",
"client": [
"ContextualBarMixin"
],
"injectors": {
"defaultRequire": 1
}
}
|