1
0
mirror of https://codeberg.org/tenplus1/bonemeal.git synced 2025-07-12 05:10:29 +02:00

added soil checking for custom decoration

This commit is contained in:
TenPlus1
2017-01-15 22:00:16 +00:00
parent cce0337b1c
commit 64b4969311
2 changed files with 55 additions and 36 deletions

View File

@ -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