Skip to content

Commit

Permalink
Merge branch 'stable' into patch-release
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps authored Jan 22, 2025
2 parents b1837f2 + 0b60a47 commit bb4a460
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/php
Submodule php updated from 56cec1 to ae9469
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 bb4a460

Please sign in to comment.