Skip to content

Commit

Permalink
Plank stalks now cook properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
7erracotta committed Jan 25, 2024
1 parent 57f074e commit 935148a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions data/json/recipes/recipe_food.json
Original file line number Diff line number Diff line change
Expand Up @@ -1931,8 +1931,10 @@
"activity_level": "LIGHT_EXERCISE",
"result": "cooked_burdock_stalk",
"copy-from": "cooked_cattail_stalk",
"components": [ [ [ "plant_stalk", 1 ] ] ]
},
"components": [ [ [ "plant_stalk", 1 ] ] ],
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 1 } ],
"tools": [ [ [ "surface_heat", 2, "LIST" ] ] ]
}
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
Expand Down

0 comments on commit 935148a

Please sign in to comment.