Add new mod patterns to ClientOnlyJarLikePatterns in sync-mods-from-client.ps1 for improved client-server mod synchronization.
This commit is contained in:
@@ -11,7 +11,9 @@ param(
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
# Дополняй при установке новых клиентских модов.
|
||||
# xaeroworldmap — часто оставляют на сервере (данные карты); minimap — только клиент.
|
||||
$ClientOnlyJarLikePatterns = @(
|
||||
'AmbientSounds*'
|
||||
'BadOptimizations-*'
|
||||
'BetterF3-*'
|
||||
'BHMenu-*'
|
||||
@@ -20,32 +22,38 @@ $ClientOnlyJarLikePatterns = @(
|
||||
'Controlling-*'
|
||||
'defaultoptions-*'
|
||||
'dynamic-fps-*'
|
||||
'enchdesc-*'
|
||||
'enhancedbossbars-*'
|
||||
'entity_model_features_*'
|
||||
'entity_texture_features_*'
|
||||
'entityculling-*'
|
||||
'EuphoriaPatcher-*'
|
||||
'fast-ip-ping-*'
|
||||
'fastpaintings-*'
|
||||
'fancymenu_*'
|
||||
'gpumemleakfix-*'
|
||||
'ImmediatelyFast-*'
|
||||
'iris-*'
|
||||
'jei-*'
|
||||
'JustEnoughProfessions-*'
|
||||
'JustEnoughResources-*'
|
||||
'konkrete_*'
|
||||
'loadingbackgrounds-*'
|
||||
'mace3d-*'
|
||||
'melody_*'
|
||||
'MouseTweaks-*'
|
||||
'notenoughanimations-*'
|
||||
'reeses-sodium-options-*'
|
||||
'seasonhud-*'
|
||||
'SimplyTooltips-*'
|
||||
'sodium-neoforge-*'
|
||||
'sodiumextras-*'
|
||||
'sodiumoptionsapi-*'
|
||||
'sound-physics-remastered-*'
|
||||
'time_on_display-*'
|
||||
'ToastControl-*'
|
||||
'AmbientSounds-*'
|
||||
'JustEnoughProfessions-*'
|
||||
'JustEnoughResources-*'
|
||||
'jei-*'
|
||||
'EuphoriaPatcher-*'
|
||||
'notenoughanimations-*'
|
||||
'seasonhud-*'
|
||||
'vulkanmod-*'
|
||||
'xaerominimap-*'
|
||||
'entity_model_features-*'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user