Added base Ic2 ores

This commit is contained in:
Gig 2015-04-17 12:47:10 +01:00
parent cad9b8cc56
commit b505eeaf30
5 changed files with 7 additions and 5 deletions

View file

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