Add flowers from bakedclay when using bonemeal

This commit is contained in:
sys4-fr 2018-04-14 14:36:54 +02:00
parent ec3bf61580
commit 5435173e1e
1 changed files with 9 additions and 0 deletions

View File

@ -146,6 +146,15 @@ if minetest.get_modpath("bonemeal") and bonemeal then
"flowers:rose", "flowers:tulip", "flowers:viola", "moreflowers:wild_carrot",
"moreflowers:teosinte",
}
if minetest.get_modpath("bakedclay") then
flowers[9] = "bakedclay:delphinium"
flowers[10] = "bakedclay:thistle"
flowers[11] = "bakedclay:lazarus"
flowers[12] = "bakedclay:mannagrass"
flowers[13] = ""
end
local dirt_with_grass_deco = {
{"default:dirt_with_grass", green_grass, flowers}