Register strippable trunks with the new register_strippable_trunk function

This commit is contained in:
2025-12-07 13:26:23 +01:00
parent bacd1320fd
commit 89adc5fabc
3 changed files with 41 additions and 89 deletions

View File

@@ -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"}