update time grow

master
IIIullaIII 2020-05-07 18:12:16 +02:00
parent ef33fbc959
commit 11997f8c41
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ minetest.register_abm({
"default:dirt_with_coniferous_litter"
},
interval = 2,
chance = 1,
chance = 10,
action = function(...)
minetest.grow_canapa(...)
end