
Turkish Locale Fixer
Many mods and the Minecraft Forge platform itself encounter issues when operating in the Turkish locale. The main reason is that they expect standard conversion of A-Z letters between upper and lower case, for example i↔I. However, in the Turkish locale this works differently: i↔İ and ı↔I.
This small mod performs one simple task when the game starts: if it detects a Turkish locale, it automatically switches it to English.
This solution helps eliminate numerous errors related to mods that use toLowerCase and toUpperCase methods without specifying a particular locale, especially on computers with Turkish locale settings. Installing this mod does not affect gameplay or language settings - it is created solely to prevent specific crashes and failures.