Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] [Easy Fix]: Multiblock components like hatches and controllers are a mismatched color compared to the rest of the casings. #602

Closed
Flyte-less opened this issue Aug 25, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Flyte-less
Copy link

Issue Summary

2024-08-25_15 42 50
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:
2024-08-25_15 44 02

Reproduction steps

  1. Build any valid GregTech multiblock that has at least a controller and input/output busses/hatches.
  2. Observe blue.

Relevant log output

No response

@Flyte-less Flyte-less added the bug Something isn't working label Aug 25, 2024
ThePansmith added a commit that referenced this issue Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant