mirror of
https://codeberg.org/tenplus1/bonemeal.git
synced 2024-11-13 03:30:18 +01:00
Adds mulch, bonemeal and fertilizer to Minetest to quick grow crops and saplings
https://content.minetest.net/packages/TenPlus1/bonemeal/
textures | ||
api.txt | ||
depends.txt | ||
description.txt | ||
init.lua | ||
license.txt | ||
mod.conf | ||
mods.lua | ||
README.md | ||
screenshot.png |
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=16446
Changelog:
- 0.1 - Initial release
- 0.2 - Added global on_use function for bonemeal growth