forked from mtcontrib/bonemeal
added farming's asparagus, spinach, eggplant
This commit is contained in:
parent
1f4c1a1fd7
commit
d459c60d6d
|
@ -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
|
||||
|
|
5
mods.lua
5
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user