aboutsummaryrefslogtreecommitdiff
path: root/games/devtest/mods/dignodes/init.lua
diff options
context:
space:
mode:
authorWuzzy <Wuzzy@disroot.org>2022-10-09 14:05:22 +0200
committerGitHub <noreply@github.com>2022-10-09 08:05:22 -0400
commitc1c68775b25314b566a2aae9a304d1b470f5794d (patch)
tree127bdadf77939c194d1ec01696a9a0440f769a7b /games/devtest/mods/dignodes/init.lua
parent804a31818907e737a1ec727580d5822532ff3e6b (diff)
downloadminetest-c1c68775b25314b566a2aae9a304d1b470f5794d.tar.xz
DevTest: Explain purpose of most items in tooltips (#12833)
Diffstat (limited to 'games/devtest/mods/dignodes/init.lua')
-rw-r--r--games/devtest/mods/dignodes/init.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/devtest/mods/dignodes/init.lua b/games/devtest/mods/dignodes/init.lua
index 833150873..b66cc3c21 100644
--- a/games/devtest/mods/dignodes/init.lua
+++ b/games/devtest/mods/dignodes/init.lua
@@ -32,6 +32,8 @@ end
-- Node without any digging groups
minetest.register_node("dignodes:none", {
- description = "Dig Test Node: groupless",
+ description = "Dig Test Node: groupless".."\n"..
+ "Can't be dug by normal digging tools".."\n"..
+ "(use the Remover tool to remove)",
tiles = {"dignodes_none.png"},
})