package appearances // Hash search constants const ( // Maximum number of iterations to find an entry in hash table HashSearchMax = 20 ) // Client version constants for appearance compatibility const ( MinimumClientVersion = 0 DefaultClientVersion = 283 )