Ajoute support bonemeal
This commit is contained in:
parent
06f854e17f
commit
4fa7ab806c
@ -2,3 +2,4 @@ default
|
|||||||
doors?
|
doors?
|
||||||
stairs?
|
stairs?
|
||||||
moreblocks?
|
moreblocks?
|
||||||
|
bonemeal?
|
||||||
|
5
init.lua
5
init.lua
@ -401,4 +401,9 @@ elseif minetest.get_modpath("stairs") then
|
|||||||
)
|
)
|
||||||
end
|
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.")
|
minetest.log("action", "[cherry_tree] loaded.")
|
||||||
|
Loading…
Reference in New Issue
Block a user