Rename ENABLE_CHISEL to enable_chisel
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user