-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Crynano edited this page Jun 15, 2025
·
2 revisions
This mod is created and currently maintained by Crynano.
The Quasimorph Mod Config Menu provides an API to automatically build UI for your mod configuration.
It has native controls, support for many variables, custom types and automatic handling of .ini config files.
For users, it's an improvement on quality of life, allowing to edit values with easy-to-understand UI. No requirements of paths, config files, formatting or anything else.
For modders, it provides a streamlined way of third-partying UI and data-validation, while having a say in how data is stored, which format will use and when it's updated into your mod.
For more details for modders, check the Implementing MCM in your mod and Guide of Properties and Metadata