Update ethereal.lua

This commit is contained in:
minefaco 2020-12-20 13:34:38 -05:00 committed by GitHub
parent 3d7745eae9
commit 115d1dc311
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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