diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-01-17 21:10:42 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-01-17 21:10:42 +0000 |
commit | 066cad6e251dd4deeabd41b1791520b61f43ba70 (patch) | |
tree | f54e7578942256611b764e0fe6a6d4cd8f917046 /README.md | |
parent | dddbaa6c8172011eb3b133a2d39d005081f71d1a (diff) |
added mod files and readme's
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..f75fcb4 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +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 |