mirror of
https://github.com/minetest/minetest_game.git
synced 2025-07-13 19:30:19 +02:00
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
This commit is contained in:
@ -3,7 +3,7 @@ Minetest 0.4 mod: farming
|
||||
|
||||
License of source code:
|
||||
-----------------------
|
||||
Copyright (C) 2012-2013 PilzAdam
|
||||
Copyright (C) 2014 webdesigner97
|
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||
Version 2, December 2004
|
||||
|
Reference in New Issue
Block a user