Skip to content

Commit

Permalink
fixed crafting loop
Browse files Browse the repository at this point in the history
  • Loading branch information
FauxNight authored Dec 10, 2024
1 parent cf0b2b9 commit cec30b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/recipes/food/dry.json
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@
"batch_time_factors": [ 67, 5 ],
"tools": [ [ [ "dehydrating_heat", 12, "LIST" ] ], [ [ "surface_heat", 2, "LIST" ] ] ],
"//": "I pretty much made up all the relating numbers, feel free to change them",
"components": [ [ [ "any_chili_pepper", 1, "LIST" ] ] ]
"components": [ [ [ "chili_pepper", 1 ], [ "chili_pepper_cut", 1 ] ] ]
},
{
"type": "recipe",
Expand All @@ -455,7 +455,7 @@
"batch_time_factors": [ 67, 5 ],
"tools": [ [ [ "dehydrating_heat", 12, "LIST" ] ] ],
"//": "I pretty much made up all the relating numbers, feel free to change them",
"components": [ [ [ "any_chili_pepper", 1, "LIST" ] ] ]
"components": [ [ [ "chili_pepper", 1 ], [ "chili_pepper_cut", 1 ] ] ]
},
{
"type": "recipe",
Expand Down

0 comments on commit cec30b8

Please sign in to comment.