Skip to content

9. Custom Machines: Machine Colors

HellFirePvP edited this page Aug 20, 2017 · 1 revision

In case orange totally doesn't fit the design of the machine you want to go for (so. like. 99% of the time), you can recolor the machine once the machine controller found the structure of said machine. It will then recolor casings or other blocks of ModularMachinery from orange to the color specified.

It can be specified in the machine specification at top level like this:

[...]
"registryname": "...",
"localizedname": "...",
"color": "dddddd",
"parts": [
[...]

The color specified is a hex color, ignoring the alpha channel. You can easily find the color you want with any hex color picker you prefer.