From 8b7c769ff98cbaae13158e326a765ce64300d3d8 Mon Sep 17 00:00:00 2001 From: Cruor Date: Tue, 16 May 2017 23:33:09 +0200 Subject: [PATCH] Update speakers --- src/main/resources/assets/computercraft/lua/rom/help/speakers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/computercraft/lua/rom/help/speakers b/src/main/resources/assets/computercraft/lua/rom/help/speakers index c5a039868..8b1b38e4d 100644 --- a/src/main/resources/assets/computercraft/lua/rom/help/speakers +++ b/src/main/resources/assets/computercraft/lua/rom/help/speakers @@ -2,7 +2,7 @@ The Speaker is a peripheral device available for CraftOS. Type "help peripheral" Methods exposed by the Speaker: playSound( sResourceName, nVolume, nPitch ) -playNote( sIntrumentName, nVolume, nTicks ) +playNote( sInstrumentName, 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.