2017-01-17 21:10:42 +00:00
Bonemeal mod [bonemeal]
2017-01-18 15:53:26 +00:00
This mod adds four new items into the game, bones which can be dug from normal
dirt which can be made into bonemeal, mulch which is is crafted using a tree and
8x leaves, and fertiliser which is a mixture of them both.
2017-01-17 21:10:42 +00:00
2017-01-18 15:53:26 +00:00
Each item can be used on saplings and crops for a chance to grow them quicker as
well as dirt which will generate random grass, flowers or whichever decoration
is registered.
Mulch has a strength of 1, Bonemeal 2 and Fertiliser 3 which means the stronger
the item, the more chance of growing saplings in low light, making crops sprout
quicker or simply decorate a larger area with grass and flowers.
2017-01-17 21:10:42 +00:00
The api.txt document shows how to add your own saplings, crops and grasses to
the list by using one of the 3 commands included and the mod.lua file gives you
many examples by using some of the popular mods available.
2017-01-18 09:39:55 +00:00
https://forum.minetest.net/viewtopic.php?f=9& t=16446
2017-01-17 21:10:42 +00:00
Changelog:
- 0.1 - Initial release
2017-01-18 10:46:44 +00:00
- 0.2 - Added global on_use function for bonemeal growth
2017-10-09 12:16:07 +01:00
- 0.3 - Added strength to on_use global for new items (mulch and fertiliser)
2017-05-19 15:05:54 +01:00
- 0.4 - Added Intllib support and fr.txt file
2017-07-24 20:07:13 +01:00
- 0.5 - Added support for default bush and acacia bush saplings
2017-10-09 12:16:07 +01:00
- 0.6 - Using newer functions, Minetest 0.4.16 and above needed to run
2017-12-31 11:24:57 +00:00
- 0.7 - Can be used on papyrus and cactus now, added coral recipe, api addition
2018-01-22 15:00:04 +00:00
- 0.8 - Added support for farming redo's new garlic, pepper and onion crops
2018-05-01 08:47:08 +01:00
- 0.9 - Added support for farming redo's pea and beetroot crops, checks for place_param
2018-05-07 09:18:25 +01:00
- 1.0 - add_deco() now adds to existing item list while set_deco() replaces item list (thanks h-v-smacker)
2019-03-07 16:38:42 +00:00
- 1.1 - Added {can_bonemeal=1} group for special nodes
2019-03-24 20:37:06 +00:00
- 1.2 - Added support for minetest 5.0 cactus seedling, blueberry bush sapling and emergent jungle tree saplings, additional flowers and pine bush sapling.
2017-07-24 20:17:20 +01:00
2018-10-16 17:50:12 +01:00
Lucky Blocks: 6