Skip to content

Commit

Permalink
fix: server crash (close #67)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snownee committed Feb 14, 2024
1 parent 8fda0ac commit fd03adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/fruitfulfun.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"ServerEntityMixin",
"ServerLevelMixin",
"SkullBlockEntityMixin",
"client.LivingEntitySoundMixin",
"forge.FoliagePlacerAccess"
],
"client": [
Expand All @@ -43,6 +42,7 @@
"client.ItemInHandRendererMixin",
"client.ItemRendererMixin",
"client.LivingEntityFlowerCrownMixin",
"client.LivingEntitySoundMixin",
"client.MinecraftMixin",
"forge.BlockColorsAccess",
"forge.ItemColorsAccess"
Expand Down

0 comments on commit fd03adb

Please sign in to comment.