Skip to content

Commit

Permalink
fix: client side mixin in mixins block
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Jul 9, 2024
1 parent 6beb230 commit 7dad83d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/resources/registrate-fabric.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
"compatibilityLevel": "JAVA_8",
"mixins": [
"LootTableProviderMixin",
"accessor.BlockEntityRenderersAccessor",
"accessor.FluidBlockAccessor",
"accessor.LootContextParamSetsAccessor",
"accessor.LootTableProviderAccessor",
"accessor.SpawnEggItemAccessor",
"accessor.SpawnPlacementsAccessor"
],
"client": [
"accessor.BlockEntityRenderersAccessor"
],
"injectors": {
"defaultRequire": 1
}
Expand Down

0 comments on commit 7dad83d

Please sign in to comment.