Update init.lua

This commit is contained in:
minefaco
2020-12-20 13:31:05 -05:00
committed by GitHub
parent 67b532df47
commit a809b9ad53

View File

@@ -1,5 +1,5 @@
--Select between chisel tool or axes. --Select between chisel tool or axes.
ENABLE_CHISEL = true stripped_tree.ENABLE_CHISEL = true
-- get modpath -- get modpath
@@ -24,7 +24,7 @@ if minetest.get_modpath("moreores") then
dofile(mpath .. "/moreores.lua") dofile(mpath .. "/moreores.lua")
end end
if ENABLE_CHISEL then if stripped_tree.ENABLE_CHISEL then
minetest.register_tool("stripped_tree:chisel", { minetest.register_tool("stripped_tree:chisel", {
description = "Chisel for tree trunks", description = "Chisel for tree trunks",