Checked for existing issues
Tested latest version
GregTech CEu Version
v7.5.3
Minecraft Version
1.20.1 Forge
Recipe Viewer Installed
None
Environment
Singleplayer
Cross-Mod Interaction
No
Other Installed Mods
Source code issue
Expected Behavior
Expected a 6-Hex digit number for colour
Actual Behavior
On line #35, Aluminium has .secondaryColor(0x756ac9c)
The first 6 digits are a deep purple, but the latter 6 give it the traditional cyan colour seen in-game.
Steps to Reproduce
- Open `/src/main/java/com/gregtechceu/gtceu/common/data/materials/ElementMaterials.Java
- Line 35
- Go on with your day because this bug is entirely inconsequential and fixing it won't affect anything.
Additional Information
The only reason I'm making this bug report is because I can't do a compilation check and pull request. I know that it'll compile (it's only changing 1 number), but I can't technically prove it, so I just have to make an issue.
Checked for existing issues
Tested latest version
GregTech CEu Version
v7.5.3
Minecraft Version
1.20.1 Forge
Recipe Viewer Installed
None
Environment
Singleplayer
Cross-Mod Interaction
No
Other Installed Mods
Source code issue
Expected Behavior
Expected a 6-Hex digit number for colour
Actual Behavior
On line #35, Aluminium has
.secondaryColor(0x756ac9c)The first 6 digits are a deep purple, but the latter 6 give it the traditional cyan colour seen in-game.
Steps to Reproduce
Additional Information
The only reason I'm making this bug report is because I can't do a compilation check and pull request. I know that it'll compile (it's only changing 1 number), but I can't technically prove it, so I just have to make an issue.