mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-01-07 15:49:32 +01:00
0b27b6bec3
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. |
||
---|---|---|
.. | ||
locale | ||
textures | ||
beetroot.lua | ||
carrots.lua | ||
hoes.lua | ||
init.lua | ||
melon.lua | ||
mod.conf | ||
potatoes.lua | ||
pumpkin.lua | ||
README.txt | ||
shared_functions.lua | ||
soil.lua | ||
wheat.lua |
===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.