Skip to content

Commit

Permalink
packet/level_sound_event: Fix enum offsets
Browse files Browse the repository at this point in the history
  • Loading branch information
TwistedAsylumMC committed Aug 15, 2024
1 parent 10de298 commit 091a13c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions minecraft/protocol/packet/level_sound_event.go
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,12 @@ const (
SoundEventDecoratedPotInsert
SoundEventDecoratedPotInsertFail
SoundEventCrafterDisableSlot
_
_
_
_
_
_
SoundEventCopperBulbTurnOn
SoundEventCopperBulbTurnOff
SoundEventAmbientInAir
Expand Down Expand Up @@ -524,12 +530,6 @@ const (
SoundEventMaceHeavySmashGround
SoundEventOminousItemSpawnerSpawnItemBegin
_
_
_
_
_
_
_
SoundEventApplyEffectBadOmen
SoundEventApplyEffectRaidOmen
SoundEventApplyEffectTrialOmen
Expand Down

0 comments on commit 091a13c

Please sign in to comment.