Reformat all files with LuaFormatter

This commit is contained in:
2025-12-06 10:58:24 +01:00
parent dfbf48131e
commit 2eddcca11c
8 changed files with 315 additions and 276 deletions

View File

@@ -1,4 +1,4 @@
--Register stripped trees
-- Register stripped trees
local mod_name = "ethereal"
local trunk_names = {
"banana_trunk",
@@ -12,13 +12,8 @@ local trunk_names = {
"palm_trunk",
}
stripped_tree.register_trunk(mod_name,trunk_names)
stripped_tree.register_trunk(mod_name, trunk_names)
--Register axes
local axe_types = {
"axe_crystal",
}
if not stripped_tree.ENABLE_CHISEL then
stripped_tree.register_axes(mod_name,axe_types)
end
-- Register axes
local axe_types = {"axe_crystal"}
if not stripped_tree.ENABLE_CHISEL then stripped_tree.register_axes(mod_name, axe_types) end