summaryrefslogtreecommitdiff
path: root/mods.lua
diff options
context:
space:
mode:
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