diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-01-18 11:34:31 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-01-18 11:34:31 +0000 |
commit | b0aa729329b966aa95edd22f8246ac9083de50d6 (patch) | |
tree | 94b6436364d3d0b81284da20483c7248c32cb2b8 /mods.lua | |
parent | 3b185e00993aeafee7209f9c3025bf173e134be1 (diff) |
added bakedclay flowers to decoration
Diffstat (limited to 'mods.lua')
-rw-r--r-- | mods.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |