diff --git a/Server/sync-mods-from-client.ps1 b/Server/sync-mods-from-client.ps1 index ca62999..099f5df 100644 --- a/Server/sync-mods-from-client.ps1 +++ b/Server/sync-mods-from-client.ps1 @@ -46,6 +46,7 @@ $ClientOnlyJarLikePatterns = @( 'EuphoriaPatcher-*' 'notenoughanimations-*' 'seasonhud-*' + 'entity_model_features-*' ) function Test-ClientOnlyJarName([string] $fileName) {