From e5a181df7986e9e86429df85450c4cefcdb4d940 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 28 Aug 2019 17:46:43 +0200 Subject: [PATCH] Add description for creative tool --- mods/default/tools.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/default/tools.lua b/mods/default/tools.lua index ca36bb3..d2a3c2a 100644 --- a/mods/default/tools.lua +++ b/mods/default/tools.lua @@ -319,6 +319,7 @@ end minetest.register_tool( "default:creative_tool", { + description = S("Creative Tool"), inventory_image = "default_creative_tool.png", tool_capabilities = { full_punch_interval = 0.5,