Missed a few
This commit is contained in:
parent
77f761f1a6
commit
9aff74fddc
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ import techreborn.client.TechRebornCreativeTabMisc;
|
|||
|
||||
public class ItemGems extends Item {
|
||||
public static final String[] types = new String[]
|
||||
{ "ruby", "sapphire", "peridot", "RedGarnet",
|
||||
"YellowGarnet" };
|
||||
{ "ruby", "sapphire", "peridot", "redGarnet",
|
||||
"rellowGarnet" };
|
||||
|
||||
private IIcon[] textures;
|
||||
|
||||
|
|
Loading…
Reference in a new issue