Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
changed color of platinum back to yellow
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Oct 31, 2023
1 parent b5b7211 commit ffacde1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public class GTCoreMaterials {
public static Material Rhenium = AntimatterAPI.register(Material.class, new Material(GTCore.ID, "rhenium", 0x61615f, SHINY, Re));
public static Material Osmium = AntimatterAPI.register(Material.class, new Material(GTCore.ID, "osmium", 0x3232ff, METALLIC, Os));
public static Material Iridium = AntimatterAPI.register(Material.class, new Material(GTCore.ID, "iridium", 0xf0f0f5, DULL, Ir));
public static Material Platinum = AntimatterAPI.register(Material.class, new Material(GTCore.ID, "platinum", 0x64b4fa, SHINY, Pt));
public static Material Platinum = AntimatterAPI.register(Material.class, new Material(GTCore.ID, "platinum", 0xffffc8, SHINY, Pt));
public static Material Mercury = AntimatterAPI.register(Material.class, new Material(GTCore.ID, "mercury", 0xffdcdc, SHINY, Hg));
public static Material Thallium = AntimatterAPI.register(Material.class, new Material(GTCore.ID, "thallium", 0xB6B6D2, SHINY, Tl));
public static Material Lead = AntimatterAPI.register(Material.class, new Material(GTCore.ID, "lead", 0x8c648c, DULL, Pb));
Expand Down

0 comments on commit ffacde1

Please sign in to comment.