Update moreores.lua

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

@ -4,6 +4,6 @@ local axe_types = {
"axe_silver", "axe_silver",
} }
if not ENABLE_CHISEL then if not stripped_tree.ENABLE_CHISEL then
stripped_tree.register_axes("moreores",axe_types) stripped_tree.register_axes("moreores",axe_types)
end end