Automatic Train Painter


Automatically colors locomotives and wagons based on their contents.

Tweaks
11 months ago
0.17 - 1.1
79.6K
Trains

i remote interface to access the colors

11 months ago

hi,

your mod has a lovely color database, and it'd be nice if it was accessible from other mods, please add this snippet somewhere in your control.lua:

remote.add_interface("Automatic_Train_Painter", {
  colors = function() return colors end,
})

also please reach out to me on the factorio discord, might be able to help this project out a little more if there was a more stable line of communication.

New response