This commit is contained in:
Modmuss50 2015-12-14 17:45:06 +00:00
parent d64928b4e4
commit 6df6dbfdf5
3 changed files with 4 additions and 2 deletions

View file

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

View file

@ -41,7 +41,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", "Galena"};
"Zinc", "Galena", "Olivine"};
private IIcon[] textures;