palm: chainsaw and harvester

This commit is contained in:
Sergei Mozhaisky 2020-01-30 18:29:51 +00:00
parent d7b8203e55
commit e655d8df91
2 changed files with 6 additions and 0 deletions

View File

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

View File

@ -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')