Swapped Tin and Copper ore for Tetrahedrite and Cassiterite

This commit is contained in:
Tntrololol 2015-05-07 17:18:11 -05:00
parent e01058fca6
commit 87dcd49174
3 changed files with 26 additions and 26 deletions

View file

@ -20,8 +20,8 @@ public class BlockOre extends Block {
public static final String[] types = new String[]
{ "Galena", "Iridium", "Ruby", "Sapphire", "Bauxite", "Pyrite", "Cinnabar",
"Sphalerite", "Tungston", "Sheldonite", "Olivine", "Sodalite",
"Copper", "Tin", "Lead", "Silver" };
"Sphalerite", "Tungston", "Sheldonite", "Peridot", "Sodalite",
"Tetrahedrite", "Cassiterite", "Lead", "Silver" };
private IIcon[] textures;