Mod User Profiles🔗
Overview🔗
User profiles allow users to create presets that define which mods are active and how they are configured.
Data Storage🔗
Note
You do not need to manually handle data saving. This is managed by the ModLoaderUserProfile API.
User profiles are stored in the user's directory in the mod_user_profiles.json
file.
File Structure🔗
Text Only | |
---|---|
Example mod_user_profiles.json
🔗
Quickstart🔗
Example Interface🔗
If you plan to use the profile and mod config features, we recommend integrating profile and config management directly into your game. This ensures a seamless experience for players when managing their mods.
A good starting point is the User Profile UI Mod, which you can use as a base to build your own implementation: