-
Notifications
You must be signed in to change notification settings - Fork 27
Iron Note Block
austinv11 edited this page Feb 14, 2015
·
2 revisions
The Iron Block is a computer controllable note block. This can be crafted with a turtle to make a Musical Turtle.
Function | Returns | Description |
---|---|---|
playNote(number instrument, number note) | nil | Plays a note block note |
playSound(string sound[, number volume[, number pitch]]) | nil | Plays a minecraft sound effect |
##Instruments
Number | Instrument |
---|---|
0 | harp |
1 | bd |
2 | snare |
3 | hat |
4 | bassattack |