diff options
| author | Wuzzy <Wuzzy@disroot.org> | 2022-10-09 14:05:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-09 08:05:22 -0400 |
| commit | c1c68775b25314b566a2aae9a304d1b470f5794d (patch) | |
| tree | 127bdadf77939c194d1ec01696a9a0440f769a7b /games/devtest/mods/unittests/itemdescription.lua | |
| parent | 804a31818907e737a1ec727580d5822532ff3e6b (diff) | |
| download | minetest-c1c68775b25314b566a2aae9a304d1b470f5794d.tar.xz | |
DevTest: Explain purpose of most items in tooltips (#12833)
Diffstat (limited to 'games/devtest/mods/unittests/itemdescription.lua')
| -rw-r--r-- | games/devtest/mods/unittests/itemdescription.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/devtest/mods/unittests/itemdescription.lua b/games/devtest/mods/unittests/itemdescription.lua index b4c218c98..537b370a6 100644 --- a/games/devtest/mods/unittests/itemdescription.lua +++ b/games/devtest/mods/unittests/itemdescription.lua @@ -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", { |
