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:
@ -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)
|
||||
|
Reference in New Issue
Block a user