From 25f37fbd0d92ca4960d97cf7fcaab155cfa5f789 Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Fri, 10 Apr 2015 11:08:27 -0700 Subject: Corn. Corn plants are 2 blocks high, and yield corn cobs. These can be cooked to corn-on-the-cob, or processed to make corn seed (corn kernels, basically). Digging a mature plant yields the corn cob. A harvested corn plant "wilts", and needs to be dug away to make the land usable, or can be left as ornamental 2-block plant. Digging either top or bottom block works in all cases, although I need to verify that I've covered every block combo. --- init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 8f3ed2c..faf4ad3 100644 --- a/init.lua +++ b/init.lua @@ -11,5 +11,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") minetest.log("action", "[crops] loaded.") -- cgit v1.2.3