HomeJavaModsQoMC
QoMC
ModsJava

QoMC

by AmberFrost · on Modrinth

Auto-generated config commands for mods using Kaleido Config. Free Minecraft Java mod for 26.1, 26.1.1, 26.1.2.

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 26.1–26.2 · Fabric⬇ Download for 1.21.11 · Fabric⬇ Download for 1.21.5–1.21.10 · Fabric⬇ Download for 1.21.2–1.21.4 · Fabric⬇ Download for 1.20–1.21.1 · Fabric⬇ Download for 1.19–1.19.4 · Fabric⬇ Download for 1.18.1–1.18.2 · Fabric⬇ Download for 26.1–26.1.2 · NeoForge⬇ Download for 1.21.1–1.21.4 · NeoForge⬇ Download for 1.21 · NeoForge⬇ Download for 1.20.1 · NeoForge⬇ Download for 1.20.1 · Forge
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

Qconf Over Minecraft Commands (QoMC)

preview
pull the lever, qomc!


QoMC automatically generates config commands for Minecraft mods utilizing Kaleido Config (JiJ-safe implementation of Quilt Config)

THE POISON CHOSEN ESPECIALLY FOR KALEIDO. KALEIDO'S POISON.

A number of mods utilize the config library Kaleido Config, which is convenient as it works on all loaders and minecraft versions.

Kaleido-based configurations generates .toml files in the game's config directory, but these can't be changed while the game is running.

McQoy solves this by auto-generating client-side configuration GUIs which allow you to edit the configs in-game.
This is good for singleplayer and client-side mods, but unhelpful for servers, or other situations where you need to see the before/after effect without going into the GUI. QoMC addresses this by generating config commands instead!

...RIGHT.

After installation, QoMC will detect mods making use of Kaleido on startup, and auto generate a command for them.

By default, the commands is generated as /<Mod ID>_config, e.g. /qomc_config.
For client-side config, they are generated as /<MOD ID>_config_client.

For mods with multiple config files, QoMC will split the commands by config, e.g. /qomc_config demo and /qomc_config main.

IN MY DEFENSE, YOUR POISONS ALL LOOK ALIKE

For devs, QoMC integration is implicit - just use Kaleido Config for configuration, and relevant commands will appear when QoMC is installed.
QoMC is a purely optional runtime dependency, so don't depend on QoMC in your buildscripts or mod metadata - only on modrinth / curseforge.

If you've implemented your own config commands, you can disable discovery of your configs using a metadata key:

In fabric.mod.json:

  "custom": {
    "qomc:hidden": true
  }

Or in neoforge.mods.toml:

  [modproperties.qomc]
  hidden=true

To make QoMC recognize a config as client-side, simply name your config as client.

HOW ABOUT DESSERT?

This project is licensed under the LGPL 3.0

QoMC takes direct inspiration from McQoy, its client-side GUI counterpart!

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more