Skip to content

Commit

Permalink
changed to requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
FauxNight authored Dec 10, 2024
1 parent d1b9782 commit 2e9713c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/recipes/food/milling.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"batch_time_factors": [ 83, 3 ],
"charges": 50,
"tools": [ [ [ "surface_heat", 3, "LIST" ] ], [ [ "rock_quern", -1 ], [ "clay_quern", -1 ] ] ],
"components": [ [ [ "chili_pepper", 1 ], [ "chili_pepper_cut", 1 ] ] ]
"components": [ [ [ "any_chili_pepper", 1, "LIST" ] ] ]
},
{
"type": "recipe",
Expand Down Expand Up @@ -124,7 +124,7 @@
"charges": 50,
"batch_time_factors": [ 95, 10 ],
"tools": [ [ [ "food_processor", 10 ] ] ],
"components": [ [ [ "chili_pepper", 1 ], [ "chili_pepper_cut", 1 ] ] ]
"components": [ [ [ "any_chili_pepper", 1, "LIST" ] ] ]
},
{
"//": "For use by mills, so the only entries used are the charges and components.",
Expand Down

0 comments on commit 2e9713c

Please sign in to comment.