Add files via upload

This commit is contained in:
minefaco 2020-11-18 19:53:39 -05:00 committed by GitHub
parent e15e5a762b
commit 5a9ed6f283
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
ethereal.lua Normal file

@ -0,0 +1,23 @@
--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)
--Register axes
local axe_types = {
"axe_crystal",
}
stripped_tree.register_axes(mod_name,axe_types)