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

@@ -15,7 +15,7 @@ if core.get_modpath("ethereal") then dofile(mpath .. "/ethereal.lua") end
if core.get_modpath("moreores") then dofile(mpath .. "/moreores.lua") end
if stripped_tree.ENABLE_CHISEL then
if stripped_tree.enable_chisel then
core.register_tool(
"stripped_tree:chisel", {
description = "Chisel for tree trunks",