Skip to content

Commit

Permalink
fixed-niobium
Browse files Browse the repository at this point in the history
Former-commit-id: c162644 [formerly c47c522]
Former-commit-id: c162644
Former-commit-id: 6c6d1c7
  • Loading branch information
pyamods committed Dec 15, 2018
1 parent 5e668ef commit df80f6f
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions prototypes/buildings/carbon-filter-mk03.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ RECIPE {
{"carbon-filter-mk02", 1},
{"processing-unit", 5},
{"niobium-plate", 20},
{"niobium-pipe", 10},
{"pipe", 10},
{"electric-engine-unit", 1},
{"kevlar", 10}
},
results = {
{"carbon-filter-mk03", 1}
}
}
}:replace_ingredient("pipe", "niobium-pipe")

ITEM {
type = "item",
Expand Down
4 changes: 2 additions & 2 deletions prototypes/buildings/distilator-mk03.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ RECIPE {
{"steel-plate", 15},
{"niobium-plate", 20},
{"processing-unit", 5},
{"niobium-pipe", 15},
{"pipe", 15},
},
results = {
{"distilator-mk03", 1}
}
}
}:replace_ingredient("pipe", "niobium-pipe")

ITEM {
type = "item",
Expand Down
4 changes: 2 additions & 2 deletions prototypes/buildings/fawogae-plantation-mk03.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ RECIPE {
{"niobium-plate", 15},
{"processing-unit", 10},
{"treated-wood", 20}, --pyht fiberboard
{"niobium-pipe", 20},
{"pipe", 20},
},
results = {
{"fawogae-plantation-mk03", 1}
}
}
}:replace_ingredient("pipe", "niobium-pipe")

ITEM {
type = "item",
Expand Down
4 changes: 2 additions & 2 deletions prototypes/buildings/fluid-separator-mk04.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ RECIPE {
{"storage-tank", 1},
{"low-density-structure", 10},
{"nbfe-alloy", 5},
{"niobium-pipe", 15},
{"pipe", 15},
},
results = {
{"fluid-separator-mk04", 1}
}
}
}:replace_ingredient("pipe", "niobium-pipe")

ITEM {
type = "item",
Expand Down
4 changes: 2 additions & 2 deletions prototypes/buildings/hpf-mk03.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ RECIPE {
{"electric-engine-unit", 1},
{"kevlar", 10},
{"processing-unit", 5},
{"niobium-pipe", 10},
{"pipe", 10},
},
results = {
{"hpf-mk03", 1}
}
}
}:replace_ingredient("pipe", "niobium-pipe")

ITEM {
type = "item",
Expand Down
4 changes: 2 additions & 2 deletions prototypes/buildings/quenching-tower-mk03.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ RECIPE {
{"quenching-tower-mk02", 1},
{"electric-engine-unit", 4},
{"niobium-plate", 20},
{"niobium-pipe", 20},
{"pipe", 20},
{"processing-unit", 10}
},
results = {
{"quenching-tower-mk03", 1}
}
}
}:replace_ingredient("pipe", "niobium-pipe")

ITEM {
type = "item",
Expand Down
4 changes: 2 additions & 2 deletions prototypes/buildings/sand-extractor-mk03.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ RECIPE {
{"sand-extractor-mk02", 1},
{"processing-unit", 5},
{"niobium-plate", 20},
{"niobium-pipe", 10},
{"pipe", 10},
{"electric-engine-unit", 1},
{"kevlar", 10}
},
results = {
{"sand-extractor-mk03", 1}
}
}
}:replace_ingredient("pipe", "niobium-pipe")

ITEM {
type = "item",
Expand Down
4 changes: 2 additions & 2 deletions prototypes/buildings/solid-separator-mk03.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ RECIPE {
{"steel-plate", 15},
{"niobium-plate", 20},
{"processing-unit", 5},
{"niobium-pipe", 15},
{"pipe", 15},
},
results = {
{"solid-separator-mk03", 1}
}
}
}:replace_ingredient("pipe", "niobium-pipe")

ITEM {
type = "item",
Expand Down

0 comments on commit df80f6f

Please sign in to comment.