Fixed the names of new ores.
This commit is contained in:
parent
451449dcd9
commit
bd4bf3aa9f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue