From a809b9ad533cf1b1c5cd3db54a8c5e65bb37b572 Mon Sep 17 00:00:00 2001 From: minefaco <63024226+minefaco@users.noreply.github.com> Date: Sun, 20 Dec 2020 13:31:05 -0500 Subject: [PATCH] Update init.lua --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index aa3aafe..b0fe5e6 100644 --- a/init.lua +++ b/init.lua @@ -1,5 +1,5 @@ --Select between chisel tool or axes. -ENABLE_CHISEL = true +stripped_tree.ENABLE_CHISEL = true -- get modpath @@ -24,7 +24,7 @@ if minetest.get_modpath("moreores") then dofile(mpath .. "/moreores.lua") end -if ENABLE_CHISEL then +if stripped_tree.ENABLE_CHISEL then minetest.register_tool("stripped_tree:chisel", { description = "Chisel for tree trunks",