diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-01-16 20:52:26 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-01-16 20:52:26 +0000 |
commit | dddbaa6c8172011eb3b133a2d39d005081f71d1a (patch) | |
tree | f901eb866635b79dab66fb78f6307d36a474b5e4 /mods.lua | |
parent | 64b496931139a0c6bc33f15dad5483b19277d39c (diff) |
added nil check and ethereal fiery grass deco
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:crystal_spike", "air", "air", "air", "air"}} + {"ethereal:crystal_dirt", {"ethereal:crystalgrass", "air", "air", "air", "air"}, {}}, + {"ethereal:fiery_dirt", {"ethereal:dry_shrub", "air", "air", "air", "air"}, {}}, }) end |