Added Tcon dusts/ingots

This commit is contained in:
Gig 2015-04-14 14:41:53 +01:00
parent b51a1d498c
commit 8191e1eaaa
4 changed files with 26 additions and 2 deletions

View file

@ -20,7 +20,7 @@ public class ItemDusts extends ItemTR
"Invar", "Iron", "Lazurite", "Lead", "Magnesium", "Marble", "Netherrack", "Nickel", "Obsidian",
"Olivine","Phosphor", "Platinum", "Pyrite", "Pyrope", "RedGarnet", "Redrock", "Ruby", "Saltpeter", "Sapphire",
"Silver", "Sodalite", "Spessartine", "Sphalerite", "Steel", "Sulfur", "Tin", "Titanium", "Tungsten", "Uranium",
"Uvarovite", "YellowGarnet", "Zinc"
"Uvarovite", "YellowGarnet", "Zinc", "Cobalt", "Ardite" , "Manyullyn" , "AlBrass", "Alumite"
};
private IIcon[] textures;

View file

@ -14,7 +14,8 @@ public class ItemIngots extends Item{
public static final String[] types = new String[]
{
"IridiumAlloy", "HotTungstenSteel", "TungstenSteel", "Iridium", "Silver", "Aluminium", "Titanium", "Chrome",
"Electrum","Tungsten", "Lead", "Zinc", "Brass", "Steel", "Platinum", "Nickel", "Invar",
"Electrum","Tungsten", "Lead", "Zinc", "Brass", "Steel", "Platinum", "Nickel", "Invar",
"Cobalt", "Ardite" , "Manyullyn" , "AlBrass", "Alumite"
};
private IIcon[] textures;