Also for christmas trees

This commit is contained in:
Hybrid Dog 2017-03-23 16:03:01 +01:00
parent 44ae0ab35d
commit f7b048a851
1 changed files with 10 additions and 0 deletions

View File

@ -208,4 +208,14 @@ if minetest.global_exists"treecapitator" then
range_down = 3,
stem_height_min = 1,
}
treecapitator.register_tree{
trees = {"default:pine_tree"},
leaves = {"snow:needles_decorated"},
fruits = {"snow:star_lit", "snow:star"},
range = 1,
range_up = 3,
range_down = 3,
stem_height_min = 1,
}
end