Make chisel always available

This commit is contained in:
2025-12-09 14:44:26 +01:00
parent 4b2ecbabfc
commit 8a2d735aa6
8 changed files with 26 additions and 32 deletions

View File

@@ -9,4 +9,4 @@ stripped_tree.register_strippable_trunk("default:pine_tree", "default:pine_wood"
-- 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 stripped_tree.axes_strip_trees then stripped_tree.register_axes(mod_name, axe_types) end