VoxeLibre/mods/ITEMS/mcl_farming
Elias Fleckenstein 0b27b6bec3 Mob API: Merge mobs_mc and mcl_mobs into one mod
DO NOT USE IN PRODUCTION, DO NOT START OLD WORLDS WITHOUT A BACKUP
These are the first steps of the new mob API. The game does actually start, but mobs do not work yet.
You will also get some warnings about mob spawners, but don't worry about that.
This is really just some 'first impression' of how the mob API is gonna look like. Some things are already complete, like the agression system.
AI and attacking have not been worked on yet.
mobs_mc and mcl_mobs have actually been merged into one piece but I will probably change that again in the future actually, and split the different mobs into different mods.
There are also a few usefull things like the universal mount API and a more general purpose smoke API, but all of this is still far from complete.
I'll put some work into the API this week but probably not next week, then I'll see but don't expect this to be done before 2022.
I'll work on it, but I'll do it slowly and progressively to not get burned out again and to still have enough time to graduate from school in the meantime.
2021-09-01 23:27:47 +02:00
..
locale Russian translation 2020-07-20 00:11:13 +00:00
textures Reduce the size of the pumpkin texture 2021-03-19 17:41:37 +00:00
beetroot.lua Translate all extended tooltips to German 2020-03-12 01:35:11 +01:00
carrots.lua Translate all extended tooltips to German 2020-03-12 01:35:11 +01:00
hoes.lua Revert "Revert "Make hoe dig some blocks faster"" 2021-04-12 16:34:40 +02:00
init.lua Remove mod startup debug messages 2020-04-11 02:56:46 +02:00
melon.lua Fortune 2020-11-06 13:46:52 +01:00
mod.conf Mob API: Merge mobs_mc and mcl_mobs into one mod 2021-09-01 23:27:47 +02:00
potatoes.lua MAKE EVERY SINGLE MOD USE PROPER COLORS!!! 2021-03-30 00:01:29 +02:00
pumpkin.lua Mob API: Merge mobs_mc and mcl_mobs into one mod 2021-09-01 23:27:47 +02:00
README.txt Organize mods into modpacks for better overview 2017-02-16 01:45:21 +01:00
shared_functions.lua add help text to mcl_farming 2021-03-12 00:48:53 +01:00
soil.lua fix many warnings 2021-04-15 23:41:34 +02:00
wheat.lua fix many warnings 2021-04-15 23:41:34 +02:00

===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.