Removed item text color as it is used only to denote rare items.

This commit is contained in:
Tntrololol 2015-05-08 21:37:38 -05:00
parent 77634fafd3
commit b5b2ea64fb
12 changed files with 2 additions and 77 deletions

View file

@ -74,10 +74,4 @@ public class ItemIngots extends Item {
}
}
@Override
public EnumRarity getRarity(ItemStack itemstack)
{
return EnumRarity.uncommon;
}
}