Go to file
Izzy 437e02bc3a Merge pull request #1 from harrierjack/master
working for MT 0.4.14
2016-07-12 09:26:56 -07:00
LICENSE initial commit. nothing to see here. 2013-10-10 14:47:43 -07:00
README.md fully functional harvester + planter 2016-06-25 18:24:33 +02:00
crafts.lua fully working LV and MV planters 2016-06-20 21:55:15 +02:00
default_settings.txt removed some tree trunks from list since they have fruits 2016-07-03 02:32:02 +02:00
depends.txt added planter delay + mod description 2016-07-02 17:55:50 +02:00
description.txt added planter delay + mod description 2016-07-02 17:55:50 +02:00
harvester.lua fully functional harvester + planter 2016-06-25 18:24:33 +02:00
init.lua functional HV planter 2016-06-21 02:00:59 +02:00
planter.lua added planter delay + mod description 2016-07-02 17:55:50 +02:00

README.md

(WIP) minetest_autofarmer

by Izzy Props to RealBadAngel, VanessaE. Lots of code "borrowed" from them.

Edit and fixes by HarrierJack, borrowing even more code..

###Introduction: Adds automatic farming machines to minetest. They run on LV/MV/HV power from technic, and integrate with pipeworks.

The planter will put seeds from the normal game plants (wheat etc.) and plants without seeds from farming_plus (farming redo?) onto available farmland in its front position and only at its own block level.

A mesecon signal can be used to turn the machine off. Powering the planter is enough to activate it, providing there are seeds/plants inside it.

Values can be changed in default_settings.txt LV-planter: 6000 EU for a 5 X 6 grid MV-planter: 11000 EU for a 7 X 15 grid HV-planter: 22000 EU for a grid of choice through its interface

The Harvester will 'harvest' any plant/tree node within it's reach, settings are configurable through it's own form. The harvester only comes in MV flavor, TODO: it just requires more the bigger the area. Also height is a factor so it can be used for farming trees. Harvesting can also be done one block down so the harvester can be stacked on top of the planter.

####TODO: - [X] fix planter - [ ] do something with water/pipes? (probably not) - [X] fix/create harvester - [ ] tweak craft / default settings (feedback appreciated) - [ ] test/squash/enjoy - [ ] ohyeah, some pretty textures would be nice.. :S

###How to install: TIP: It's usually better to rename the folder to 'autofarmer' removing the trailing 'minetest_'.

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

Requires: Technic

Mesecons

Pipeworks

MoreOres

####License: UNLICENSE (see LICENSE file in package) --or-- WTFPL (see below) --or-- Whatever license you feel like. AGPLv3 is nice. ;)

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

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