From e279f9b46f7869a43f3348fa7d0ad18d3a99163d Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 8 Dec 2016 11:01:26 +0100 Subject: [PATCH] Add sfinv_buttons tooltip --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index 147f708..6112029 100644 --- a/init.lua +++ b/init.lua @@ -1285,6 +1285,7 @@ end if minetest.get_modpath("sfinv_buttons") ~= nil then sfinv_buttons.register_button("ltool", { title = "L-System Tree Utility", + tooltip = "Invent your own trees and plant them" image = "ltool_sapling.png", action = button_action, })