1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-06-30 07:11:13 +02:00

added beetroot and beetroot soup

This commit is contained in:
TenPlus1
2018-04-30 13:28:33 +01:00
parent 206910a477
commit 82104e68a7
12 changed files with 90 additions and 0 deletions

View File

@ -41,6 +41,7 @@ register_plant("grapebush", 25, 45, nil, "", -1, farming.grapes)
register_plant("onion_5", 5, 22, nil, "", -1, farming.onion)
register_plant("garlic_5", 3, 30, nil, "group:tree", 1, farming.garlic)
register_plant("pea_5", 25, 50, nil, "", -1, farming.peas)
register_plant("beetroot_5", 1, 15, nil, "", -1, farming.beetroot)
if minetest.get_mapgen_setting("mg_name") == "v6" then