diff options
| -rw-r--r-- | README.md | 14 | 
1 files changed, 13 insertions, 1 deletions
| @@ -5,4 +5,16 @@ This mod adds a maple tree to the minetest game. Originally written for the Home  ## The tree -
\ No newline at end of file + + +## Bonemeal + +If you are using the bonemeal mod, add this to mods.lua to enable mapple support: + +``` +if minetest.get_modpath("maple") then +	bonemeal:add_sapling({ +		{"maple:maple_sapling", maple.grow_sapling, "soil"}, +	}) +end +```
\ No newline at end of file | 
