Skip to content

Commit

Permalink
fix: correct sub-category for hard cheese recipe (#4259)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt committed Feb 27, 2024
1 parent 5326323 commit 0b5331a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/recipes/food/other.json
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@
"type": "recipe",
"result": "cheese_hard",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_MEAT",
"subcategory": "CSC_FOOD_OTHER",
"skill_used": "cooking",
"difficulty": 4,
"time": "40 m",
Expand Down

0 comments on commit 0b5331a

Please sign in to comment.