COI Client registers all of its controls under a dedicated “Circle of Imagination” category in Minecraft’s key bindings screen. This keeps mod controls clearly separated from vanilla Minecraft and other mods, making them easy to find and remap. You get six ability slot keys, one ability wheel key, one menu key, and — in development environments only — one debug key.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/ikeepcalm/coi-client/llms.txt
Use this file to discover all available pages before exploring further.
Default Key Bindings
| Key | Action | Description |
|---|---|---|
Z | Ability Slot 1 | Activates the ability bound to slot 1 |
X | Ability Slot 2 | Activates the ability bound to slot 2 |
C | Ability Slot 3 | Activates the ability bound to slot 3 |
V | Ability Slot 4 | Activates the ability bound to slot 4 |
B | Ability Slot 5 | Activates the ability bound to slot 5 |
N | Ability Slot 6 | Activates the ability bound to slot 6 |
G | Open Ability Wheel | Hold to display the radial ability wheel; release to close |
K | Open Ability Binding screen | Opens the screen for assigning abilities to slots and customizing the HUD |
F8 | Effect Debug screen (dev only) | Opens a screen to test and stop visual effects without a server |
Remapping Keys
All COI Client keybindings can be reassigned through the standard Minecraft controls screen — no config file editing required.Find the Circle of Imagination category
Scroll through the key binds list until you reach the Circle of Imagination section. All COI Client keys are grouped here — ability slots 1–6, the ability wheel, and the ability binding menu.
The F8 Effect Debug screen key is only registered when COI Client detects it is running inside a development environment (i.e., launched via
./gradlew runClient). It does not appear in the Key Binds screen and cannot be triggered during normal gameplay. This screen is intended for mod developers to test and iterate on visual effects locally without needing a live server connection.