summaryrefslogtreecommitdiff
path: root/mapgen.lua
diff options
context:
space:
mode:
authortenplus1 <kinsellaja@yahoo.com>2015-04-19 12:42:12 +0100
committertenplus1 <kinsellaja@yahoo.com>2015-04-19 12:42:12 +0100
commit0b3952bd3d6226f780f70a0c840e01e6363b3ee3 (patch)
treec0c7ad699cce885e602f3514ed2ab0233f65e7f5 /mapgen.lua
parent5902909121aac07b8f79de1f5d8fafd4ce51befe (diff)
Added Green Beans and beanpoles to grow them with
Diffstat (limited to 'mapgen.lua')
-rw-r--r--mapgen.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/mapgen.lua b/mapgen.lua
index 77c4624..995d07c 100644
--- a/mapgen.lua
+++ b/mapgen.lua
@@ -35,6 +35,7 @@ function farming.register_mgv6_decorations()
register_plant("raspberry_4", 3, 10, "", -1)
register_plant("rhubarb_3", 3, 15, "group:tree", 1)
register_plant("blueberry_4", 3, 10, "", -1)
+ register_plant("beanbush", 18, 35, "", -1)
end
-- enable in mapgen v6 only