diff --git a/data/json/itemgroups/Agriculture_Forage_Excavation/agriculture.json b/data/json/itemgroups/Agriculture_Forage_Excavation/agriculture.json index 13eaa977af0de..7bb739d606b28 100644 --- a/data/json/itemgroups/Agriculture_Forage_Excavation/agriculture.json +++ b/data/json/itemgroups/Agriculture_Forage_Excavation/agriculture.json @@ -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 ], diff --git a/data/json/itemgroups/Agriculture_Forage_Excavation/forage.json b/data/json/itemgroups/Agriculture_Forage_Excavation/forage.json index d8c7d099551f6..24b699394f93c 100644 --- a/data/json/itemgroups/Agriculture_Forage_Excavation/forage.json +++ b/data/json/itemgroups/Agriculture_Forage_Excavation/forage.json @@ -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 ] }, @@ -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 ] },