From bd4bf3aa9f99145fe5388007916784ccd85df2ea Mon Sep 17 00:00:00 2001 From: Amnet Date: Sun, 2 Jun 2013 20:17:53 +0200 Subject: [PATCH] Fixed the names of new ores. --- src/minecraft/biomesoplenty/items/ItemBOPAmethyst.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/minecraft/biomesoplenty/items/ItemBOPAmethyst.java b/src/minecraft/biomesoplenty/items/ItemBOPAmethyst.java index 327ec0dd9..4765b8eac 100644 --- a/src/minecraft/biomesoplenty/items/ItemBOPAmethyst.java +++ b/src/minecraft/biomesoplenty/items/ItemBOPAmethyst.java @@ -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) {