Provides an enhanced CJK(Chinese, Japanese, Korean) IME input experience in Minecraft.
Provides an enhanced CJK(Chinese, Japanese, Korean) IME input experience in Minecraft.
Currently, caramelChat uses CocoaInput-lib. It must be the same as the OS compatibility of CocoaInput.
| OS | Compatibility |
|---|---|
| Windows (x86_64) | 🟢 Compatible |
| Windows (arm64) | 🔴 Incompatible |
| macOS (Intel) | 🟢 Compatible |
| macOS (Apple Silicon) | 🟢 Compatible |
| Linux X11 (x86_64) | 🟡 Incompatible in some cases |
| Linux X11 (arm64) | 🔴 Incompatible |
| Linux Wayland (x86_64) | 🟡 Incompatible in some cases |
| Linux Wayland (arm64) | 🔴 Incompatible |
Below is the ModLoader compatibility.
| Platform | Support |
|---|---|
| Fabric / Quilt | 🟢 Compatible |
| Forge | 🟢 Compatible |
| NeoForge | 🟢 Compatible |
If you are using macOS Sonoma or later versions, you may experience the following issue:
Most of the causes are due to the Input Tooltip added in Sonoma. However, Apple has not provided an API to disable it.
You can disable the Input Tooltip system-wide through the following guide.
Open the Terminal and enter the following command:
sudo mkdir -p /Library/Preferences/FeatureFlags/Domain
sudo /usr/libexec/PlistBuddy -c "Add 'redesigned_text_cursor:Enabled' bool false" /Library/Preferences/FeatureFlags/Domain/UIKit.plist
And then, reboot your Macintosh. This will return you to the input environment from before Sonoma.
Conversation