diff options
author | tenplus1 <kinsellaja@yahoo.com> | 2015-04-19 12:42:12 +0100 |
---|---|---|
committer | tenplus1 <kinsellaja@yahoo.com> | 2015-04-19 12:42:12 +0100 |
commit | 0b3952bd3d6226f780f70a0c840e01e6363b3ee3 (patch) | |
tree | c0c7ad699cce885e602f3514ed2ab0233f65e7f5 /mapgen.lua | |
parent | 5902909121aac07b8f79de1f5d8fafd4ce51befe (diff) |
Added Green Beans and beanpoles to grow them with
Diffstat (limited to 'mapgen.lua')
-rw-r--r-- | mapgen.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |