mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-04-04 09:46:58 +00:00
Added help file for speakers
Added help file for speakers
This commit is contained in:
parent
d6bf2c5dbc
commit
4101cb2dfb
@ -0,0 +1,9 @@
|
||||
The Speaker is a peripheral device available for CraftOS. Type "help peripheral" to learn about using the Peripheral API to connect with peripherals. When a Speaker is connected, peripheral.getType() will return "speaker".
|
||||
|
||||
Methods exposed by the Speaker:
|
||||
playSound( sResourceName, nVolume, nPitch )
|
||||
playNote( sIntrumentName, nVolume, nTicks )
|
||||
|
||||
Resource name is the same as used by the /playsound command, such as "minecraft:entity.cow.ambient".
|
||||
Instruments are as follows: "harp", "bass", "snare", "hat", and "basedrum" with the addition of "flute", "bell", "chime", and "guitar" in Minecraft version 1.12 above.
|
||||
Ticks is the amount of times a noteblock has been tuned (right clicked).
|
Loading…
x
Reference in New Issue
Block a user