diff options
-rw-r--r-- | helptexts.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/helptexts.lua b/helptexts.lua index 5394d7a..795ee0d 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -43,6 +43,8 @@ local pickaxedesc = "Pickaxes are mining tools to mine hard, “cracky” blocks local dyedesc = "Dyes are primarily used for crafting other items, especially for colorization. Dyes can also be used to obtain new dyes by using two dyes in crafting." +local wooldesc = "Wool is a soft decorative block which comes in different colors. Walking on wool is completely silent." + local deconode = doc.sub.items.temp.deco local buildnode = doc.sub.items.temp.build local craftitemdesc = doc.sub.items.temp.craftitem @@ -390,7 +392,7 @@ local export_usagehelp = { ["doors:door_glass"] = "Rightclick the door to open or close it.", ["doors:door_obsidian_glass"] = "Rightclick the door to open or close it.", - ["screwdriver:screwdriver"] = "Leftclick on a block to rotate it around its current axis. Rightclick on a block to rotate its axis.", + ["screwdriver:screwdriver"] = "Leftclick on a block to rotate it around its current axis. Rightclick on a block to rotate its axis. Note that not all blocks can be rotated.", ["boats:boat"] = "Place the boat on an even water surface to set it up. Rightclick the boat to enter it. When you are on the boat, use the forward key to speed up, the backward key to slow down and the left and right keys to turn the boat. Rightclick on the boat again to leave it. Leftclick the placed boat to collect it.", ["beds:bed_bottom"] = beduse, |