Remove pumpjack technology

This commit is contained in:
Simon Brodtmann 2025-11-02 18:04:21 +01:00
parent 75d607652d
commit 720fba8be7

View file

@ -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",