From 826e47274cb691282bb71f65ac1530373b223719 Mon Sep 17 00:00:00 2001 From: minefaco <63024226+minefaco@users.noreply.github.com> Date: Mon, 9 Nov 2020 09:41:55 -0500 Subject: [PATCH] Update functions.lua --- functions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.lua b/functions.lua index 1e04e57..6b63258 100644 --- a/functions.lua +++ b/functions.lua @@ -1,5 +1,5 @@ chisel_tree = {} - +local creative_mode = minetest.settings:get_bool("creative_mode") --function to register nodes function chisel_tree.register_trunk(mod_name,trunk_names) for _, name in ipairs(trunk_names) do