Remove pumpjack technology
This commit is contained in:
parent
75d607652d
commit
720fba8be7
1 changed files with 0 additions and 31 deletions
|
|
@ -101,37 +101,6 @@ data:extend({
|
||||||
} or nil,
|
} or nil,
|
||||||
})
|
})
|
||||||
|
|
||||||
if mods["aai-industry"] and not data.raw.technology["pumpjack"] then
|
|
||||||
data:extend({
|
|
||||||
{
|
|
||||||
type = "technology",
|
|
||||||
name = "pumpjack",
|
|
||||||
icons = {
|
|
||||||
{ icon = data.raw.technology["oil-processing"].icon, icon_size=data.raw.technology["oil-processing"].icon_size },
|
|
||||||
},
|
|
||||||
effects =
|
|
||||||
{
|
|
||||||
{
|
|
||||||
type = "unlock-recipe",
|
|
||||||
recipe = "pumpjack",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
unit =
|
|
||||||
{
|
|
||||||
count = 25,
|
|
||||||
ingredients =
|
|
||||||
{
|
|
||||||
{"automation-science-pack", 1},
|
|
||||||
{"logistic-science-pack", 1}
|
|
||||||
},
|
|
||||||
time = 30,
|
|
||||||
},
|
|
||||||
prerequisites = {"fluid-handling"},
|
|
||||||
order = "b-b",
|
|
||||||
},
|
|
||||||
})
|
|
||||||
end
|
|
||||||
|
|
||||||
data:extend({
|
data:extend({
|
||||||
{
|
{
|
||||||
type = "recipe",
|
type = "recipe",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue