VoxeLibre/mods/farming
Wuzzy f1dfeca751 Update many crafting recipes 2017-01-05 04:39:36 +01:00
..
textures Smoother prismarine animation; optimize all textures 2015-07-04 14:11:01 +02:00
README.txt version 0.21 2015-06-29 19:55:58 +02:00
carrots.lua Fix golden carrot recipe 2017-01-04 12:30:11 +01:00
depends.txt version 0.21 2015-06-29 19:55:58 +02:00
hoes.lua Update many crafting recipes 2017-01-05 04:39:36 +01:00
init.lua Delete old func, fix two crash and add timer 2015-07-03 06:58:01 +02:00
melon.lua Update node drops 2017-01-04 08:01:40 +01:00
mushrooms.lua Dig mushrooms immediately 2017-01-04 10:28:20 +01:00
potatoes.lua version 0.21 2015-06-29 19:55:58 +02:00
pumpkin.lua Update light levels 2017-01-04 10:11:35 +01:00
pumpkin.old version 0.21 2015-06-29 19:55:58 +02:00
soil.lua Add missing farming sounds 2017-01-04 22:59:18 +01:00
wheat.lua Update many crafting recipes 2017-01-05 04:39:36 +01:00

README.txt

===FARMING MOD for MINETEST-C55===
by PilzAdam

Introduction: 
This mod adds farming to Minetest.

How to install:
Unzip the archive an place it in minetest-base-directory/mods/minetest/
if you have a windows client or a linux run-in-place client. If you have
a linux system-wide instalation place it in ~/.minetest/mods/minetest/.
If you want to install this mod only in one world create the folder
worldmods/ in your worlddirectory.
For further information or help see:
http://wiki.minetest.com/wiki/Installing_Mods

How to use the mod:
Craft a wood/stone/steel hoe:
material	material
			stick
			stick
Dig dirt with it and turn it to soil. Water the soil and plant the seeds
you get by digging dirt with the hoe. Wait until the seeds are seasoned
and harvest them. When harvesting you will get the product and new seeds.
For further information or help see:
http://minetest.net/forum/viewtopic.php?id=2787

License:
Sourcecode: WTFPL (see below)
Graphics: WTFPL (see below)

See also:
http://minetest.net/

         DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                    Version 2, December 2004

 Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>

 Everyone is permitted to copy and distribute verbatim or modified
 copies of this license document, and changing it is allowed as long
 as the name is changed.

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  0. You just DO WHAT THE FUCK YOU WANT TO.