Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit a33a6ec

Browse files
committed
Correct the mixin order in patchwork-events-entity.mixins.json after the addition of MixingEntityTrackerEntry
1 parent 61324a0 commit a33a6ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patchwork-events-entity/src/main/resources/patchwork-events-entity.mixins.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"compatibilityLevel": "JAVA_8",
55
"mixins": [
66
"MixinEntity",
7+
"MixinEntityTrackerEntry",
78
"MixinEntityType",
89
"MixinLivingEntity",
910
"MixinMobEntity",
@@ -13,8 +14,7 @@
1314
"MixinServerPlayerEntity",
1415
"MixinServerWorld",
1516
"MixinSpawnHelper",
16-
"MixinWorldChunk",
17-
"MixinEntityTrackerEntry"
17+
"MixinWorldChunk"
1818
],
1919
"client": [
2020
"MixinClientWorld",

0 commit comments

Comments
 (0)