Add sfinv_buttons tooltip

master
Wuzzy 2016-12-08 11:01:26 +01:00
parent 7d27703aab
commit e279f9b46f
1 changed files with 1 additions and 0 deletions

View File

@ -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,
})