From a9f22f70b1128077a18b6e3274336251b9cdf79c Mon Sep 17 00:00:00 2001 From: Relgar <84274761+Relgar@users.noreply.github.com> Date: Wed, 14 Jun 2023 03:51:47 +1000 Subject: [PATCH] Update seeds.json (#2961) Allow creation of cabbage seeds from cabbages --- data/json/recipes/food/seeds.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/json/recipes/food/seeds.json b/data/json/recipes/food/seeds.json index 78963ca3e01a..227366954df3 100644 --- a/data/json/recipes/food/seeds.json +++ b/data/json/recipes/food/seeds.json @@ -526,5 +526,17 @@ "qualities": [ { "id": "CUT", "level": 1 } ], "components": [ [ [ "sugar_beet", 1 ] ] ], "flags": [ "ALLOW_ROTTEN" ] + }, + { + "result": "seed_cabbage", + "type": "recipe", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_SEEDS", + "skill_used": "survival", + "difficulty": 2, + "time": "5 m", + "autolearn": true, + "components": [ [ [ "cabbage", 1 ] ] ], + "flags": [ "ALLOW_ROTTEN" ] } ]