This fork is not maintained, see official version Farming Redo for Minetest https://notabug.org/TenPlus1/farming
Luke aka SwissalpS 929fb3e648 sync helper script | 2 years ago | |
---|---|---|
crops | 2 years ago | |
locale | 2 years ago | |
textures | 2 years ago | |
.gitignore | 6 years ago | |
README.md | 3 years ago | |
api.txt | 2 years ago | |
compatibility.lua | 3 years ago | |
depends.txt | 6 years ago | |
description.txt | 8 years ago | |
farming.conf_example | 2 years ago | |
food.lua | 2 years ago | |
grass.lua | 2 years ago | |
hoes.lua | 3 years ago | |
init.lua | 2 years ago | |
license.txt | 3 years ago | |
lucky_block.lua | 3 years ago | |
mapgen.lua | 3 years ago | |
mod.conf | 3 years ago | |
screenshot.png | 8 years ago | |
settingtypes.txt | 4 years ago | |
soil.lua | 2 years ago | |
statistics.lua | 4 years ago | |
utensils.lua | 3 years ago |
https://forum.minetest.net/viewtopic.php?id=9019
Farming Redo is a simplified version of the built-in farming mod in minetest and comes with wheat, cotton, carrot, cucumber, potato and tomato to start out with which spawn throughout the map... new foods need only be planted on tilled soil so no seeds are required, original wheat and cotton will require seeds which are found inside normal and jungle grass...
This mod works by adding your new plant to the {growing=1} group and numbering the stages from _1 to as many stages as you like, but the underscore MUST be used only once in the node name to separate plant from stage number e.g.
"farming:cotton_1" through to "farming:cotton_8" "farming:wheat_1" through to "farming:wheat_8" "farming:cucumber_4" through to "farming:cucumber_4"