Skip to content

Commit

Permalink
Update recipe_food.json
Browse files Browse the repository at this point in the history
Linting
  • Loading branch information
Maleclypse committed Dec 15, 2019
1 parent 3b68544 commit 9a34243
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion data/json/recipes/recipe_food.json
Original file line number Diff line number Diff line change
Expand Up @@ -6071,7 +6071,12 @@
"batch_time_factors": [ 80, 4 ],
"qualities": [ { "id": "COOK", "level": 2 } ],
"tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ],
"components": [ [ [ "water", 16 ], [ "water_clean", 16 ] ], [ [ "sweet_fruit", 12, "LIST" ] ], [ [ "sugar", 120 ] ], [ [ "jar_3l_glass", 1 ] ] ]
"components": [
[ [ "water", 16 ], [ "water_clean", 16 ] ],
[ [ "sweet_fruit", 12, "LIST" ] ],
[ [ "sugar", 120 ] ],
[ [ "jar_3l_glass", 1 ] ]
]
},
{
"type": "recipe",
Expand Down

0 comments on commit 9a34243

Please sign in to comment.