mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
DevTest: Explain purpose of most items in tooltips (#12833)
This commit is contained in:
@@ -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"},
|
||||
})
|
||||
|
Reference in New Issue
Block a user