Reformat all files with LuaFormatter
This commit is contained in:
11
moreores.lua
11
moreores.lua
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user