Update ethereal.lua

This commit is contained in:
minefaco 2020-12-20 13:26:15 -05:00 committed by GitHub
parent 0f97d9bf44
commit 42dcec659b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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