From 64b496931139a0c6bc33f15dad5483b19277d39c Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Sun, 15 Jan 2017 22:00:16 +0000 Subject: added soil checking for custom decoration --- mods.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mods.lua') 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 -- cgit v1.2.3