diff options
author | Auke Kok <sofar@foo-projects.org> | 2015-11-23 21:47:16 -0800 |
---|---|---|
committer | Auke Kok <sofar@foo-projects.org> | 2015-11-23 21:47:16 -0800 |
commit | 0ed89f31a3a5cc5ada21759a5b176fe66c1bd37b (patch) | |
tree | d63da21e86f8a2e9d4af2a83b639ca634cfdf2c9 /init.lua | |
parent | 9e48ec76775fa92028632f8cd3a8b6c1516332e7 (diff) |
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.
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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") |