
McQoy
Dependencyless* config screens! An in-game editor for Kaleido-based configs - with no setup required.
Обновлён 29 марта 2026 г. · опубликован 13 июня 2025 г.
QCONF OVER YACL (MCQOY)

For servers, use QoMC.
McQoy is a simple mod that automatically generates YACL (or Cloth) configuration screens for mods using Kaleido.
IT SEEMS I'VE MISSED YOU
Some mods use Kaleido to provide a .toml configuration - like our own Surveyor, or Crunchy Crunchy, or PicoHUD.
The files look nice, but you can't edit them in-game. With McQoy, you can! Just drop the mod in and you're set.
I DON'T NEED A DOCTOR, I AM A DOCTOR
To set this up for your own mod, check out Kaleido#usage - any loader and version, doesn't matter, it's universal.
When setting the config up, just make sure to specify your folder or filename as your mod ID, so McQoy can find it.

Then, on any McQoy-compatible version, installing McQoy will add screens! No setup, and no hard dependency.
For player visibility, you can also set McQoy as an optional dependency on Modrinth. (Or required, I'm not a cop.)
IF I'M NOT CAREFUL, I'LL END UP TALKING TO MYSELF
Oh, right - a little background and credit is due:
ALL I GOT LEFT IS MY BONES
Quilt Config isn't built on quilt, or even minecraft - It's a pure-java configuration library.
That means it works on every loader, and every version of minecraft, with no changes required.
The API is even designed for mods like McQoy to utilize - with fancy annotation-based metadata. Thanks qconf!
I'M NOT A MAGICIAN, SPOCK
Kaleido is just a wrapper for Quilt Config that shadows the library to avoid path conflicts with Quilt Loader.
With quilt seemingly being sunset, we'll be sure to follow the maintainers if they decide to fork it (hi ix!)
FASCINATING
All mods are built on the work of many others.
This project is based on Quilt Config - and exists only because it's a genuinely great pure-java config library.
Special thanks to ix0rai and cassiancc for providing helpful code snippets and having good ideas to begin with.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 0.4.1+fabric-26.1 | Релиз | 26.1, 26.1.1, 26.1.2 | fabric | 29 марта 2026 г. | .jar (304 КБ) |
| 0.4.1+neo-1.21 | Релиз | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | neoforge | 24 декабря 2025 г. | .jar (303 КБ) |
| 0.4.1+forge-1.20 | Релиз | 1.20.1 | forge, neoforge | 24 декабря 2025 г. | .jar (304 КБ) |
| 0.4.1+fabric-1.20 | Релиз | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | fabric | 24 декабря 2025 г. | .jar (304 КБ) |
| 0.4.0-cloth+forge-1.19 | Релиз | 1.19.2 | forge | 24 декабря 2025 г. | .jar (331 КБ) |
| 0.4.0-cloth+forge-1.18 | Релиз | 1.18.2 | forge | 24 декабря 2025 г. | .jar (331 КБ) |
| 0.4.0-cloth+forge-1.16 | Релиз | 1.16.5 | forge | 24 декабря 2025 г. | .jar (331 КБ) |
| 0.4.0-cloth+fabric-1.16 | Релиз | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | fabric | 24 декабря 2025 г. | .jar (292 КБ) |
| 0.4.0+neo-1.21 | Релиз | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | neoforge | 24 декабря 2025 г. | .jar (303 КБ) |
| 0.4.0+forge-1.20 | Релиз | 1.20.1 | forge, neoforge | 24 декабря 2025 г. | .jar (304 КБ) |
| 0.4.0+fabric-1.20 | Релиз | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | fabric | 24 декабря 2025 г. | .jar (304 КБ) |
| 0.3.3+neo-1.21 | Релиз | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | neoforge | 27 июня 2025 г. | .jar (298 КБ) |
| 0.3.3+forge-1.20 | Релиз | 1.20.1 | forge, neoforge | 27 июня 2025 г. | .jar (298 КБ) |
| 0.3.3-cloth+forge-1.19 | Релиз | 1.19.2 | forge | 27 июня 2025 г. | .jar (328 КБ) |
| 0.3.3-cloth+forge-1.18 | Релиз | 1.18.2 | forge | 27 июня 2025 г. | .jar (328 КБ) |
Показаны последние 15 из 26 версий. Все версии — на Modrinth.
Ченджлог
0.4.1+fabric-26.1Релиз26.1, 26.1.1, 26.1.2 · 29 марта 2026 г.
0.4.1+neo-1.21Релиз1.21.9, 1.21.10, 1.21.11 · 24 декабря 2025 г.
0.4.1+forge-1.20Релиз1.20.1 · 24 декабря 2025 г.
0.4.1+fabric-1.20Релиз1.21.9, 1.21.10, 1.21.11 · 24 декабря 2025 г.
0.4.0-cloth+forge-1.19Релиз1.19.2 · 24 декабря 2025 г.
Changes:
- Support
@Matchesannotations on string fields - won't save if constraints fail. - Support color fields via
@Matches("#[0-9A-Fa-f]{6}")and@Matches("#[0-9A-Fa-f]{8}"). - Color fields work in lists and maps.
Changelog: https://github.com/sisby-folk/mcqoy/releases/tag/v0.4.0
0.4.0-cloth+forge-1.18Релиз1.18.2 · 24 декабря 2025 г.
Changes:
- Support
@Matchesannotations on string fields - won't save if constraints fail. - Support color fields via
@Matches("#[0-9A-Fa-f]{6}")and@Matches("#[0-9A-Fa-f]{8}"). - Color fields work in lists and maps.
Changelog: https://github.com/sisby-folk/mcqoy/releases/tag/v0.4.0
0.4.0-cloth+forge-1.16Релиз1.16.5 · 24 декабря 2025 г.
Changes:
- Support
@Matchesannotations on string fields - won't save if constraints fail. - Support color fields via
@Matches("#[0-9A-Fa-f]{6}")and@Matches("#[0-9A-Fa-f]{8}"). - Color fields work in lists and maps.
Changelog: https://github.com/sisby-folk/mcqoy/releases/tag/v0.4.0
0.4.0-cloth+fabric-1.16Релиз1.21.9, 1.21.10, 1.21.11 · 24 декабря 2025 г.
Changes:
- Support
@Matchesannotations on string fields - won't save if constraints fail. - Support color fields via
@Matches("#[0-9A-Fa-f]{6}")and@Matches("#[0-9A-Fa-f]{8}"). - Color fields work in lists and maps.
Changelog: https://github.com/sisby-folk/mcqoy/releases/tag/v0.4.0
Полная история изменений — на Modrinth.
Комментарии
Загружаем…


