From 21b9c208c98e8f86d7816d15725ef721fec9f276 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 3 Aug 2016 15:03:53 +0200 Subject: Move hand help text --- init.lua | 6 ------ 1 file changed, 6 deletions(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index f03f327..dd1313a 100644 --- a/init.lua +++ b/init.lua @@ -132,12 +132,6 @@ doc.add_entry_alias("nodes", "default:river_water_source", "default:river_water_ -- Gather help texts dofile(minetest.get_modpath("doc_minetest_game") .. "/helptexts.lua") --- Overwrite hand text -doc.sub.items.overwrite_hand( - "Hand", - "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.", - nil) - -- Achievement local awardchecktime = 0 if minetest.get_modpath("awards") ~= nil then -- cgit v1.2.3