Skip to content

Commit

Permalink
remove buckwheat from foraging, add to seed group
Browse files Browse the repository at this point in the history
  • Loading branch information
NetSysFire committed Nov 16, 2024
1 parent 2d4306f commit afa36ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
[ "seed_cranberries", 60 ],
[ "seed_raspberries", 60 ],
[ "seed_wheat", 60 ],
[ "seed_buckwheat", 10 ],
[ "seed_barley", 60 ],
[ "seed_sugar_beet", 60 ],
[ "seed_lettuce", 60 ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
{ "group": "egg_reptile_forest", "prob": 5, "count": [ 2, 5 ] },
{ "item": "snail_garden", "prob": 10, "count": [ 1, 3 ] },
{ "item": "wild_herbs", "prob": 20, "count": 20 },
{ "item": "buckwheat", "prob": 5, "count": [ 2, 8 ] },
{ "item": "thyme", "prob": 5, "count": [ 1, 3 ] },
{ "item": "garlic", "prob": 1 },
{ "item": "seed_garlic", "prob": 4, "count": [ 1, 6 ] },
Expand All @@ -57,7 +56,6 @@
{ "item": "groundnut", "prob": 2, "count": [ 1, 9 ] },
{ "group": "forage_mushroom", "prob": 50 },
{ "item": "wild_herbs", "prob": 10, "count": 20 },
{ "item": "buckwheat", "prob": 15, "count": [ 4, 8 ] },
{ "item": "thyme", "prob": 5, "count": [ 1, 3 ] },
{ "item": "garlic", "prob": 1 },
{ "item": "snail_garden", "prob": 10, "count": [ 1, 3 ] },
Expand Down

0 comments on commit afa36ef

Please sign in to comment.