unlocks on mine entity

This commit is contained in:
Brevven 2024-12-03 02:32:43 -08:00
parent a2163f7e0f
commit 4bc8dce911

View file

@ -67,21 +67,7 @@ data:extend({
recipe = "big-titanium-plate", recipe = "big-titanium-plate",
} or nil, } or nil,
}, },
unit = research_trigger = {type="mine-entity", entity="titanium-ore"},
{
count = 75,
ingredients = (mods["Pre0-17-60Oil"] and
{
{"automation-science-pack", 1},
{"logistic-science-pack", 1}
} or
{
{"automation-science-pack", 1},
{"logistic-science-pack", 1},
{"chemical-science-pack", 1}
}),
time = 30
},
prerequisites = {"lubricant"}, prerequisites = {"lubricant"},
order = "b-b" order = "b-b"
}, },