diff options
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 |