Skip to content

Commit 5b33b78

Browse files
authored
Fix #82472 Vegan Butter has no calories (#82526)
1 parent 4fef3bf commit 5b33b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/json/recipes/food/vegetable_dishes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1410,7 +1410,7 @@
14101410
{ "proficiency": "prof_forage_cooking" }
14111411
],
14121412
"tools": [ [ [ "surface_heat", 20, "LIST" ] ], [ [ "bag_canvas", -1 ], [ "pillowcase", -1 ], [ "sheet", -1 ] ] ],
1413-
"components": [ [ [ "water", 10 ], [ "water_clean", 10 ] ], [ [ "butternut", 20 ] ] ]
1413+
"components": [ [ [ "water", 10 ], [ "water_clean", 10 ] ], [ [ "butternut_shelled", 20 ] ] ]
14141414
},
14151415
{
14161416
"type": "recipe",

0 commit comments

Comments
 (0)