Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Sep 12, 2020
2 parents 6bf91fb + 8eda29d commit 5fa0265
Showing 1 changed file with 26 additions and 25 deletions.
51 changes: 26 additions & 25 deletions development/include-in-server-files/remove-client-mods.ps1
Original file line number Diff line number Diff line change
@@ -1,30 +1,31 @@
param(
[PSObject]
$CLIENT_MODS = @(
"AmbientSounds",
"AppleSkin",
"BetterAdvancements",
"ClientTweaks",
"CraftingTweaks",
"DefaultOptions",
"DefaultSettings",
"EnchantmentDescriptions",
"EquipmentTooltips",
"FpsReducer",
"invtweaks",
"JustEnoughResources",
"LLOverlayReloaded",
"MouseTweaks",
"nmdar_",
"Neat",
"overloadedarmorbar",
"ReAuth",
"StepUp",
"ToastControl",
"toughnessbar",
"Xaeros_Minimap",
"XaerosWorldMap",
"moreoverlays")
$CLIENT_MODS = @(
"AmbientSounds",
"AppleSkin",
"BetterAdvancements",
"ClientTweaks",
"CraftingTweaks",
"DefaultOptions",
"DefaultSettings",
"EnchantmentDescriptions",
"EquipmentTooltips",
"FpsReducer",
"invtweaks",
"JustEnoughResources",
"LLOverlayReloaded",
"MouseTweaks",
"nmdar_",
"Neat",
"overloadedarmorbar",
"ReAuth",
"StepUp",
"ToastControl",
"toughnessbar",
"Xaeros_Minimap",
"XaerosWorldMap",
"moreoverlays")
)

$ModFolder = "$PSScriptRoot/mods"

Expand Down

0 comments on commit 5fa0265

Please sign in to comment.