Enhance mod synchronization by adding 'seasonhud-*' to client-only jar patterns in sync-mods-from-client.ps1 for improved mod management.

This commit is contained in:
Leonid Pershin
2026-05-09 14:05:27 +03:00
parent 807f910105
commit f20c56dc65
3 changed files with 2 additions and 1 deletions
+1
View File
@@ -45,6 +45,7 @@ $ClientOnlyJarLikePatterns = @(
'jei-*' 'jei-*'
'EuphoriaPatcher-*' 'EuphoriaPatcher-*'
'notenoughanimations-*' 'notenoughanimations-*'
'seasonhud-*'
) )
function Test-ClientOnlyJarName([string] $fileName) { function Test-ClientOnlyJarName([string] $fileName) {
File diff suppressed because one or more lines are too long
Binary file not shown.