Skip to content

Korea-Minecraft-Forum/CocoaInput

 
 

Repository files navigation

CocoaInput

Support IME - Input Method Editor(Japanese, Chinese, Korean) in Minecraft on Multi-platforms(macOS, Windows, X11).

Compiling

  1. Clone git repository
git clone https://github.com/Korea-Minecraft-Forum/CocoaInput.git
cd CocoaInput
  1. Compile Mod
    Type below command. Forge mod will be located in "forge/build/libs". Fabric mod will be located in "fabric/build/libs".
./gradlew build

Installing

CocoaInput official binaries has been distributed on CurseForge. Get jar from above URL or trying "Compiling" task. Place it in your mods directory.

CocoaInput requires MinecraftForge or Fabric.

Troubleshooting (macOS 14.0+)

If you are using macOS Sonoma or later versions, you may experience the following issue:

  • Some characters are skipped when typing very quickly.
  • The client crashes when a system key is pressed (e.g., input source switch).

Most of the causes are due to the Input Tooltip added in Sonoma. However, Apple has not provided an API to disable it.

macOS Sonoma Indicator

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.

License

Minecraft Mod Public License Japanese Translation