aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/iceberg.mixins.json
blob: d81f75963e5ad6594f1fcaf8d5e443ed1ca4cdd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
	"required": true,
	"package": "com.anthonyhilyard.iceberg.mixin",
	"compatibilityLevel": "JAVA_8",
	"refmap": "iceberg.refmap.json",
	"mixins": [
		"EntityMixin",
		"PlayerAdvancementsMixin"
	],
	"server": [
		"ForgeEventFactoryMixin"
	],
	"client": [
		"ScreenMixin"
	],
	"injectors": {
		"defaultRequire": 1
	},
	"minVersion": "0.8.4",
	"target": "@env(DEFAULT)"
}