mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-26 18:21:04 +00:00
DevTest: Explain purpose of most items in tooltips (#12833)
This commit is contained in:
parent
804a318189
commit
c1c68775b2
19 changed files with 367 additions and 173 deletions
|
@ -2,6 +2,7 @@ local full_description = "Description Test Item\nFor testing item decription"
|
|||
minetest.register_tool("unittests:description_test", {
|
||||
description = full_description,
|
||||
inventory_image = "unittests_description_test.png",
|
||||
groups = { dummy = 1 },
|
||||
})
|
||||
|
||||
minetest.register_chatcommand("item_description", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue