Skip to content

Commit

Permalink
Noteblock instrument changes from 1.21.50 (#6596)
Browse files Browse the repository at this point in the history
Good thing this isn't saved on disk :|
  • Loading branch information
dries-c authored Jan 17, 2025
1 parent d1066d0 commit 0b60a47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/data/bedrock/NoteInstrumentIdMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ private function __construct(){
NoteInstrument::SNARE => 2,
NoteInstrument::CLICKS_AND_STICKS => 3,
NoteInstrument::DOUBLE_BASS => 4,
NoteInstrument::BELL => 5,
NoteInstrument::FLUTE => 6,
NoteInstrument::CHIME => 7,
NoteInstrument::GUITAR => 8,
NoteInstrument::FLUTE => 5,
NoteInstrument::BELL => 6,
NoteInstrument::GUITAR => 7,
NoteInstrument::CHIME => 8,
NoteInstrument::XYLOPHONE => 9,
NoteInstrument::IRON_XYLOPHONE => 10,
NoteInstrument::COW_BELL => 11,
Expand Down

0 comments on commit 0b60a47

Please sign in to comment.