Skip to content

Commit

Permalink
Update settings.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Aug 14, 2022
1 parent 58b8cc2 commit 8538bcf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions settings.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ $CLIENT_RELEASE_TYPE = "beta"
# DEPENDENCIES
#=====================================================================//

# File name of the latest https://github.com/TheRandomLabs/ChangelogGenerator/releases
$CHANGELOG_GENERATOR_JAR = "ModListCreator-4.0.0-fatjar.jar"
# File name of the latest https://github.com/ModdingX/ModListCreator/releases
$CHANGELOG_GENERATOR_JAR = "ModListCreator-4.0.1-fatjar.jar"

# File name of the latest https://github.com/MelanX/ModListCreator/releases
$MODLIST_CREATOR_JAR = "ModListCreator-4.0.0-fatjar.jar"
# File name of the latest https://github.com/ModdingX/ModListCreator/releases
$MODLIST_CREATOR_JAR = "ModListCreator-4.0.1-fatjar.jar"

#=====================================================================//
# CLIENT FILE SETTINGS
Expand Down

0 comments on commit 8538bcf

Please sign in to comment.