Adds mulch, bonemeal and fertilizer to Minetest to quick grow crops and saplings
Go to file
bri cassa d534523a1d Merge remote-tracking branch 'upstream/master' 2021-06-20 17:03:28 +02:00
locale added german translation (thanks rti) 2021-01-13 10:27:02 +00:00
textures Code tweaked and tidied thanks to MoNTE48 2020-01-25 10:02:51 +00:00
README.md can craft dye from mulch, bonemeal, fertiliser 2020-05-04 20:52:27 +01:00
api.txt add_deco() now adds to item list, set_deco() replaces item list (thanks h-v-smacker) 2018-05-07 09:18:25 +01:00
depends.txt update depends.txt 2020-05-04 20:53:14 +01:00
description.txt added mod files and readme's 2017-01-17 21:10:42 +00:00
init.lua Merge remote-tracking branch 'upstream/master' 2021-06-20 17:03:28 +02:00
intllib.lua added intllib support and french translation 2017-05-19 15:05:54 +01:00
license.txt added mod files and readme's 2017-01-17 21:10:42 +00:00
lucky_block.lua add new lb 2018-10-16 17:50:12 +01:00
mod.conf update mod.conf info 2021-01-21 09:53:40 +00:00
mods.lua add parsley and artichoke 2021-03-11 09:49:20 +00:00
screenshot.png Code tweaked and tidied thanks to MoNTE48 2020-01-25 10:02:51 +00:00

README.md

Bonemeal mod [bonemeal]

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.

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.

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.

https://forum.minetest.net/viewtopic.php?f=9&t=16446

Changelog:

  • 0.1 - Initial release
  • 0.2 - Added global on_use function for bonemeal growth
  • 0.3 - Added strength to on_use global for new items (mulch and fertiliser)
  • 0.4 - Added Intllib support and fr.txt file
  • 0.5 - Added support for default bush and acacia bush saplings
  • 0.6 - Using newer functions, Minetest 0.4.16 and above needed to run
  • 0.7 - Can be used on papyrus and cactus now, added coral recipe, api addition
  • 0.8 - Added support for farming redo's new garlic, pepper and onion crops
  • 0.9 - Added support for farming redo's pea and beetroot crops, checks for place_param
  • 1.0 - add_deco() now adds to existing item list while set_deco() replaces item list (thanks h-v-smacker)
  • 1.1 - Added {can_bonemeal=1} group for special nodes
  • 1.2 - Added support for minetest 5.0 cactus seedling, blueberry bush sapling and emergent jungle tree saplings, additional flowers and pine bush sapling.
  • 1.3 - Ability to craft dye from mulch, bonemeal and fertiliser (thanks orbea)

Lucky Blocks: 6