Mineclonia/mods/ITEMS/mcl_farming
Wuzzy 6b99e9866a Fix farmland hardness 2017-03-20 19:53:14 +01:00
..
textures Different colors for different stem stages 2017-03-14 03:26:48 +01:00
README.txt Organize mods into modpacks for better overview 2017-02-16 01:45:21 +01:00
beetroot.lua Sunlight propagates through beetroot/potato crop 2017-03-20 18:51:40 +01:00
carrots.lua Make carrot plants transparent 2017-03-20 19:05:04 +01:00
depends.txt Organize mods into modpacks for better overview 2017-02-16 01:45:21 +01:00
hoes.lua Reveal a few basic help entries by default 2017-03-20 16:38:16 +01:00
init.lua Move important farming functions to new file 2017-03-13 23:09:27 +01:00
melon.lua Add various factoids and complete some food help 2017-03-18 17:18:12 +01:00
mod.conf Organize mods into modpacks for better overview 2017-02-16 01:45:21 +01:00
potatoes.lua Sunlight propagates through beetroot/potato crop 2017-03-20 18:51:40 +01:00
pumpkin.lua Fix typos in jack o'lantern help 2017-03-14 05:51:11 +01:00
shared_functions.lua Play sound after placing seed 2017-03-15 00:04:51 +01:00
soil.lua Fix farmland hardness 2017-03-20 19:53:14 +01:00
wheat.lua Update many help texts for misc. items 2017-03-18 17:52:41 +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/iron/gold/diamond 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.