Frequently Asked Questions
Here you can find answers to the most common questions regarding Mio's features, configuration, and troubleshooting.
General & Configuration
Where can I find configs for Mio?
You can find pre-made configs and presets in the #cfg channel in our Discord server.
Is there an account/alt manager in Mio?
No. Mio does not have a built-in account manager, and it is unlikely that one will be added. We highly recommend using a third-party mod like In-Game Account Switcher instead.
How do I hide or unhide modules from the ModuleList?
To toggle a module's visibility on the HUD, type:
;drawn <module>
Customization
How do I change the image in Shader -> Image?
- Navigate to
.minecraft/mio-fabric/and create a folder namedtexturesif it does not exist. - Place your custom image inside this folder and name it
overlay.png. - Reload your resource packs by pressing F3 + T in-game, or type
;reloadcommand.
How can I use custom sounds?
- Create a folder with any name inside
.minecraft/mio-fabric/sounds/. - Place your
.oggsound files inside that folder.
Audio Sample Rate
When converting your custom sounds to .ogg, make sure to set the sample rate strictly to 44100 Hz to avoid potential playback or pitch issues.
How do I use AutoEZ (KillEffects) and SayChat (Notifications -> TotemPops)?
You can set up custom messages using external text files:
- AutoEZ: Create a text file in
.minecraft/mio-fabric/autoez/and type your messages (one per line). - Totem Pops: Create a text file directly in
.minecraft/mio-fabric/and type your messages.
Supported Placeholders
{name}— Replaced with the target player's name.{totems}— Replaced with the number of popped totems (TotemPops only).
Features & Modules
How do I add or remove blocks from Search or XRay?
To manage your block list, type:
;search/xray blocks <block>
The color of the output text in your chat will indicate the status:
- Green — Block successfully added.
- Red — Block successfully removed.
Using Aliases
You can add or remove multiple related blocks at once by using the following aliases:
bed, banner, door, slab, shulker, carpet, glass, and glass_pane.
How do I change the InventoryCleaner whitelist?
To add or remove items from the whitelist, type:
;inventorycleaner items <item>
How do I add items to AutoCraft?
To configure items for AutoCraft, type:
;autocraft Items <item>
Example for firework rockets: ;autocraft Items firework_rocket
How do I add filters to ChatFilter?
To block specific words or phrases, type:
;chatfilter add <id> <filter>
Warning
Do NOT use quotation marks when adding filters.
Examples:
;chatfilter add discord discord.gg— Blocks all messages containing "discord.gg".;chatfilter add spam > See you next time,— Blocks all messages containing "> See you next time,".
Troubleshooting & Performance
I get low FPS with Mio. Is there anything I can do?
- Make sure you have performance mods like Sodium and ImmediatelyFast installed.
- Ensure Minecraft is utilizing your dedicated GPU rather than an integrated one (such as Intel HD Graphics or Intel Iris Xe Graphics).
- If you need a step-by-step walkthrough, check out this tutorial video.
I updated to Minecraft 1.21+ and rotation modules (Aura, Scaffold) make me glitch on Grim servers.
Since Minecraft 1.21, silent rotations on Grim-protected servers are no longer possible. To fix this, you have two options:
- Enable
MovementSyncinside the AntiCheat module and change your Rotations setting toMotion. - Use ViaFabricPlus to set your client-side protocol version to 1.20.6 or below (provided the server allows connections from older versions).