From 242a31b515cafb61085d056f9782eb31fa40e496 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 16 Jun 2025 17:40:22 +0100 Subject: [PATCH] tweaked zinc color, added new plated block color --- .../tfc/textures/block/metal/block/zinc.png | Bin 0 -> 309 bytes .../tfc/textures/block/metal/smooth/zinc.png | Bin 0 -> 313 bytes kubejs/startup_scripts/gtceu/materials.js | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 kubejs/assets/tfc/textures/block/metal/block/zinc.png create mode 100644 kubejs/assets/tfc/textures/block/metal/smooth/zinc.png diff --git a/kubejs/assets/tfc/textures/block/metal/block/zinc.png b/kubejs/assets/tfc/textures/block/metal/block/zinc.png new file mode 100644 index 0000000000000000000000000000000000000000..2cb121e5a7f4409c8fcd8d136b6b8c7ab910e3dc GIT binary patch literal 309 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_p-bo-U3d7QIU++U7AC3bfj*T%Wdd?Y6?^ZCoZLB@YX}Y%$5q2<&s1k5C&zJ&q4YS`rYY)F^obUGjvX9yAuS>JC7I8C#`0_fGG;X=~H7LHM@#MP?MKf*n zUwXT|`)$UHWb9imvv~E&t2JJkC$sFHzWuCS{oOV^c30DR;mak~3=9km Mp00i_>zopr03}m~tpET3 literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfc/textures/block/metal/smooth/zinc.png b/kubejs/assets/tfc/textures/block/metal/smooth/zinc.png new file mode 100644 index 0000000000000000000000000000000000000000..422b0e6b34efe8bcdc3c10445c49a9832414d6cc GIT binary patch literal 313 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_p-Lo-U3d7QMZb4Y^tj1YGwom@2>|cKL+Nf#1`o%{$1vMA~J-f~l?1I)$509=RJo z^Q6k2=M%DGmU+7{Fu1TVbXjcyjvbz?BE%&!Lc6nauEOEhi6QrK7o^5Af PU|{fc^>bP0l+XkKQABy~ literal 0 HcmV?d00001 diff --git a/kubejs/startup_scripts/gtceu/materials.js b/kubejs/startup_scripts/gtceu/materials.js index 089d4e92f..08433c05d 100644 --- a/kubejs/startup_scripts/gtceu/materials.js +++ b/kubejs/startup_scripts/gtceu/materials.js @@ -280,7 +280,7 @@ const registerGTCEuMaterialModification = (event) => { GTMaterials.IronMagnetic.setMaterialARGB(0x503d32) GTMaterials.IronMagnetic.setMaterialSecondaryARGB(0x131212) GTMaterials.Zinc.setMaterialARGB(0xd6ffdc) - GTMaterials.Zinc.setMaterialSecondaryARGB(0x213b3f) + GTMaterials.Zinc.setMaterialSecondaryARGB(0xA3BE9E) GTMaterials.Graphite.setMaterialARGB(0x889BA8) GTMaterials.Graphite.setMaterialSecondaryARGB(0x30383E) GTMaterials.Amethyst.setMaterialARGB(0xCC9EF0)