-
-
Notifications
You must be signed in to change notification settings - Fork 882
Custom Build
Ramon Gonzalez Fernandez edited this page Feb 23, 2022
·
1 revision
In order to build your own version of MultiMC, you need to create your own token and include it in the sources.
This is done on the Azure portal through the following steps:
-
Open Azure Active Directory on the portal.
-
Add a new App Registration
-
Give it a name and set the supported account types to
Personal Microsoft accounts only
.- If you were not able to set the account type as
Personal Microsoft accounts only
, go to theManifest
tab and change the line starting with"signInAudience":
to"signInAudience": "PersonalMicrosoftAccount",
. (IfaccessTokenAcceptedVersion
is set to null, change it to2
)
- If you were not able to set the account type as
-
Go to the Authentication tab.
-
Enable
Live SDK support
andAllow public client flows
. -
Go to the overview tab.
-
Copy the Application ID into the secrets.cpp file
MSAClientID
variable. -
Rename the
notsecrets
folder tosecrets
. -
Build using the instructions.
Copyright © 2024 MultiMC Contributors
General
MultiMC Help
- MultiMC settings
- Minecraft settings
- MultiMC Log settings
- Java settings
- Using the right Java
- Proxy settings
- Tools
- Switching update channels
Logs and troubleshooting
Instance Help
- Adding an Instance
- Instance Version
- Instance settings
- Loader mods
- Import Instance
- Export Instance
- Creating Instance Shortcuts
- Resource packs
- Screenshots management
- Jar Modding
- Notes
Development
Technical & In-depth
External