1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-20 19:45:22 +02:00

DevTest: Explain purpose of most items in tooltips (#12833)

This commit is contained in:
Wuzzy
2022-10-09 14:05:22 +02:00
committed by GitHub
parent 804a318189
commit c1c68775b2
19 changed files with 367 additions and 173 deletions

View File

@@ -1,5 +1,6 @@
minetest.register_node("experimental:callback_node", {
description = "Callback Test Node (construct/destruct/timer)",
description = "Callback Test Node".."\n"..
"Tests callbacks: on_construct, after_place_node, on_destruct, after_destruct, after_dig_node, on_timer",
tiles = {"experimental_callback_node.png"},
groups = {dig_immediate=3},
-- This was known to cause a bug in minetest.item_place_node() when used