summaryrefslogtreecommitdiff
path: root/mods.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2017-01-18 11:34:31 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2017-01-18 11:34:31 +0000
commitb0aa729329b966aa95edd22f8246ac9083de50d6 (patch)
tree94b6436364d3d0b81284da20483c7248c32cb2b8 /mods.lua
parent3b185e00993aeafee7209f9c3025bf173e134be1 (diff)
added bakedclay flowers to decoration
Diffstat (limited to 'mods.lua')
-rw-r--r--mods.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/mods.lua b/mods.lua
index a59fda7..0af6966 100644
--- a/mods.lua
+++ b/mods.lua
@@ -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