Found it!
/graphics/wires/copper/50-green-wire.png
need to be moved to /graphics/wires/green/50-green-wire.png
And change /prototypes/wire-tweaks.lua
@@ -70,13 +70,13 @@
end
if not (settings.startup['picker-wire-color-red'].value == 'default') then
- local wire = data.raw['utility-sprites']['default'].green_wire
+ local wire = data.raw['utility-sprites']['default'].red_wire
local shadow = data.raw['utility-sprites']['default'].wire_shadow
shadow.filename = '__PickerTweaks__/graphics/wires/transparent-wire-shadow.png'
shadow.hr_version = nil
if settings.startup['picker-wire-color-red'].value == 'yellow' then
- Item('green-wire', 'item').icon = '__PickerTweaks__/graphics/wires/red/icon-yellow-wire.png'
+ Item('red-wire', 'item').icon = '__PickerTweaks__/graphics/wires/red/icon-yellow-wire.png'
wire.filename = '__PickerTweaks__/graphics/wires/red/red-wire-y.png'
wire.hr_version.filename = '__PickerTweaks__/graphics/wires/red/hr-red-wire-y.png'
elseif settings.startup['picker-wire-color-red'].value == 'invisible' then