Fixed spelling mistake
This commit is contained in:
parent
e59e954c55
commit
ef0afe7269
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ public class ItemRods extends Item {
|
||||||
public static final String[] types = new String[]
|
public static final String[] types = new String[]
|
||||||
{ "brass", "bronze", "copper", "electrum", "gold", "invar",
|
{ "brass", "bronze", "copper", "electrum", "gold", "invar",
|
||||||
"iridium", "iron", "lead", "nickel", "platinum",
|
"iridium", "iron", "lead", "nickel", "platinum",
|
||||||
"silver", "steel", "tin", "titanium", "tungsten" };
|
"silver", "steel", "tin", "titanium", "tungstensteel" };
|
||||||
|
|
||||||
private IIcon[] textures;
|
private IIcon[] textures;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue