From a6214a3f1c2b481707700e36410376136ea13b50 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sun, 19 Mar 2017 21:12:49 +0100 Subject: Add sfinv_buttons support --- init.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index a04a8e0..d1efb7b 100644 --- a/init.lua +++ b/init.lua @@ -474,4 +474,15 @@ mt.register_craft({ burntime = 10 }) +if mt.get_modpath("sfinv_buttons") then + sfinv_buttons.register_button("craftguide", { + title = "Crafting guide", + tooltip = "Shows a list of available crafting recipes, cooking recipes and fuels", + action = function(player) + craftguide:on_use(nil, player) + end, + image = "craftguide_book.png", + }) +end + mt.register_alias("xdecor:crafting_guide", "craftguide:book") -- cgit v1.2.3