1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-07-01 15:50:46 +02:00

Add lettuce and blackberries with recipes (thanks OgelGames)

This commit is contained in:
tenplus1
2020-12-10 15:37:44 +00:00
parent 0e108c4b2a
commit 45b5a073e0
21 changed files with 201 additions and 2 deletions

View File

@ -50,6 +50,8 @@ register_plant("beetroot_5", 1, 15, nil, "", -1, farming.beetroot)
register_plant("mint_4", 1, 75, {"default:dirt_with_grass",
"default:dirt_with_coniferous_litter"}, "group:water", 1, farming.mint)
register_plant("cabbage_6", 2, 10, nil, "", -1, farming.cabbage)
register_plant("lettuce_5", 5, 30, nil, "", -1, farming.lettuce)
register_plant("blackberry_4", 3, 10, nil, "", -1, farming.blackberry)
if minetest.get_mapgen_setting("mg_name") == "v6" then