Skip to content

Commit

Permalink
fix: sausage casing production fix (#4558)
Browse files Browse the repository at this point in the history
* fix: sausage casing production fix

* Update meat.json

* Update other.json
  • Loading branch information
VissValdyr committed Apr 29, 2024
1 parent e7ca39d commit 52dc527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/json/recipes/food/meat.json
Original file line number Diff line number Diff line change
Expand Up @@ -2562,7 +2562,7 @@
"autolearn": [ [ "cooking", 5 ] ],
"//": "Charcuterie: The Craft of Salting, Smoking, and Curing would be a good book for someone to use for further meat products recipes.",
"book_learn": [ [ "survival_book", 3 ], [ "family_cookbook", 3 ], [ "offalcooking", 2 ] ],
"qualities": [ { "id": "COOK", "level": 2 }, { "id": "CUT_FINE", "level": 1 } ],
"qualities": [ { "id": "COOK", "level": 2 }, { "id": "CUT", "level": 1 } ],
"tools": [ [ [ "funnel", -1 ] ] ],
"components": [ [ [ "stomach", 1 ], [ "stomach_large", 1 ] ], [ [ "salt", 20 ] ], [ [ "water", 2 ], [ "water_clean", 2 ] ] ]
},
Expand Down
2 changes: 1 addition & 1 deletion data/json/recipes/food/other.json
Original file line number Diff line number Diff line change
Expand Up @@ -2174,7 +2174,7 @@
"charges": 20,
"autolearn": [ [ "cooking", 5 ], [ "fabrication", 2 ] ],
"book_learn": [ [ "survival_book", 3 ], [ "family_cookbook", 3 ], [ "offalcooking", 2 ], [ "cookbook_foodfashions", 3 ] ],
"qualities": [ { "id": "COOK", "level": 2 }, { "id": "CUT_FINE", "level": 1 } ],
"qualities": [ { "id": "CUT", "level": 1 } ],
"tools": [ [ [ "surface_heat", 5, "LIST" ] ] ],
"components": [ [ [ "bag_plastic", 1 ] ] ]
}
Expand Down

0 comments on commit 52dc527

Please sign in to comment.