From 0c4c473a2cf3827102ac9bb7d011dc9a821b97bf Mon Sep 17 00:00:00 2001 From: minefaco <63024226+minefaco@users.noreply.github.com> Date: Sun, 20 Dec 2020 13:26:53 -0500 Subject: [PATCH] Update moreores.lua --- moreores.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/moreores.lua b/moreores.lua index 98c3d07..dceb81b 100644 --- a/moreores.lua +++ b/moreores.lua @@ -4,4 +4,6 @@ local axe_types = { "axe_silver", } +if not ENABLE_CHISEL then stripped_tree.register_axes("moreores",axe_types) +end