Skip to content

Commit f08686f

Browse files
sound/instrument.go: Update instrument values from 1.21.50
1 parent 6654b25 commit f08686f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

server/world/sound/instrument.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,23 @@ func Bass() Instrument {
3737
return Instrument{4}
3838
}
3939

40-
// Bell is an instrument type for the note block.
41-
func Bell() Instrument {
40+
// Flute is an instrument type for the note block.
41+
func Flute() Instrument {
4242
return Instrument{5}
4343
}
4444

45-
// Flute is an instrument type for the note block.
46-
func Flute() Instrument {
45+
// Bell is an instrument type for the note block.
46+
func Bell() Instrument {
4747
return Instrument{6}
4848
}
4949

50-
// Chimes is an instrument type for the note block.
51-
func Chimes() Instrument {
50+
// Guitar is an instrument type for the note block.
51+
func Guitar() Instrument {
5252
return Instrument{7}
5353
}
5454

55-
// Guitar is an instrument type for the note block.
56-
func Guitar() Instrument {
55+
// Chimes is an instrument type for the note block.
56+
func Chimes() Instrument {
5757
return Instrument{8}
5858
}
5959

0 commit comments

Comments
 (0)