Home - Crynano/Mod-Configuration-Menu GitHub Wiki
Welcome to the Mod-Configuration-Menu wiki!
This mod is created and currently maintained by Crynano.
Introduction
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.
How to use
For more details for modders, check the Implementing MCM in your mod and Guide of Properties and Metadata