Compare commits
2 Commits
f7cc131799
...
6fe7a32d41
Author | SHA1 | Date | |
---|---|---|---|
6fe7a32d41 | |||
|
8b98f5e497 |
31
README.md
31
README.md
@ -6,10 +6,10 @@ FARM mod that helps and featured the farming to quickly grow samplings, crops, g
|
|||||||
Information
|
Information
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
Bonemeal is crushed from bones found in dirt or by using player bones, Mulch is
|
Bonemeal is crushed from bones found in dirt or by using player bones, Mulch is
|
||||||
made from a tree trunk surrounded by leaves and Fertiliser is a mix of both,
|
made from a tree trunk surrounded by leaves and Fertiliser is a mix of both,
|
||||||
each of which can be used to quickly grow saplings, crops and grass/decoration,
|
each of which can be used to quickly grow saplings, crops and grass/decoration,
|
||||||
papyrus on top of dirt and cactus on sand.
|
papyrus on top of dirt and cactus on sand.
|
||||||
|
|
||||||
Support for ethereal saplings/crops, farming redo crops and moretrees saplings are included.
|
Support for ethereal saplings/crops, farming redo crops and moretrees saplings are included.
|
||||||
|
|
||||||
@ -41,21 +41,22 @@ Lucky Blocks: 6
|
|||||||
|
|
||||||
#### API
|
#### API
|
||||||
|
|
||||||
The [`api.txt`](api.txt) document shows how to add your own saplings,
|
The [`api.txt`](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
|
crops and grasses to the list by using one of the 3 commands included and
|
||||||
the [`mod.lua`](mod.lua) file gives you many examples by using some of the
|
the [`mod.lua`](mod.lua) file gives you many examples by using some of the
|
||||||
popular mods available.
|
popular mods available.
|
||||||
|
|
||||||
https://forum.minetest.net/viewtopic.php?f=9&t=16446
|
https://forum.minetest.net/viewtopic.php?f=9&t=16446
|
||||||
|
|
||||||
#### Nodes
|
#### Nodes
|
||||||
|
|
||||||
| Node name | description | notes |
|
| Node name | description | notes |
|
||||||
| ------------------- | ---------- | --------------------------------------------------- |
|
| ----------------------- | ------------ | --------------------------------------------------- |
|
||||||
| bonemeal:mulch | Mulch | fertilizer to make grow plants and seeds faster |
|
| bonemeal:mulch | Mulch | fertilizer to make grow plants and seeds faster |
|
||||||
| bonemeal:bonemeal | Bone Meal | 2 x fertilizer to make grow plants and seeds faster |
|
| bonemeal:bonemeal | Bone Meal | 2 x fertilizer to make grow plants and seeds faster |
|
||||||
| bonemeal:fertiliser | Fertiliser | 3 x fertilizer to make grow plants and seeds faster |
|
| bonemeal:fertiliser | Fertiliser | 3 x fertilizer to make grow plants and seeds faster |
|
||||||
| bonemeal:bone | Bone | used to made fertilizers, found into dirt rarelly |
|
| bonemeal:bone | Bone | cook to made fertilizers, found into dirt rarelly |
|
||||||
|
| bone:bone | Player bones | cook to made fertilizers, found into dirt rarelly |
|
||||||
| bonemeal:gelatin_powder | Gelatin Powder | made from bones |
|
| bonemeal:gelatin_powder | Gelatin Powder | made from bones |
|
||||||
|
|
||||||
#### Crafts
|
#### Crafts
|
||||||
@ -187,7 +188,9 @@ https://forum.minetest.net/viewtopic.php?f=9&t=16446
|
|||||||
|
|
||||||
* Added farming redo's barley, hemp, rye, oat, mint, sunflower, rice seeds
|
* Added farming redo's barley, hemp, rye, oat, mint, sunflower, rice seeds
|
||||||
* Added Everness saplings
|
* Added Everness saplings
|
||||||
* Update readme
|
* Update readme (thanks mckaygerhard)
|
||||||
|
* Recipe changes, player bones craft into 2x bones, bones must be cooked to
|
||||||
|
give bonemeal
|
||||||
|
|
||||||
## LICENSE
|
## LICENSE
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user