From cd2a51f81620e53762883835c4e06d85efc0e9ea Mon Sep 17 00:00:00 2001 From: Cruor Date: Tue, 16 May 2017 23:39:48 +0200 Subject: [PATCH] Updated text... again... --- 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 8b1b38e4d..20b9e0b6c 100644 --- a/src/main/resources/assets/computercraft/lua/rom/help/speakers +++ b/src/main/resources/assets/computercraft/lua/rom/help/speakers @@ -5,5 +5,5 @@ playSound( sResourceName, nVolume, nPitch ) 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. +Instruments are as follows: "harp", "bass", "snare", "hat", and "basedrum" with the addition of "flute", "bell", "chime", and "guitar" in Minecraft versions 1.12 and above. Ticks is the amount of times a noteblock has been tuned (right clicked).