Compare commits

...

1 Commits

Author SHA1 Message Date
4fa7ab806c Ajoute support bonemeal 2020-01-04 20:02:14 +01:00
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.")