static void reloadPotionColors(Properties properties) {
Iterator temp = potions.iterator();
while (temp.hasNext()) {
Potion potion = (Potion)temp.next();
Colorizer.loadIntColor(potion.name, potion);
}
int[] temp1 = new int[] {waterBottleColor};
Colorizer.loadIntColor("potion.water", temp1, 0);