1
0
mirror of https://codeberg.org/tenplus1/bonemeal.git synced 2025-07-12 05:10:29 +02:00

added bakedclay flowers to decoration

This commit is contained in:
TenPlus1
2017-01-18 11:34:31 +00:00
parent 3b185e0099
commit b0aa729329
3 changed files with 31 additions and 16 deletions

View File

@ -56,8 +56,8 @@ if minetest.get_modpath("ethereal") then
})
bonemeal:add_deco({
{"ethereal:crystal_dirt", {"ethereal:crystalgrass", "air", "air", "air", "air"}, {}},
{"ethereal:fiery_dirt", {"ethereal:dry_shrub", "air", "air", "air", "air"}, {}},
{"ethereal:crystal_dirt", {"ethereal:crystalgrass", "", "", "", ""}, {}},
{"ethereal:fiery_dirt", {"ethereal:dry_shrub", "", "", "", ""}, {}},
})
end