aboutsummaryrefslogtreecommitdiff
path: root/src/client/resources/potato-crime.client.mixins.json
blob: 1fb030f5ee456ebfe56e0bb183ae7e129c7b7252 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
	"required": true,
	"package": "moe.nea.potatocrime.mixin.client",
	"compatibilityLevel": "JAVA_17",
	"client": [
		"ExampleClientMixin"
	],
	"injectors": {
		"defaultRequire": 1
	}
}