From 81931eb536333d61c89233cb1a98112285e72846 Mon Sep 17 00:00:00 2001 From: Anuken Date: Sun, 19 Aug 2018 10:30:12 -0400 Subject: [PATCH] Removed unnecessary tungsten references --- core/src/io/anuke/mindustry/content/Items.java | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/core/src/io/anuke/mindustry/content/Items.java b/core/src/io/anuke/mindustry/content/Items.java index e3e7735047..b2216ec587 100644 --- a/core/src/io/anuke/mindustry/content/Items.java +++ b/core/src/io/anuke/mindustry/content/Items.java @@ -8,12 +8,12 @@ import io.anuke.mindustry.type.Item; import io.anuke.mindustry.type.ItemType; public class Items implements ContentList{ - public static Item stone, aluminum, lead, coal, carbide, titanium, thorium, silicon, plastanium, phasematter, surgealloy, + public static Item stone, copper, lead, coal, titanium, thorium, silicon, plastanium, phasematter, surgealloy, biomatter, sand, blastCompound, pyratite; @Override public void load(){ - aluminum = new Item("aluminum", Color.valueOf("8e85a2")){{ + copper = new Item("copper", Color.valueOf("8e85a2")){{ type = ItemType.material; hardness = 1; cost = 0.6f; @@ -31,10 +31,6 @@ public class Items implements ContentList{ hardness = 2; }}; - carbide = new Item("carbide", Color.valueOf("e2e2e2")){{ - type = ItemType.material; - }}; - titanium = new Item("titanium", Color.valueOf("8da1e3")){{ type = ItemType.material; hardness = 3;