diff --git a/moreores.lua b/moreores.lua index dceb81b..80c74bf 100644 --- a/moreores.lua +++ b/moreores.lua @@ -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