mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-10 23:28:52 +07:00
Removed unnecessary tungsten references
This commit is contained in:
parent
b872252771
commit
81931eb536
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user