Update init.lua

This commit is contained in:
minefaco 2020-12-20 13:31:05 -05:00 committed by GitHub
parent 67b532df47
commit a809b9ad53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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",