added farming's asparagus, spinach, eggplant

This commit is contained in:
tenplus1 2022-09-13 12:24:23 +01:00
parent 1f4c1a1fd7
commit d459c60d6d
2 changed files with 5 additions and 1 deletions

View File

@ -34,5 +34,6 @@ Changelog:
- 1.2 - Added support for minetest 5.0 cactus seedling, blueberry bush sapling and emergent jungle tree saplings, additional flowers and pine bush sapling.
- 1.3 - Ability to craft dye from mulch, bonemeal and fertiliser (thanks orbea)
- 1.4 - Add support for fern saplings from plantlife mod (thanks nixnoxus)
- 1.5 - Add support for farming redo's asparagus, eggplant, spinach
Lucky Blocks: 6

View File

@ -46,7 +46,10 @@ if farming and farming.mod and farming.mod == "redo" then
{"farming:soy_", 7},
{"farming:artichoke_", 5},
{"farming:parsley_", 3},
{"farming:sunflower_", 8}
{"farming:sunflower_", 8},
{"farming:asparagus_", 5},
{"farming:eggplant_", 4},
{"farming:spinach_", 4}
})
end