From 0ed89f31a3a5cc5ada21759a5b176fe66c1bd37b Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Mon, 23 Nov 2015 21:47:16 -0800 Subject: Pumpkins! Since it's almost thanksgiving, here's some pumpkins, and as usual, with a twist. In itself the pumpkins behave like you expect - digging them yields a block, not slices. You can get seeds from a block, or cook a block into roast pumpkin, which is edible. The catch is that there's only one piece of food from a pumpkin so it's a lot of work. And if you want to expand your pumpkin farm, you'll have to water as otherwise the plants die and will not spawn more than 1 pumpkin if you're unlucky, so it's going to be difficult and labor intensive to grow a large pumpkin farm. So yeah, maybe just grow pumpkins once a year for some holiday cheer, like some countries do, and then back to taters, cuz they easy. --- init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 29c6828..a4f5f36 100644 --- a/init.lua +++ b/init.lua @@ -311,6 +311,7 @@ minetest.register_craft({ -- crop nodes, crafts, craftitems dofile(modpath .. "/melon.lua") +dofile(modpath .. "/pumpkin.lua") dofile(modpath .. "/corn.lua") dofile(modpath .. "/tomato.lua") dofile(modpath .. "/potato.lua") -- cgit v1.2.3