crashfix crashfix crashfix

This commit is contained in:
2024-10-16 13:32:43 +02:00
parent 500743656e
commit 7491f954ea
2 changed files with 3 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ services:
watermedia
world-host
better-modlist
better-ping-display-fabric
MODRINTH_OVERRIDES_EXCLUSIONS: |
resourcepacks/*
shaderpacks/*

View File

@@ -48,7 +48,8 @@ public class BoundlessServer {
"mods/Sounds",
"mods/sodium-extra",
"mods/watermedia",
"mods/world-host"
"mods/world-host",
"mods/betterpingdisplay-fabric"
};
downloadMrPack(getLatestModpackUrl(modpack, "release"), excludedPaths);