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

@@ -51,4 +51,4 @@ stripped_tree.register_trunk(mod_name, trunk_names)
-- Register axes
local axe_types = {"axe_wood", "axe_stone", "axe_bronze", "axe_steel", "axe_mese", "axe_diamond"}
if not stripped_tree.ENABLE_CHISEL then stripped_tree.register_axes(mod_name, axe_types) end
if not stripped_tree.enable_chisel then stripped_tree.register_axes(mod_name, axe_types) end