ContingameIME
An unofficial continuation of the IngameIME project that enables text input methods in Minecraft's full-screen mode.
Work Demonstration
Windowed Mode

Full-Screen Mode

Hotkey Management
- Single press of the hotkey switches between temporary input mode and closed state
- Double press of the hotkey activates open mode
- Temporary input mode automatically switches to closed state when mouse moves or after input confirmation
Required Dependencies
For Forge
- Kotlin for Forge
- Cloth Config API (Forge)
- Architectury API (Forge)
For Fabric
- Fabric Language Kotlin
- Cloth Config API (Fabric)
- Architectury API (Fabric)
- Satin API (optional, conflicts with Optifine)
Technical Requirements
The mod requires VCRuntime141 library to function, which can be downloaded from Microsoft's official website.
Code References
The mod is based on the following projects:
- Windmill-City/IngameIME-Minecraft (LGPL-2.1)
- Wybxc/IngameIME-Minecraft (LGPL-2.1)