Rename ENABLE_CHISEL to enable_chisel

This commit is contained in:
2025-12-05 10:20:24 +01:00
parent 5ad75d6189
commit 163e22f742
5 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
-- Register axes
local axe_types = {"axe_mithril", "axe_silver"}
if not stripped_tree.ENABLE_CHISEL then stripped_tree.register_axes("moreores", axe_types) end
if not stripped_tree.enable_chisel then stripped_tree.register_axes("moreores", axe_types) end