summaryrefslogtreecommitdiff
path: root/mods.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2017-01-15 22:00:16 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2017-01-15 22:00:16 +0000
commit64b496931139a0c6bc33f15dad5483b19277d39c (patch)
treee94971f8d29581444bcaaa2a699c4c89ed0675f7 /mods.lua
parentcce0337b1c238ae307e2119b4fa98e857cfce552 (diff)
added soil checking for custom decoration
Diffstat (limited to 'mods.lua')
-rw-r--r--mods.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/mods.lua b/mods.lua
index c95e34f..69c1c4d 100644
--- a/mods.lua
+++ b/mods.lua
@@ -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