swapped colors of nickel and platinum, so nickel more closely matches the tfc textures

This commit is contained in:
Pyritie 2025-05-04 11:28:24 +01:00
parent a80ec277df
commit 908fb8112c
3 changed files with 4 additions and 0 deletions

View file

@ -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 =>