diff options
author | Auke Kok <auke-jan.h.kok@intel.com> | 2015-04-11 17:36:59 -0700 |
---|---|---|
committer | Auke Kok <auke-jan.h.kok@intel.com> | 2015-04-11 17:36:59 -0700 |
commit | 54ce1777f0f6b7b1a9a12a4c3813c6915bdd1653 (patch) | |
tree | ff17430e6e008adfcbf6a4e9fdd327ac2c323aa4 /init.lua | |
parent | 076bf8e0313f6b3eb47bc9ae0f6b7971f7851a4f (diff) |
Tomatoes.
Tomatoes appear to work simple enough, until you harvest them
the first time: The plant stays! However, after the 3rd to 5th
harvest, the plant wilts and needs to be removed, since no more
tomatoes will grow on the plant. Per harvest you can get 1-2
tomatoes only. You can craft the tomatoes to tomato seeds, as
expected.
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,5 +12,6 @@ of the license, or (at your option) any later version. dofile(minetest.get_modpath(minetest.get_current_modname()) .. "/melon.lua") dofile(minetest.get_modpath(minetest.get_current_modname()) .. "/corn.lua") +dofile(minetest.get_modpath(minetest.get_current_modname()) .. "/tomato.lua") minetest.log("action", "[crops] loaded.") |