Skip to content

Commit

Permalink
Update settings.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Jul 14, 2020
1 parent 652fb08 commit 0676f7e
Showing 1 changed file with 3 additions and 25 deletions.
28 changes: 3 additions & 25 deletions settings.ps1
Original file line number Diff line number Diff line change
@@ -1,29 +1,7 @@
# Settings for the ModpackUploader
# For details/help see: https://github.com/NillerMedDild/ModpackUploader

$CLIENT_MODS = @(
"AppleSkin",
"BetterAdvancements",
"ClientTweaks",
"CraftingTweaks",
"DefaultOptions",
"DefaultSettings",
"EnchantmentDescriptions",
"EquipmentTooltips",
"FpsReducer",
"invtweaks",
"JustEnoughResources",
"LLOverlayReloaded",
"MouseTweaks",
"nmdar_",
"Neat",
"overloadedarmorbar",
"ReAuth",
"StepUp",
"ToastControl",
"toughnessbar",
"Xaeros_Minimap",
"XaerosWorldMap")
$CLIENT_MODS = @()


# =====================================================================//
Expand All @@ -40,10 +18,10 @@ $CURSEFORGE_PROJECT_ID = 389471
# =====================================================================//

# Default: "1.0.0"
$MODPACK_VERSION = "0.1.3"
$MODPACK_VERSION = "0.1.4"

# Only used by the Changelog Generator
$LAST_MODPACK_VERSION = "0.1.2"
$LAST_MODPACK_VERSION = "0.1.3"

$FORGE_VERSION = 32.0.62

Expand Down

0 comments on commit 0676f7e

Please sign in to comment.