Bottleneck

by trold

A tool for locating input starved machines.

Utilities
3 years ago
0.13 - 1.1
219K

g picture index changed? (F 0.15.10 BN 0.7.0)

6 years ago

Hi,
i am in Factorio 0.15.10 and the light didnt match the used colors. i.e. on crafting is now "off" and red for "in crafting".

I checked your source and after changing the index of the colors in the control. lua (increased by 1) everything is fine again.

local LIGHT = {
off = 1,
green = 2,
red = 3,
yellow = 4,
blue = 5,
redx = 6,
yellowmin = 7,
offsmall = 8,
greensmall = 9,
redsmall = 10,
yellowsmall = 11,
bluesmall = 12,
redxsmall = 13,
yellowminsmall = 14,
}

Did u recognize that? is it just me or might it be a prob with another mod i am using?

New response