summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-12-28 01:30:17 +0100
committerWuzzy <almikes@aol.com>2016-12-28 01:30:17 +0100
commit42b85dc3353ec7def0ef78d544b07d656b5fbec0 (patch)
treedc90a02bb1cff11f196589c3e73c000e57dacfdd /init.lua
parent6d450767d1875e55156a8de280b5e1bebd7ede5b (diff)
Remove redundant help from cart item as well
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.lua b/init.lua
index 05041f4..9216fcb 100644
--- a/init.lua
+++ b/init.lua
@@ -291,9 +291,9 @@ end
--- Remove the “helper” comment from screwdriver description since the help is
--- provided by this mod
+-- Remove the superficial “help” comment from screwdriver and cart description as redundant
minetest.override_item("screwdriver:screwdriver", {description = item_name_overrides["screwdriver:screwdriver"]})
+minetest.override_item("carts:cart", {description = item_name_overrides["carts:cart"]})
-- TODO: Maybe add achievement for discovering all Minetest Game node entries