Ajoute support bonemeal
This commit is contained in:
parent
06f854e17f
commit
4fa7ab806c
@ -2,3 +2,4 @@ default
|
||||
doors?
|
||||
stairs?
|
||||
moreblocks?
|
||||
bonemeal?
|
||||
|
5
init.lua
5
init.lua
@ -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.")
|
||||
|
Loading…
x
Reference in New Issue
Block a user