summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-08-02 15:34:37 +0200
committerWuzzy <almikes@aol.com>2016-08-02 15:34:37 +0200
commit2b18e7d1d728ebd969165e81737c90a4a3cbeceb (patch)
tree195884abf6abe769c1847d23b8c88169ed0efa3f
parent73862c4775340b409b95358815d4f976d7efa367 (diff)
Use generic hand text
-rw-r--r--init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.lua b/init.lua
index 126cda8..1a08eb4 100644
--- a/init.lua
+++ b/init.lua
@@ -560,11 +560,11 @@ local function gather_descs()
end
end
- -- Add the hand
+ -- Add the default tool (“hand”) with generic text
doc.new_entry("tools", "", {
name = "Hand",
data = {
- longdesc = "You use your bare hand whenever you are not wielding any item. With your hand you can dig the weakest blocks and deal minor damage by punching. Using the hand is often a last resort, as proper mining tools and weapons are usually better than the hand. When you are wielding an item which is not a mining tool or a weapon it will behave is it were the hand when you start mining or punching. In Creative Mode, the mining capabilities, range and damage of the hand are greatly enhanced.",
+ longdesc = "Whenever you are not wielding any item, you use the hand which may or may not have have mining and attacking capabilities. When you are wielding an item which is not a mining tool or a weapon it will behave as if it were the hand when you start mining or punching.",
itemstring = "",
def = minetest.registered_items[""]
}