From d459c60d6dea8c851b9254a187ad9d6b66b4e963 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Tue, 13 Sep 2022 12:24:23 +0100 Subject: [PATCH] added farming's asparagus, spinach, eggplant --- README.md | 1 + mods.lua | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e5d85cf..15d427b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/mods.lua b/mods.lua index bd516db..8ac12ac 100644 --- a/mods.lua +++ b/mods.lua @@ -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