851852853854855856857858859860
public static boolean hasSpecialComparison(IAEItemStack willAdd) { if ( willAdd == null ) return false; IAETagCompound tag = willAdd.getTagCompound(); if ( tag != null && tag.getSpecialComparison() != null ) return true; return false; }