Adds mulch, bonemeal and fertilizer to Minetest to quick grow crops and saplings https://content.minetest.net/packages/TenPlus1/bonemeal/
Go to file
TenPlus1 066cad6e25 added mod files and readme's 2017-01-17 21:10:42 +00:00
textures Initial upload (mod is WIP) 2017-01-15 20:34:17 +00:00
README.md added mod files and readme's 2017-01-17 21:10:42 +00:00
api.txt added mod files and readme's 2017-01-17 21:10:42 +00:00
depends.txt Initial upload (mod is WIP) 2017-01-15 20:34:17 +00:00
description.txt added mod files and readme's 2017-01-17 21:10:42 +00:00
init.lua added nil check and ethereal fiery grass deco 2017-01-16 20:52:26 +00:00
license.txt added mod files and readme's 2017-01-17 21:10:42 +00:00
mod.conf added mod files and readme's 2017-01-17 21:10:42 +00:00
mods.lua added nil check and ethereal fiery grass deco 2017-01-16 20:52:26 +00:00
screenshot.png added mod files and readme's 2017-01-17 21:10:42 +00:00

README.md

Bonemeal mod [bonemeal]

This mod adds two new items into the game, bones which can be dug from normal dirt and bonemeal which is crafted from bones and player bone blocks.

Bonemeal can be used on added saplings for a 1 in 2 chance to grow them quickly as well as specified crops which are grown 1 to 4 steps at a time. Dirt can also be clicked for random grass, flowers or registered decoration to appear.

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=13284

Changelog:

  • 0.1 - Initial release