From 6c1ae0fd4bf75666eeeb06fbce6ff8b7150d3504 Mon Sep 17 00:00:00 2001 From: Leonid Pershin Date: Sat, 9 May 2026 18:54:37 +0300 Subject: [PATCH] Add 'entity_model_features-*' to ClientOnlyJarLikePatterns in sync-mods-from-client.ps1 for enhanced mod compatibility. --- Server/sync-mods-from-client.ps1 | 1 + 1 file changed, 1 insertion(+) 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) {