Replaced olivine with peridot

This commit is contained in:
Tntrololol 2015-05-03 23:28:28 -05:00
parent 859ebc047e
commit 46a10b8cc7

View file

@ -12,7 +12,7 @@ import techreborn.client.TechRebornCreativeTabMisc;
public class ItemGems extends Item {
public static final String[] types = new String[]
{ "Ruby", "Sapphire", "GreenSapphire", "Olivine", "RedGarnet",
{ "ruby", "sapphire", "peridot", "RedGarnet",
"YellowGarnet" };
private IIcon[] textures;