1
0
mirror of https://codeberg.org/tenplus1/bonemeal.git synced 2025-07-12 05:10:29 +02:00

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

@ -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