Skip to content

Commit

Permalink
byproduct for pepper seed recipes
Browse files Browse the repository at this point in the history
Added cut chili pepper as a byproduct of crafting chili pepper seeds
Added cut bell pepper as a byproduct of crafting bell pepper seeds
  • Loading branch information
FauxNight authored Dec 9, 2024
1 parent 7b67e86 commit eb7127b
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 eb7127b

Please sign in to comment.