Skip to content

Commit

Permalink
Fix common mixins not working on 1.1.0-client
Browse files Browse the repository at this point in the history
  • Loading branch information
LostLuma committed Nov 11, 2023
1 parent 34bb401 commit 780a38b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"package": "net.lostluma.server_stats.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
"server.EntitiesMixin",
"server.PlayerEntityMixin",
"server.PlayerManagerMixin"
"common.EntitiesMixin",
"common.PlayerEntityMixin",
"common.PlayerManagerMixin"
],
"client": [],
"server": [
Expand Down

0 comments on commit 780a38b

Please sign in to comment.