aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/iceberg.mixins.json
blob: ed2f38f0dd4cb34b96d35b2ee223a88229f5dbcb (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_17",
	"verbose": true,
	"mixins": [
		"EntityMixin",
		"PlayerAdvancementsMixin"
	],
	"client": [
		"ScreenMixin",
		"ClientPacketListenerMixin",
		"LivingEntityMixin",
		"MinecraftMixin"
	],
	"injectors": {
		"defaultRequire": 1
	},
	"minVersion": "0.8.4",
	"target": "@env(DEFAULT)"
}