From 3d7745eae9ddf182898a6afe8431aa8f3c52deb0 Mon Sep 17 00:00:00 2001 From: minefaco <63024226+minefaco@users.noreply.github.com> Date: Sun, 20 Dec 2020 13:34:15 -0500 Subject: [PATCH] Update moreores.lua --- moreores.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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