Make farming more flexible
authorwebdesigner97 <Christian_D_97@gmx.de>
Wed, 16 Apr 2014 21:44:58 +0000 (23:44 +0200)
committerBlockMen <nmuelll@web.de>
Sat, 5 Jul 2014 14:03:24 +0000 (16:03 +0200)
commit60ccb522d44c1a62b83fef886e1959d3898491fa
tree02bdcb24115dbbd812c52904b114ae8e1d6cc74a
parentd0aa09dd8d4d2298e52a123126afdba7d0134da3
Make farming more flexible

- API {farming.register_hoe(), farming.register_plant()}
- Fertilities -> Plant only grow on soil with a fitting fertility, e.g. Wheat only grows on grassland, while cotton grows in deserts and grassland)
- New soil: Desert Sand
- Place seeds instead of plants
mods/farming/API.txt [new file with mode: 0644]
mods/farming/README.txt
mods/farming/api.lua [new file with mode: 0644]
mods/farming/hoes.lua [new file with mode: 0644]
mods/farming/init.lua
mods/farming/nodes.lua [new file with mode: 0644]
mods/farming/textures/farming_cotton.png [new file with mode: 0644]
mods/farming/textures/farming_desert_sand_soil.png [new file with mode: 0644]
mods/farming/textures/farming_desert_sand_soil_wet.png [new file with mode: 0644]
mods/farming/textures/farming_desert_sand_soil_wet_side.png [new file with mode: 0644]
mods/farming/textures/farming_string.png [deleted file]