swapped colors of nickel and platinum, so nickel more closely matches the tfc textures
This commit is contained in:
parent
a80ec277df
commit
908fb8112c
3 changed files with 4 additions and 0 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 332 B After Width: | Height: | Size: 360 B |
Binary file not shown.
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 332 B |
|
|
@ -292,6 +292,10 @@ const registerGTCEuMaterialModification = (event) => {
|
|||
GTMaterials.TungstenSteel.setMaterialSecondaryARGB(0x03192f)
|
||||
GTMaterials.RoseGold.setMaterialARGB(0xFCE4D8)
|
||||
GTMaterials.RoseGold.setMaterialSecondaryARGB(0xAB675A)
|
||||
GTMaterials.Platinum.setMaterialARGB(0xccdff5)
|
||||
GTMaterials.Platinum.setMaterialSecondaryARGB(0x59563a)
|
||||
GTMaterials.Nickel.setMaterialARGB(0xfff4ba)
|
||||
GTMaterials.Nickel.setMaterialSecondaryARGB(0x8d8d71)
|
||||
|
||||
|
||||
global.MINECRAFT_DYE_NAMES.forEach(colorName =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue