[Bug] Client Crashing when Rendering Berries
Client crashing with an ArrayIndexOutOfBoundsException when rendering berries in inventory. This is due to damage values being clamped to FRUIT_TYPES.length when finding the icon to load, which allows values 1 higher than the highest index of the array. I'll submit a fix for this soon.