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