Skip to content

Commit

Permalink
Removed advanced circuits from recipes of early game use
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielv123 committed Jan 13, 2017
1 parent bb909ce commit 2038bbb
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ function MakeLogisticEntity(entity, name, pictureFilename, pictureTablePath, ico
ingredients =
{
{"steel-chest", 1},
{"electronic-circuit", 3},
{"advanced-circuit", 1}
{"electronic-circuit", 50}
},
result = name,
requester_paste_multiplier = 4
Expand Down Expand Up @@ -207,8 +206,7 @@ data:extend{
ingredients =
{
{"decider-combinator", 1},
{"electronic-circuit", 3},
{"advanced-circuit", 1}
{"electronic-circuit", 50}
},
result = TX_COMBINATOR_NAME,
requester_paste_multiplier = 1
Expand Down Expand Up @@ -270,8 +268,7 @@ data:extend{
ingredients =
{
{"constant-combinator", 1},
{"electronic-circuit", 3},
{"advanced-circuit", 1}
{"electronic-circuit", 50}
},
result = INV_COMBINATOR_NAME,
requester_paste_multiplier = 1
Expand Down

0 comments on commit 2038bbb

Please sign in to comment.