Skip to content

Commit

Permalink
move mixins to client environment (no functional change since the who…
Browse files Browse the repository at this point in the history
…le mod only runs in the client environment)
  • Loading branch information
Fourmisain committed Aug 18, 2021
1 parent af25a43 commit 0eef4b5
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/main/resources/fallingleaves.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@
"client": [
"ClientPlayNetworkHandlerMixin",
"LeafTickMixin",
"ParticleManagerMixin"
],
"injectors": {
"defaultRequire": 1
},
"mixins": [
"ParticleManagerMixin",
"MinecraftClientMixin",
"NativeImageAccessor",
"SpriteAccessor"
]
],
"injectors": {
"defaultRequire": 1
}
}

0 comments on commit 0eef4b5

Please sign in to comment.