Go to file
PilzAdam 11d66ac4e6 Merge pull request #1 from rubenwardy/master
Making the Bread definitions better
2012-10-02 10:00:21 -07:00
textures Remove the shadows under plants 2012-10-01 18:13:24 +02:00
README.txt Update README 2012-09-17 17:49:57 +02:00
cactus.lua The old light version is now the main version 2012-09-17 17:45:45 +02:00
changelog.txt The old light version is now the main version 2012-09-17 17:45:45 +02:00
cotton.lua Remove the shadows under plants 2012-10-01 18:13:24 +02:00
depends.txt The old light version is now the main version 2012-09-17 17:45:45 +02:00
hoes.lua The old light version is now the main version 2012-09-17 17:45:45 +02:00
init.lua Remove seeds from farming_plus 2012-09-29 12:14:50 +02:00
papyrus.lua The old light version is now the main version 2012-09-17 17:45:45 +02:00
pumpkin.lua Remove the shadows under plants 2012-10-01 18:13:24 +02:00
soil.lua The old light version is now the main version 2012-09-17 17:45:45 +02:00
weed.lua Remove the shadows under plants 2012-10-01 18:13:24 +02:00
wheat.lua Update wheat.lua 2012-10-02 18:13:04 +02: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.