Automatic Train Painter


Automatically colors locomotives and wagons based on their contents.

Tweaks
5 days ago
0.17 - 2.0
95.8K
Trains

g Interface for other mods?

2 years ago
(updated 2 years 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