Register strippable trunks with the new register_strippable_trunk function
This commit is contained in:
21
ethereal.lua
21
ethereal.lua
@@ -1,18 +1,15 @@
|
||||
-- Register stripped trees
|
||||
local mod_name = "ethereal"
|
||||
local trunk_names = {
|
||||
"banana_trunk",
|
||||
"birch_trunk",
|
||||
"scorched_tree",
|
||||
"yellow_trunk",
|
||||
"willow_trunk",
|
||||
"redwood_trunk",
|
||||
"sakura_trunk",
|
||||
"frost_tree",
|
||||
"palm_trunk",
|
||||
}
|
||||
|
||||
stripped_tree.register_trunk(mod_name, trunk_names)
|
||||
stripped_tree.register_strippable_trunk("ethereal:banana_trunk")
|
||||
stripped_tree.register_strippable_trunk("ethereal:birch_trunk")
|
||||
stripped_tree.register_strippable_trunk("ethereal:scorched_tree")
|
||||
stripped_tree.register_strippable_trunk("ethereal:yellow_trunk")
|
||||
stripped_tree.register_strippable_trunk("ethereal:willow_trunk")
|
||||
stripped_tree.register_strippable_trunk("ethereal:redwood_trunk")
|
||||
stripped_tree.register_strippable_trunk("ethereal:sakura_trunk")
|
||||
stripped_tree.register_strippable_trunk("ethereal:frost_tree")
|
||||
stripped_tree.register_strippable_trunk("ethereal:palm_trunk")
|
||||
|
||||
-- Register axes
|
||||
local axe_types = {"axe_crystal"}
|
||||
|
||||
Reference in New Issue
Block a user