Skip to content

Commit

Permalink
Merge pull request CleverRaven#27314 from KorGgenT/offal-recipe-fix
Browse files Browse the repository at this point in the history
bugfix: cooked offal recipes now take fire
  • Loading branch information
Rivet-the-Zombie authored Dec 26, 2018
2 parents 0257aae + 81bc049 commit 2e74bdf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/json/recipes/food/offal_dishes.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,32 @@
"type": "recipe",
"copy-from": "brain_cooked",
"result": "lung_cooked",
"qualities": [ { "id": "COOK", "level": 1 } ],
"tools": [ [ [ "surface_heat", 100, "LIST" ] ] ],
"components": [ [ [ "lung", 1 ] ] ]
},
{
"type": "recipe",
"copy-from": "brain_cooked",
"result": "kidney_cooked",
"qualities": [ { "id": "COOK", "level": 1 } ],
"tools": [ [ [ "surface_heat", 100, "LIST" ] ] ],
"components": [ [ [ "kidney", 1 ] ] ]
},
{
"type": "recipe",
"copy-from": "brain_cooked",
"result": "sweetbread_cooked",
"qualities": [ { "id": "COOK", "level": 1 } ],
"tools": [ [ [ "surface_heat", 100, "LIST" ] ] ],
"components": [ [ [ "sweetbread", 1 ] ] ]
},
{
"type": "recipe",
"copy-from": "brain_cooked",
"result": "liver_cooked",
"qualities": [ { "id": "COOK", "level": 1 } ],
"tools": [ [ [ "surface_heat", 100, "LIST" ] ] ],
"components": [ [ [ "liver", 1 ] ] ]
},
{
Expand Down

0 comments on commit 2e74bdf

Please sign in to comment.