Fixed yellow garnet misspelling.

This commit is contained in:
Tntrololol 2015-05-04 13:31:31 -05:00
parent 37b5aa73ba
commit a303ddad62

View file

@ -13,7 +13,7 @@ import techreborn.client.TechRebornCreativeTabMisc;
public class ItemGems extends Item {
public static final String[] types = new String[]
{ "ruby", "sapphire", "peridot", "redGarnet",
"rellowGarnet" };
"yellowGarnet" };
private IIcon[] textures;