Added Tcon dusts/ingots
This commit is contained in:
parent
b51a1d498c
commit
8191e1eaaa
4 changed files with 26 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue