blob: 226bd52125d51b19a85c98e9d82f1e8ebfa4ca02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"required": true,
"minVersion": "0.8",
"compatibilityLevel": "JAVA_17",
"package": "io.github.cottonmc.cotton.gui.impl.mixin",
"plugin": "io.github.cottonmc.cotton.gui.impl.LibGuiMixinPlugin",
"client": [
"client.HandledScreenMixin",
"client.MinecraftClientMixin",
"client.PressableWidgetAccessor",
"client.ScreenAccessor",
"client.SliderWidgetAccessor"
],
"injectors": {
"defaultRequire": 1
}
}
|