Skip to content

Commit

Permalink
Remove phantom bread recipes (#36275)
Browse files Browse the repository at this point in the history
  • Loading branch information
LaVeyanFiend authored and kevingranade committed Dec 20, 2019
1 parent 3b6a7bd commit 1ccb6a8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions data/mods/Aftershock/recipes/obsolete.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,24 @@
{
"type": "recipe",
"result": "afs_dough",
"obsolete": "true"
"obsolete": true
},
{
"type": "recipe",
"id_suffix": "afs_from_dough",
"result": "flatbread",
"obsolete": "true"
"obsolete": true
},
{
"type": "recipe",
"id_suffix": "afs_from_dough",
"result": "bread",
"obsolete": "true"
"obsolete": true
},
{
"type": "recipe",
"id_suffix": "afs_from_dough",
"result": "hardtack",
"obsolete": "true"
"obsolete": true
}
]

0 comments on commit 1ccb6a8

Please sign in to comment.