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