Skip to content

Commit

Permalink
sound/instrument.go: Update instrument values from 1.21.50
Browse files Browse the repository at this point in the history
  • Loading branch information
TwistedAsylumMC committed Jan 19, 2025
1 parent 6654b25 commit f08686f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions server/world/sound/instrument.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,23 @@ func Bass() Instrument {
return Instrument{4}
}

// Bell is an instrument type for the note block.
func Bell() Instrument {
// Flute is an instrument type for the note block.
func Flute() Instrument {
return Instrument{5}
}

// Flute is an instrument type for the note block.
func Flute() Instrument {
// Bell is an instrument type for the note block.
func Bell() Instrument {
return Instrument{6}
}

// Chimes is an instrument type for the note block.
func Chimes() Instrument {
// Guitar is an instrument type for the note block.
func Guitar() Instrument {
return Instrument{7}
}

// Guitar is an instrument type for the note block.
func Guitar() Instrument {
// Chimes is an instrument type for the note block.
func Chimes() Instrument {
return Instrument{8}
}

Expand Down

0 comments on commit f08686f

Please sign in to comment.