minetest_game/mods/farming
paramat 7d2dfe4101 Consolidate ABMs
Spread ABM intervals evenly across 1 to 16 seconds
16s ensures no nodes are missed when player walks past
Adjust chance values to compensate, for identical action rates
Combine lavacooling ABMs into one, return to chance = 1
Grass growth: add 'neighbors = "air"' to avoid
processing the thousands of underground dirt nodes
Grass death: Reduce action rate to that of grass growth
Fire: Use chance = 1 for flame extinguishing
and flame removal when mod is disabled
2016-02-14 05:22:20 +00:00
..
textures Optimize textures and model (use *.b3d instead *.x) 2015-02-28 22:33:19 +01:00
README.txt Rename to Minetest Game 2015-09-30 23:33:12 +01:00
api.lua Consolidate ABMs 2016-02-14 05:22:20 +00:00
depends.txt Add farming mod 2013-05-21 18:53:10 +02:00
hoes.lua Add reverse recipes for hoes 2015-02-28 22:05:07 +01:00
init.lua Apples give 2 HP instead of 1 HP, bread gives 5 HP instead of 4 HP 2015-05-14 17:33:10 +02:00
nodes.lua Fix is_ground_content settings for nodes 2015-06-18 02:25:02 +01:00

README.txt

Minetest Game mod: farming
==========================

License of source code:
-----------------------
Copyright (C) 2014 webdesigner97

            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. 

License of media (textures):
----------------------------
Created by PilzAdam (License: WTFPL):
  farming_bread.png
  farming_soil.png
  farming_soil_wet.png
  farming_soil_wet_side.png
  farming_string.png

Created by BlockMen (License: CC BY 3.0):
  farming_tool_diamondhoe.png
  farming_tool_mesehoe.png
  farming_tool_bronzehoe.png
  farming_tool_steelhoe.png
  farming_tool_stonehoe.png
  farming_tool_woodhoe.png

Created by MasterGollum (License: WTFPL):
  farming_straw.png

Created by Gambit (License: WTFPL):
  farming_wheat.png
  farming_wheat_*.png
  farming_cotton_*.png
  farming_flour.png
  farming_cotton_seed.png
  farming_wheat_seed.png