aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/resources/modid.client.mixins.json
blob: 9341450808a45295c0b7ee590ce7f3ea29f28805 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
	"required": true,
	"package": "com.example.mixin.client",
	"compatibilityLevel": "JAVA_21",
	"client": [
		"ExampleClientMixin"
	],
	"injectors": {
		"defaultRequire": 1
	}
}