From 810cdf6219d46d3c4d09bdb707827888997b63cf Mon Sep 17 00:00:00 2001 From: minefaco <63024226+minefaco@users.noreply.github.com> Date: Sun, 20 Dec 2020 14:07:09 -0500 Subject: [PATCH] Update functions.lua --- functions.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/functions.lua b/functions.lua index df1cfc6..226ac1b 100644 --- a/functions.lua +++ b/functions.lua @@ -1,4 +1,7 @@ stripped_tree = {} +--Select between chisel tool or axes. +stripped_tree.ENABLE_CHISEL = true + local creative_mode = minetest.settings:get_bool("creative_mode") --function to register nodes function stripped_tree.register_trunk(mod_name,trunk_names)