Skip to content

Commit

Permalink
attempt to fix faction camp canteen recipes (#35945)
Browse files Browse the repository at this point in the history
add more smoking racks
  • Loading branch information
curstwist authored and kevingranade committed Dec 9, 2019
1 parent b1c187d commit 7f5da30
Showing 1 changed file with 15 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@
"construction_blueprint": "fbmk_canteen_fireplace",
"blueprint_name": "build 2 fireplaces",
"blueprint_requires": [ { "id": "fbmk_center" } ],
"blueprint_provides": [ { "id": "fbmk_canteen_fire" }, { "id": "trapping" }, { "id": "kitchen_recipes_1" } ],
"blueprint_provides": [
{ "id": "kitchen" },
{ "id": "kitchen_recipes_1" },
{ "id": "fbmk_canteen_fire" },
{ "id": "trapping" },
{ "id": "hunting" }
],
"blueprint_excludes": [ { "id": "fbmk_canteen_fire" } ],
"blueprint_resources": [ "fake_fireplace", "pot" ],
"blueprint_autocalc": true,
Expand All @@ -43,7 +49,13 @@
"construction_blueprint": "fbmk_canteen_stove",
"blueprint_name": "build 2 wood stoves",
"blueprint_requires": [ { "id": "fbmk_center" } ],
"blueprint_provides": [ { "id": "fbmk_canteen_fire" }, { "id": "trapping" }, { "id": "kitchen_recipes_1" } ],
"blueprint_provides": [
{ "id": "kitchen" },
{ "id": "kitchen_recipes_1" },
{ "id": "fbmk_canteen_fire" },
{ "id": "trapping" },
{ "id": "hunting" }
],
"blueprint_excludes": [ { "id": "fbmk_canteen_fire" } ],
"blueprint_resources": [ "fake_fireplace", "pot" ],
"blueprint_autocalc": true,
Expand Down Expand Up @@ -93,7 +105,7 @@
"blueprint_requires": [ { "id": "fbmk_canteen_fire" } ],
"blueprint_provides": [ { "id": "fbmk_canteen_smoking" }, { "id": "kitchen_recipes_2" } ],
"blueprint_excludes": [ { "id": "fbmk_canteen_smoking" } ],
"blueprint_resources": [ "fake_char_smoker", "fake_char_kiln" ],
"blueprint_resources": [ "fake_char_smoker", "fake_char_smoker", "fake_char_smoker", "fake_char_kiln" ],
"blueprint_autocalc": true
},
{
Expand Down

0 comments on commit 7f5da30

Please sign in to comment.