master
IIIullaIII 2020-05-07 17:33:39 +02:00
parent 6e4d81f54e
commit 8f22e45ec3
1 changed files with 1 additions and 1 deletions

View File

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