Automatic Train Painter


Automatically colors locomotives and wagons based on their contents.

Tweaks
11 months ago
0.17 - 1.1
79.6K
Trains

g Interface for other mods?

1 year, 8 months ago
(updated 1 year, 8 months ago)

For example, I am writing a mod. And make several new items.
How can I tell your mod about their colors?

I seek something like:

if remote.interfaces["Automatic_Train_Painter"] then
   remote.call("Automatic_Train_Painter", "set_color", my_mod_id, my_item_name, {r, g, b})
end

New response