From eb7127b1c46302f9a9e379b8376f99c9993f42c7 Mon Sep 17 00:00:00 2001 From: FauxNight <166245728+FauxNight@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:10:27 -0600 Subject: [PATCH] byproduct for pepper seed recipes Added cut chili pepper as a byproduct of crafting chili pepper seeds Added cut bell pepper as a byproduct of crafting bell pepper seeds --- data/json/recipes/food/seed.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/json/recipes/food/seed.json b/data/json/recipes/food/seed.json index 441366ca6b366..45178aefbee53 100644 --- a/data/json/recipes/food/seed.json +++ b/data/json/recipes/food/seed.json @@ -237,6 +237,7 @@ "type": "recipe", "copy-from": "seed_extraction_cutting", "components": [ [ [ "chili_pepper", 1 ] ] ], + "byproducts": [ [ "chili_pepper_cut", 1 ] ], "charges": 2 }, { @@ -244,6 +245,7 @@ "type": "recipe", "copy-from": "seed_extraction_cutting", "components": [ [ [ "bell_pepper", 1 ] ] ], + "byproducts": [ [ "bell_pepper_cut", 1 ] ], "charges": 2 }, {