summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-09-01 17:29:57 +0200
committerWuzzy <almikes@aol.com>2016-09-01 17:29:57 +0200
commitd23e4cdba73a816a6f4705428e6ac06f1c5d4c39 (patch)
treed223cd77586dd6688ede9a3e93fa43f8d667725e /init.lua
parenta75d5618da7109fc2c10c443af918c8eeeaf5ff0 (diff)
Override screwdriver description
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 5c38297..efc5d8e 100644
--- a/init.lua
+++ b/init.lua
@@ -235,4 +235,8 @@ if minetest.get_modpath("doc_identifier") ~= nil then
doc.sub.identifier.register_object("boats:boat", "craftitems", "boats:boat")
end
+-- Remove the “helper” comment from screwdriver description since the help is
+-- provided by this mod
+minetest.override_item("screwdriver:screwdriver", {description = item_name_overrides["screwdriver:screwdriver"]})
+
-- TODO: Maybe add achievement for discovering all Minetest Game node entries