summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-08-01 04:50:27 +0200
committerWuzzy <almikes@aol.com>2016-08-01 04:50:27 +0200
commit5fdcb975247aea34e00eeb4865f6176c41d16487 (patch)
treee83194e3ac42e32b7a101616cb5bf7368cf4fad4
parentdaa4294fb0cddc59ad190be1ccc9aba63fb01707 (diff)
Update text for hand (Creative)
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index d444d95..c646d31 100644
--- a/init.lua
+++ b/init.lua
@@ -649,7 +649,7 @@ local function gather_descs()
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.",
+ 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.",
itemstring = "",
def = minetest.registered_items[""]
}