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