Added missing ingots and fixed capitalization
Added ingots for antimony, battery alloy, red alloy, blue alloy, cadmium, cupronickel, indium, kanthal, lodestone, magnalium, nichrome, and tellurium.
This commit is contained in:
parent
46a10b8cc7
commit
6884f4ff1c
1 changed files with 5 additions and 4 deletions
|
@ -12,10 +12,11 @@ import techreborn.client.TechRebornCreativeTabMisc;
|
|||
|
||||
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", "cobalt",
|
||||
"ardite", "manyullyn", "alBrass", "alumite" };
|
||||
{ "aluminum", "antimony", "batteryAlloy", "redAlloy" "blueAlloy", "brass",
|
||||
"cadmium", "chrome", "cupronickel", "electrum", "indium",
|
||||
"invar", "iridium", "kanthal", "lodestone", "magnalium", "nichrome", "nickel",
|
||||
"osmium", "platinum", "steel", "tellurium", "titanium",
|
||||
"tungsten", "hotTungstensteel", "tungstensteel", "zinc" };
|
||||
|
||||
private IIcon[] textures;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue