Skip to content

Commit

Permalink
crashfix crashfix crashfix
Browse files Browse the repository at this point in the history
  • Loading branch information
vaporvee committed Oct 16, 2024
1 parent 5007436 commit 7491f95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions boundless-docker-server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ services:
watermedia
world-host
better-modlist
better-ping-display-fabric
MODRINTH_OVERRIDES_EXCLUSIONS: |
resourcepacks/*
shaderpacks/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ public static void main(String[] args) {
"mods/Sounds",
"mods/sodium-extra",
"mods/watermedia",
"mods/world-host"
"mods/world-host",
"mods/betterpingdisplay-fabric"
};
downloadMrPack(getLatestModpackUrl(modpack, "release"), excludedPaths);

Expand Down

0 comments on commit 7491f95

Please sign in to comment.