Added missing galena ore items

This commit is contained in:
Tntrololol 2015-05-07 17:29:01 -05:00
parent 87dcd49174
commit 111cd541b5
5 changed files with 5 additions and 5 deletions

View file

@ -14,7 +14,7 @@ public class ItemCrushedOre extends Item {
public static final String[] types = new String[]
{ "Aluminum", "Ardite", "Bauxite", "Cadmium", "Cinnabar", "Cobalt", "DarkIron",
"Indium", "Iridium", "Nickel", "Osmium", "Platinum",
"Pyrite", "Sphalerite", "Tetrahedrite", "Tungsten" };
"Pyrite", "Sphalerite", "Tetrahedrite", "Tungsten", "Galena" };
private IIcon[] textures;

View file

@ -26,7 +26,7 @@ public class ItemDustTiny extends ItemTR {
"Sapphire", "Silicon", "Silver", "Sodalite", "Spessartine", "Sphalerite",
"Steel", "Sulfur", "Tellurium", "Teslatite", "Tetrahedrite", "Tin",
"Titanium", "Tungsten", "Uvarovite", "Vinteum", "Voidstone", "YellowGarnet",
"Zinc" };
"Zinc", "Galena" };
private IIcon[] textures;

View file

@ -26,7 +26,7 @@ public class ItemDusts extends ItemTR {
"sapphire", "silicon", "silver", "sodalite", "spessartine", "sphalerite",
"steel", "sulfur", "tellurium", "teslatite", "tetrahedrite", "tin",
"titanium", "tungsten", "uvarovite", "vinteum", "voidstone", "yellowGarnet",
"zinc" };
"zinc", "galena" };
private IIcon[] textures;

View file

@ -26,7 +26,7 @@ public class ItemDustsSmall extends ItemTR {
"Sapphire", "Silicon", "Silver", "Sodalite", "Spessartine", "Sphalerite",
"Steel", "Sulfur", "Tellurium", "Teslatite", "Tetrahedrite", "Tin",
"Titanium", "Tungsten", "Uvarovite", "Vinteum", "Voidstone", "YellowGarnet",
"Zinc" };
"Zinc", "galena" };
private IIcon[] textures;

View file

@ -14,7 +14,7 @@ public class ItemPurifiedCrushedOre extends Item {
public static final String[] types = new String[]
{ "Aluminum", "Ardite", "Bauxite", "Cadmium", "Cinnabar", "Cobalt", "DarkIron",
"Indium", "Iridium", "Nickel", "Osmium", "Platinum", "Pyrite", "Sphalerite",
"Tetrahedrite", "Tungsten" };
"Tetrahedrite", "Tungsten", "Galena" };
private IIcon[] textures;