From 2b18e7d1d728ebd969165e81737c90a4a3cbeceb Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 2 Aug 2016 15:34:37 +0200 Subject: Use generic hand text --- init.lua | 4 ++-- 1 file 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[""] } -- cgit v1.2.3