swapped colors of nickel and platinum, so nickel more closely matches the tfc textures
This commit is contained in:
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 =>
|
||||
|
||||
Reference in New Issue
Block a user