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