diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-01-15 22:00:16 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-01-15 22:00:16 +0000 |
commit | 64b496931139a0c6bc33f15dad5483b19277d39c (patch) | |
tree | e94971f8d29581444bcaaa2a699c4c89ed0675f7 /mods.lua | |
parent | cce0337b1c238ae307e2119b4fa98e857cfce552 (diff) |
added soil checking for custom decoration
Diffstat (limited to 'mods.lua')
-rw-r--r-- | mods.lua | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -54,6 +54,11 @@ if minetest.get_modpath("ethereal") then {"ethereal:bamboo_sprout", ethereal.grow_bamboo_tree, "soil"}, {"ethereal:birch_sapling", ethereal.grow_birch_tree, "soil"}, }) + + bonemeal:add_deco({ + {"ethereal:crystal_dirt", {"ethereal:crystalgrass", "air", "air", "air", "air"}, + {"ethereal:crystal_spike", "air", "air", "air", "air"}} + }) end |