From 42dcec659b395b1705721d2b12fd84b76ca1a56a Mon Sep 17 00:00:00 2001 From: minefaco <63024226+minefaco@users.noreply.github.com> Date: Sun, 20 Dec 2020 13:26:15 -0500 Subject: [PATCH] Update ethereal.lua --- ethereal.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ethereal.lua b/ethereal.lua index 8cc0818..ebd4f98 100644 --- a/ethereal.lua +++ b/ethereal.lua @@ -19,5 +19,6 @@ stripped_tree.register_trunk(mod_name,trunk_names) local axe_types = { "axe_crystal", } - +if not ENABLE_CHISEL then stripped_tree.register_axes(mod_name,axe_types) +end