You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While this is a simple setup, I think it would make sense for NeoGradle, and potentially other loaders too, to include DevLogin as a feature for their client run configs.
Of course this would have to be a opt-in feature, having it enabled by default wouldn't make much sense IMO.
I am thinking of adding a super simple boolean flag (authed true) to client configs, which when enabled
sets the main class to net.covers1624.devlogin.DevLogin
sets the program arg --launch_target to cpw.mods.bootstraplauncher.BootstrapLauncher
and tells DevLogin to use the default auth profile via --launch_profile default
There should also be an optional property users can specify to set the profile that DevLogin will use. This will allow users to authenticate their clients with multiple accounts.
Maybe something like authProfile <profile> (if set also sets authed true)
The text was updated successfully, but these errors were encountered:
ApexModder
changed the title
Add DevLogin support to client run configs
[Feature Request] Add DevLogin support to client run configs
Jan 9, 2024
DevLogin allows users to authenticate their clients using Mojangs services at startup.
Adding DevLogin to any NeoForge mod involves the following steps currently.
While this is a simple setup, I think it would make sense for NeoGradle, and potentially other loaders too, to include DevLogin as a feature for their client run configs.
Of course this would have to be a opt-in feature, having it enabled by default wouldn't make much sense IMO.
I am thinking of adding a super simple boolean flag (
authed true
) to client configs, which when enablednet.covers1624.devlogin.DevLogin
--launch_target
tocpw.mods.bootstraplauncher.BootstrapLauncher
default
auth profile via--launch_profile default
There should also be an optional property users can specify to set the profile that DevLogin will use. This will allow users to authenticate their clients with multiple accounts.
Maybe something like
authProfile <profile>
(if set also setsauthed true
)The text was updated successfully, but these errors were encountered: