Skip to content

Commit

Permalink
Bedrock_v649: Fixed sound event map (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiMC authored Feb 7, 2024
1 parent 47afe61 commit ebb778d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class Bedrock_v649 extends Bedrock_v630 {
.insert(497, SoundEvent.EQUIP_WOLF)
.insert(498, SoundEvent.UNEQUIP_WOLF)
.insert(499, SoundEvent.REFLECT)
.replace(500, SoundEvent.UNDEFINED)
.insert(500, SoundEvent.UNDEFINED)
.build();

// TODO: check for command params
Expand All @@ -65,4 +65,4 @@ public class Bedrock_v649 extends Bedrock_v630 {
.updateSerializer(PlayerListPacket.class, PlayerListSerializer_v649.INSTANCE)
.registerPacket(SetHudPacket::new, SetHudSerializer_v649.INSTANCE, 308)
.build();
}
}

0 comments on commit ebb778d

Please sign in to comment.