Ajoute support bonemeal

This commit is contained in:
Sys Quatre 2020-01-04 20:02:14 +01:00
parent 06f854e17f
commit 4fa7ab806c
2 changed files with 6 additions and 0 deletions

View File

@ -2,3 +2,4 @@ default
doors?
stairs?
moreblocks?
bonemeal?

View File

@ -401,4 +401,9 @@ elseif minetest.get_modpath("stairs") then
)
end
-- Bonemeal support
if minetest.get_modpath("bonemeal") then
bonemeal:add_sapling({{"cherry_tree:cherry_sapling", grow_sapling, "soil"}})
end
minetest.log("action", "[cherry_tree] loaded.")