The mod crashes during initialization when running with Turkish locale (tr_TR). The crash occurs because Java's toLowerCase() method converts the letter "I" to "ı" (Turkish dotless i) instead of "i" ...