Skip to content

Commit

Permalink
Merge pull request CleverRaven#78449 from FauxNight/pepperseeds
Browse files Browse the repository at this point in the history
Add cut pepper byproduct to bell pepper & chili pepper seeds recipes
  • Loading branch information
Night-Pryanik authored Dec 10, 2024
2 parents 9a07e2b + eb7127b commit c5c8fa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/json/recipes/food/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,13 +237,15 @@
"type": "recipe",
"copy-from": "seed_extraction_cutting",
"components": [ [ [ "chili_pepper", 1 ] ] ],
"byproducts": [ [ "chili_pepper_cut", 1 ] ],
"charges": 2
},
{
"result": "seed_bell_pepper",
"type": "recipe",
"copy-from": "seed_extraction_cutting",
"components": [ [ [ "bell_pepper", 1 ] ] ],
"byproducts": [ [ "bell_pepper_cut", 1 ] ],
"charges": 2
},
{
Expand Down

0 comments on commit c5c8fa6

Please sign in to comment.