You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is caused by GTM trying to tint all machines a shade of blue and can be fixed by disabling it in the config.
Can be fixed by opening ./config/gtceu.yaml, navigating to this section:
# The default color to overlay onto machines.
# #FFFFFF is no coloring (default).
# #D2DCFF is the classic blue from GT5.
defaultPaintingColor: #D2DCFF
and changing the value defaultPaintingColor to #FFFFFF
Result:
Reproduction steps
Build any valid GregTech multiblock that has at least a controller and input/output busses/hatches.
Observe blue.
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
Issue Summary
This is caused by GTM trying to tint all machines a shade of blue and can be fixed by disabling it in the config.
Can be fixed by opening
./config/gtceu.yaml
, navigating to this section:and changing the value
defaultPaintingColor
to#FFFFFF
Result:
Reproduction steps
Relevant log output
No response
The text was updated successfully, but these errors were encountered: