Fixed the names of new ores.

This commit is contained in:
Amnet 2013-06-02 20:17:53 +02:00
parent 451449dcd9
commit bd4bf3aa9f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import net.minecraft.item.ItemStack;
public class ItemBOPAmethyst extends ItemBlock
{
private static final String[] types = new String[] {"amethystOre", "amethystBlock"};
private static final String[] types = new String[] {"amethystore", "amethystblock", "rubyore", "rubyblock", "peridotore", "peridotblock", "topazore", "topazblock", "tanzaniteore", "tanzaniteblock", "apatiteore", "apatiteblock"};
public ItemBOPAmethyst(int par1)
{