@SuppressWarnings("unchecked")
public static void addEmeraldSellRecipe(EntityVillager villager, MerchantRecipeList list, Random random, Item item, float chance, int min, int max)
{
if (min > 0 && max > 0)
{
EntityVillager.blacksmithSellingList.put(item, new Tuple(min, max));
}
EntityVillager.func_146089_b(list, item, random, chance);
}