aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/mixins.libgui.json
blob: 24cd8ecf35181f6439f937fd3a4c572d7a3235f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"required": true,
	"minVersion": "0.8",
	"compatibilityLevel": "JAVA_17",
	"package": "io.github.cottonmc.cotton.gui.impl.mixin",

	"client": [
		"client.ScreenAccessor"
	],

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