diff --git a/technic_modpack/technic/tools/chainsaw.lua b/technic_modpack/technic/tools/chainsaw.lua index 4ac7788..247e48a 100644 --- a/technic_modpack/technic/tools/chainsaw.lua +++ b/technic_modpack/technic/tools/chainsaw.lua @@ -109,6 +109,9 @@ local nodes = { {"mahogany:leaves", false}, {"palm:trunk", true}, {"palm:leaves", false}, + {"palm:palm_tree_trunk", true}, + {"palm:palm_tree_leaves", false}, + -- Support growing_cactus {"growing_cactus:sprout", true}, diff --git a/techpack_modpack/tubelib_addons1/nodes.lua b/techpack_modpack/tubelib_addons1/nodes.lua index bf6c1bb..d537a1b 100644 --- a/techpack_modpack/tubelib_addons1/nodes.lua +++ b/techpack_modpack/tubelib_addons1/nodes.lua @@ -307,3 +307,6 @@ if minetest.global_exists("moretrees") then fn('moretrees:spruce_cone') end +tn('palm:palm_tree_trunk', 'palm:palm_tree_trunk', 'palm:coconut') +fn('palm:palm_tree_leaves') +fn('palm:coconut')