diff --git a/README.md b/README.md index ef3d805..c9fd28f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ If the fruit was placed by hand or the tree was chopped down, the fruit won't gr Currently supported mods/modpacks are: `default`, `ethereal`, `cool_trees`, `moretrees`, `farming_plus`, `multibiomegen`, `australia` and `aotearoa`. -The standard regrowth time can be changed in settings (via `min_regrow_interval` and `max_regrow_interval`) as well as the chance of regrowth stopping (`regrowth_stop_chance`). +The standard regrowth time can be changed in settings (`min_regrow_interval` and `max_regrow_interval`) as well as the chance of regrowth stopping (`regrowth_stop_chance`). Ideas, bug reports or requests for more mod support are always welcome in the [Minetest Forum topic](https://forum.minetest.net/viewtopic.php?f=9&t=24986) or via the [Git Issue Tracker](https://git.sp-codes.de/minetest/regrowing_fruits/issues)! @@ -34,7 +34,6 @@ regrowing_fruits.add(fruitname, leafname, param2, multiplier) * `multiplier`: multiplier for the standard average regrowth time. **Examples:** - ``` regrowing_fruits.add("default:apple", "default:leaves") regrowing_fruits.add("ethereal:golden_apple", "ethereal:yellowleaves", nil, 3) @@ -42,15 +41,15 @@ regrowing_fruits.add("cacaotree:pod", "cacaotree:trunk", -1) ``` For more examples see [init.lua](init.lua). -Alternatives Mods +Alternative Mods ---- -Consider using `regrow` by TenPlus1. It has similar features, but registers only one placeholder node in total instead of one node for every fruit. +Consider using [`regrow`](https://notabug.org/TenPlus1/regrow) by TenPlus1. It has similar features, but registers only one placeholder node in total instead of one node for every fruit. Credits ---- -This mod is based on "endless_apples" by Shara RedCat (2018). +This mod is based on "[endless_apples](https://github.com/Ezhh/endless_apples)" by Shara RedCat (2018). License ----