1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 06:11:47 +02:00

Extended cherry trees' growing ABM to default:mg_cherry_sapling

- Solves #152
 - Replaced all print calls by minetest.log in biome_lib
This commit is contained in:
LeMagnesium
2015-08-13 13:34:15 +02:00
parent 07e6c4ae88
commit aa938b0699
2 changed files with 10 additions and 10 deletions

View File

@ -420,7 +420,7 @@ function default.grow_cherry_tree(pos, is_apple_tree, trunk_node, leaves_node)
end
minetest.register_abm({
nodenames = {"default:cherry_sapling"},
nodenames = {"default:cherry_sapling", "default:mg_cherry_sapling"},
interval = 80,
chance = 3,
action = function(pos, node)