Added base Ic2 ores
This commit is contained in:
parent
cad9b8cc56
commit
b505eeaf30
5 changed files with 7 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue