From e2247ce575bc288932c2b6794bf42497a2b63e6e Mon Sep 17 00:00:00 2001 From: h-v-smacker Date: Sun, 29 Apr 2018 23:24:52 +0300 Subject: readme+bonemeal --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a53e88d..c1e4386 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,16 @@ This mod adds a maple tree to the minetest game. Originally written for the Home ## The tree -![Maple Tree](https://github.com/h-v-smacker/maple/blob/master/maple_in_the_wild.jpg) \ No newline at end of file +![Maple Tree](https://github.com/h-v-smacker/maple/blob/master/maple_in_the_wild.jpg) + +## 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 -- cgit v1.2.3