mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-05 10:00:26 +01:00
parent
2204db0271
commit
9d5b804399
|
@ -30,8 +30,8 @@ minetest.register_abm({
|
|||
nodenames = {"default:sapling", "default:junglesapling",
|
||||
"default:pine_sapling", "default:acacia_sapling",
|
||||
"default:aspen_sapling"},
|
||||
interval = 10,
|
||||
chance = 50,
|
||||
interval = 5,
|
||||
chance = 40,
|
||||
action = function(pos, node)
|
||||
if not default.can_grow(pos) then
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue
Block a user