diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-03-21 10:51:12 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-03-21 10:51:12 +0000 |
commit | 719e3b1d74e6b7bc7933b4645ff7d2cb426c9f0c (patch) | |
tree | 981f4b6a90e1ae99a68ef8daf168e82f873e2e76 /mapgen.lua | |
parent | 3dd1c5280ebb104822512ee32f52ffac971be9da (diff) |
Added Peas, Bowl, Pea Soup
Diffstat (limited to 'mapgen.lua')
-rw-r--r-- | mapgen.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ register_plant("beanbush", 18, 35, "", -1, farming.beans) register_plant("grapebush", 25, 45, "", -1, farming.grapes) register_plant("onion_5", 5, 22, "", -1, farming.onion) register_plant("garlic_5", 3, 30, "group:tree", 1, farming.garlic) +register_plant("pea_5", 25, 50, "", -1, farming.peas) if minetest.get_mapgen_setting("mg_name") == "v6" then |