Swapped Tin and Copper ore for Tetrahedrite and Cassiterite
This commit is contained in:
parent
e01058fca6
commit
87dcd49174
3 changed files with 26 additions and 26 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue