Skip to content

Commit 38eca9b

Browse files
authored
Fix mixins not applying in dedicated server
1 parent c3f289c commit 38eca9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/dropfullcarts.mixins.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"compatibilityLevel": "JAVA_8",
66
"mixins": [
77
],
8-
"client": [
8+
"mixins": [
99
"AbstractMinecartMixin",
1010
"MinecartSubclassesMixin"
1111
],

0 commit comments

Comments
 (0)