Skip to content

Commit

Permalink
DevAuth mod enabled!
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeronica committed Dec 10, 2023
1 parent 4f7ddbe commit 4ca15f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ minecraft {
workingDirectory project.file('run01')

// program arguments
args '--username', 'Player01'
property 'devauth.enabled', 'false'
//args '--username', 'Player01'
property 'devauth.enabled', "${project.devauth_enabled}"
property 'devauth.account', 'main'
}

Expand All @@ -119,8 +119,8 @@ minecraft {
workingDirectory project.file('run02')

// program arguments
args '--username', 'Player02'
property 'devauth.enabled', 'false'
//args '--username', 'Player02'
property 'devauth.enabled', "${project.devauth_enabled}"
property 'devauth.account', 'alt'
}

Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ configured=configured-457570:4462830
# 1.1.2
devauth_module=forge-latest
devauth_version=1.1.2
devauth_enabled=true

### Libraries
h2_version=2.0.206
Expand Down

0 comments on commit 4ca15f1

Please sign in to comment.