Skip to content

Commit

Permalink
Fix mixin (for sure this time)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sollace committed May 15, 2024
1 parent b87cbc6 commit d1f246b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
public abstract class MClientPlayNetworkHandler implements ClientPlayPacketListener {

@Inject(method = "onPlaySound(Lnet/minecraft/network/packet/s2c/play/PlaySoundS2CPacket;)V",
at = @At(value = "INVOKE", target = "net/minectaft/client/world/ClientWorld.playSound("
at = @At(value = "INVOKE", target = "net/minecraft/client/world/ClientWorld.playSound("
+ "Lnet/minecraft/entity/player/PlayerEntity;"
+ "DDD"
+ "Lnet/minecraft/registry/entry/RegistryEntry;"
Expand Down

0 comments on commit d1f246b

Please sign in to comment.