summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
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