Skip to content

Commit

Permalink
Fix server crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Grayray75 committed Aug 12, 2023
1 parent e3f8996 commit 93abd47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/resources/phosphor.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"ChunkSectionAccessor",
"DirectionAccessor",
"PaletteContainerAccessor",
"client.MinecraftClientMixin",
"common.ThreadedAnvilChunkStorageMixin",
"common.ChunkMixin",
"common.ChunkMixin$Vanilla",
Expand All @@ -16,6 +15,9 @@
"common.ChunkDataS2CPacketMixin",
"common.WorldMixin"
],
"client": [
"client.MinecraftClientMixin"
],
"injectors": {
"defaultRequire": 1
},
Expand Down

0 comments on commit 93abd47

Please sign in to comment.