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

[Suggestion] Allow changing a material's color via CT #1691

Open
Charnuz opened this issue Jul 8, 2021 · 2 comments
Open

[Suggestion] Allow changing a material's color via CT #1691

Charnuz opened this issue Jul 8, 2021 · 2 comments
Labels
type: feature New feature or request

Comments

@Charnuz
Copy link

Charnuz commented Jul 8, 2021

Is your feature request related to a problem? Please describe.
I need to change the color of existing materials to match items added by other mods. This would also let users fix something like #1561 on their own.

Additional context
Did compile with this change and it seems work just fine,

@Charnuz Charnuz added the type: feature New feature or request label Jul 8, 2021
@warjort
Copy link
Contributor

warjort commented Jul 8, 2021

Did compile with this change and it seems work just fine,

What change are you referring to?
This is already possible. "color" is a mutable material property
https://docs.blamejared.com/1.12/en/Mods/GregTechCE/Material/

@warjort
Copy link
Contributor

warjort commented Jul 8, 2021

What change are you referring to?

I see, the field is final in the actual code.

    @ZenProperty("color")
    public final int materialRGB;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants