Update moreores.lua

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

View File

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