aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/mixins.libgui.json
blob: 6698d0863e68fbe09fa878b9d05fabfede7b1668 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"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.MinecraftClientMixin",
		"client.ScreenAccessor"
	],

	"injectors": {
		"defaultRequire": 1
	}
}