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

added nil check and ethereal fiery grass deco

This commit is contained in:
TenPlus1
2017-01-16 20:52:26 +00:00
parent 64b4969311
commit dddbaa6c81
2 changed files with 11 additions and 10 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: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