Skip to content

Commit

Permalink
Added invtweaks to the remove client mod list
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Apr 6, 2020
1 parent 9ce7534 commit 26c9ddb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
44 changes: 22 additions & 22 deletions development/include-in-server-files/remove-client-mods.ps1
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
param(
[PSObject]
$ClientMods = @(
"AppleSkin",
"BetterAdvancements",
"ClientTweaks",
"CraftingTweaks",
"DefaultOptions",
"DefaultSettings",
"EnchantmentDescriptions",
"EquipmentTooltips",
"FpsReducer",
"JustEnoughResources",
"LLOverlayReloaded",
"MouseTweaks",
"nmdar_",
"Neat",
"overloadedarmorbar",
"ReAuth",
"ToastControl",
"toughnessbar",
"Xaeros_Minimap",
"XaerosWorldMap")
)
$CLIENT_MODS = @(
"AppleSkin",
"BetterAdvancements",
"ClientTweaks",
"CraftingTweaks",
"DefaultOptions",
"DefaultSettings",
"EnchantmentDescriptions",
"EquipmentTooltips",
"FpsReducer",
"invtweaks",
"JustEnoughResources",
"LLOverlayReloaded",
"MouseTweaks",
"nmdar_",
"Neat",
"overloadedarmorbar",
"ReAuth",
"ToastControl",
"toughnessbar",
"Xaeros_Minimap",
"XaerosWorldMap")

$ModFolder = "$PSScriptRoot/mods"

Expand Down
1 change: 1 addition & 0 deletions settings.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ $CLIENT_MODS = @(
"EnchantmentDescriptions",
"EquipmentTooltips",
"FpsReducer",
"invtweaks",
"JustEnoughResources",
"LLOverlayReloaded",
"MouseTweaks",
Expand Down

0 comments on commit 26c9ddb

Please sign in to comment.