Skip to content

Commit

Permalink
fix: move sound physics to client only
Browse files Browse the repository at this point in the history
closes #362
  • Loading branch information
Rubydesic authored Jan 19, 2023
1 parent b738847 commit 34320c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"mod_compat.sodium.MixinRegionChunkRenderer",
"mod_compat.sodium.MixinRenderSectionManager",
"mod_compat.sodium.MixinSodiumWorldRenderer",
"mod_compat.sound_physics_remastered.MixinSoundPhysics",
"server.MixinMinecraftServer",
"server.MixinPlayerList",
"server.command.MixinCommands",
Expand Down Expand Up @@ -103,6 +102,7 @@
"mod_compat.optifine.MixinViewAreaOptifine",
"mod_compat.optifine.RenderChunkInfoAccessorOptifine",
"mod_compat.optifine_vanilla.MixinLevelRenderer",
"mod_compat.sound_physics_remastered.MixinSoundPhysics",
"mod_compat.vanilla_renderer.MixinLevelRendererVanilla",
"mod_compat.vanilla_renderer.MixinViewAreaVanilla",
"mod_compat.vanilla_renderer.RenderChunkInfoAccessor"
Expand Down

0 comments on commit 34320c2

Please sign in to comment.