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,9 +1,4 @@
--Register axes
local axe_types = {
"axe_mithril",
"axe_silver",
}
-- Register axes
local axe_types = {"axe_mithril", "axe_silver"}
if not stripped_tree.ENABLE_CHISEL then
stripped_tree.register_axes("moreores",axe_types)
end
if not stripped_tree.ENABLE_CHISEL then stripped_tree.register_axes("moreores", axe_types) end