Add files via upload

This commit is contained in:
minefaco
2020-11-08 22:32:54 -05:00
committed by GitHub
parent 7c33ab0ce9
commit 7ec025b04c
4 changed files with 158 additions and 0 deletions

22
moretrees.lua Normal file
View File

@@ -0,0 +1,22 @@
--Register stripped trees
local mod_name = "moretrees"
local trunk_names = {
"beech_trunk",
"apple_tree_trunk",
"oak_trunk",
"sequoia_trunk",
"birch_trunk",
"palm_trunk",
"date_palm_trunk",
"spruce_trunk",
"cedar_trunk",
"poplar_trunk",
"willow_trunk",
"rubber_tree_trunk",
"fir_trunk",
"jungletree_trunk",
}
chisel_tree.register_trunk(mod_name,trunk_names)