grass fix

master
Victor Hackeridze 2012-05-03 00:12:46 +06:00
parent b67ab9a0f7
commit 4a87d6ee7e
1 changed files with 6 additions and 0 deletions

View File

@ -195,3 +195,9 @@ flowers.grow_blocks_on_surfaces(GROWING_DELAY / 2, {
}, {
{name = "water_source", chance = 1, spacing = 15},
})
flowers.grow_blocks_on_surfaces(GROWING_DELAY * 3{
"fdefault:dirt_with_grass",
}, {
{name = "dirt_with_grass", chance = 40, spacing = 0},
})