Skip to content

Commit

Permalink
Update settings.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Jun 4, 2023
1 parent 914e70a commit 45f934d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions automation/settings.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ $MODPACK_NAME = "Enigmatica9"
$CLIENT_NAME = "Enigmatica9"

# Version Of The Modpack
$MODPACK_VERSION = "1.7.1"
$MODPACK_VERSION = "1.7.2"

# Last Version Of The Modpack
# Needed For Changelog Parsing
$LAST_MODPACK_VERSION = "1.7.0"
$LAST_MODPACK_VERSION = "1.7.1"

# =====================================================================//
# CHANGELOG SETTINGS
Expand Down Expand Up @@ -79,8 +79,7 @@ $MODLIST_CREATOR_JAR = "ModListCreator-4.0.3-fatjar.jar"

$CLIENT_FILE_AUTHOR = "EnigmaticaModpacks"

$FOLDERS_TO_INCLUDE_IN_CLIENT_FILES = @("building_gadgets_patterns",
"config",
$FOLDERS_TO_INCLUDE_IN_CLIENT_FILES = @("config",
"defaultconfigs",
"kubejs",
"local",
Expand Down

0 comments on commit 45f934d

Please sign in to comment.