Skip to content

Commit e4ef4e1

Browse files
committed
fix mixin config
1 parent 7ebfbe2 commit e4ef4e1

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

1.21.7/src/main/resources/axolotlclient-bridge.mixins.json

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,19 @@
66
"compatibilityLevel": "JAVA_17",
77
"client": [
88
"MinecraftClientMixin",
9+
"PlatformDispatchMixin",
910
"PlayerListEntryMixin",
1011
"entity.EntityMixin",
12+
"entity.LivingEntityMixin",
1113
"entity.PlayerMixin",
14+
"entity.effect.AxoStatusEffectsMixin",
15+
"entity.effect.StatusEffectInstanceMixin",
16+
"entity.effect.StatusEffectMixin",
1217
"internal.PlatformImplInternalMixin",
1318
"item.AxoEnchantsMixin",
1419
"item.AxoItemsMixin",
1520
"item.EnchantmentMixin",
21+
"item.ItemMixin",
1622
"item.ItemStackMixin",
1723
"item.PlayerInventoryMixin",
1824
"key.AxoKeysMixin",
@@ -22,21 +28,13 @@
2228
"render.FontMixin",
2329
"render.GuiGraphicsMixin",
2430
"render.WindowMixin",
31+
"util.ComponentMixin",
2532
"util.IdentifierMixin",
2633
"util.MutableComponentMixin",
34+
"util.StyleMixin",
2735
"world.WorldMixin"
2836
],
2937
"injectors": {
3038
"defaultRequire": 1
31-
},
32-
"mixins": [
33-
"PlatformDispatchMixin",
34-
"entity.LivingEntityMixin",
35-
"entity.effect.AxoStatusEffectsMixin",
36-
"entity.effect.StatusEffectInstanceMixin",
37-
"entity.effect.StatusEffectMixin",
38-
"item.ItemMixin",
39-
"util.ComponentMixin",
40-
"util.StyleMixin"
41-
]
39+
}
4240
}

0 commit comments

Comments
 (0)