Added missing galena ore items
This commit is contained in:
parent
87dcd49174
commit
111cd541b5
5 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue