@@ -16,15 +16,15 @@ function BetterInserters_addTechnology(thisName,thisIcon,thisPrerequisites,thisC
16
16
17
17
obj .unit .count = thisCount
18
18
if thisIngredients == 1 then
19
- obj .unit .ingredients = {{" science-pack-1 " , 1 }}
19
+ obj .unit .ingredients = {{" automation- science-pack" , 1 }}
20
20
elseif thisIngredients == 2 then
21
- obj .unit .ingredients = {{" science-pack-1 " , 1 },{" science-pack-2 " , 1 }}
21
+ obj .unit .ingredients = {{" automation- science-pack" , 1 },{" logistic- science-pack" , 1 }}
22
22
elseif thisIngredients == 3 then
23
- obj .unit .ingredients = {{" science-pack-1 " , 1 },{" science-pack-2 " , 1 },{" science-pack-3 " , 1 }}
23
+ obj .unit .ingredients = {{" automation- science-pack" , 1 },{" logistic- science-pack" , 1 },{" chemical- science-pack" , 1 }}
24
24
elseif thisIngredients == 4 then
25
- obj .unit .ingredients = {{" science-pack-1 " , 1 },{" science-pack-2 " , 1 },{" science-pack-3 " , 1 },{" production-science-pack" , 1 }}
25
+ obj .unit .ingredients = {{" automation- science-pack" , 1 },{" logistic- science-pack" , 1 },{" chemical- science-pack" , 1 },{" production-science-pack" , 1 }}
26
26
elseif thisIngredients == 5 then
27
- obj .unit .ingredients = {{" science-pack-1 " , 1 },{" science-pack-2 " , 1 },{" science-pack-3 " , 1 },{" production-science-pack" , 1 },{" high-tech -science-pack" , 1 }}
27
+ obj .unit .ingredients = {{" automation- science-pack" , 1 },{" logistic- science-pack" , 1 },{" chemical- science-pack" , 1 },{" production-science-pack" , 1 },{" utility -science-pack" , 1 }}
28
28
end
29
29
obj .unit .time = thisTime
30
30
obj .order = thisOrder
0 commit comments