mirror of
https://github.com/Splizard/minetest-mod-snow.git
synced 2024-12-28 07:30:17 +01:00
Also for christmas trees
This commit is contained in:
parent
44ae0ab35d
commit
f7b048a851
@ -208,4 +208,14 @@ if minetest.global_exists"treecapitator" then
|
|||||||
range_down = 3,
|
range_down = 3,
|
||||||
stem_height_min = 1,
|
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
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user