Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
chore: enhance devauth integration
Browse files Browse the repository at this point in the history
  • Loading branch information
DevScyu committed Oct 11, 2022
1 parent 716945d commit ec88608
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .devauth/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
microsoft_accounts.json
8 changes: 8 additions & 0 deletions .devauth/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
defaultEnabled = true
defaultAccount = "main"

[accounts.main]
type = "microsoft"

[accounts.alt]
type = "microsoft"
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ minecraft {
client {
workingDirectory project.file('run')

property("devauth.configDir", project.file(".devauth").absolutePath)

property 'forge.logging.markers', 'SCAN,REGISTRIES,REGISTRYDUMP'
property 'forge.logging.console.level', 'debug'

Expand Down

0 comments on commit ec88608

Please sign in to comment.