Update ethereal.lua

This commit is contained in:
minefaco
2020-12-20 13:34:38 -05:00
committed by GitHub
parent 3d7745eae9
commit 115d1dc311

View File

@ -19,6 +19,6 @@ stripped_tree.register_trunk(mod_name,trunk_names)
local axe_types = {
"axe_crystal",
}
if not ENABLE_CHISEL then
if not stripped_tree.ENABLE_CHISEL then
stripped_tree.register_axes(mod_name,axe_types)
end