Update functions.lua

This commit is contained in:
minefaco 2020-12-20 14:07:09 -05:00 committed by GitHub
parent ecf4f3718a
commit 810cdf6219
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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