Skip to content

Commit 5fe65a6

Browse files
authored
Add to global excludes the ones needed for Craftoria (#3440)
1 parent 89ffb23 commit 5fe65a6

File tree

3 files changed

+6
-14
lines changed

3 files changed

+6
-14
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ ENV TYPE=VANILLA VERSION=LATEST EULA="" UID=1000 GID=1000 LC_ALL=en_US.UTF-8
6969
COPY --chmod=755 scripts/start* /
7070
COPY --chmod=755 bin/ /usr/local/bin/
7171
COPY --chmod=755 bin/mc-health /health.sh
72-
COPY --chmod=644 files/* /image/
72+
COPY --chmod=755 files/* /image/
7373
COPY --chmod=755 files/auto /auto
7474

7575
RUN curl -fsSL -o /image/Log4jPatcher.jar https://github.com/CreeperHost/Log4jPatcher/releases/download/v1.0.1/Log4jPatcher-1.0.1.jar

examples/craftoria/docker-compose.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,6 @@ services:
1616
CF_API_KEY: ${CF_API_KEY}
1717
CF_SLUG: craftoria
1818
MEMORY: 8G
19-
# TODO: replace with slugs and see if already excluded by cf-exclude-include.json
20-
CF_EXCLUDE_MODS: |
21-
737481
22-
363363
23-
394468
24-
986380
25-
844662
26-
568563
27-
915902
28-
690971
29-
455508
30-
1089803
31-
511319
3219
volumes:
3320
# Use managed volume by default, but can change to a relative path like
3421
# ./data:/data

files/cf-exclude-include.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"beehivetooltips",
1212
"better-advancements",
1313
"better-foliage",
14+
"better-modlist-neoforge",
1415
"better-placement",
1516
"better-sprinting",
1617
"better-third-person",
@@ -21,6 +22,7 @@
2122
"block-drops-jei-addon",
2223
"blur-forge",
2324
"cartography",
25+
"chattoggle",
2426
"cherished-worlds",
2527
"chunk-animator",
2628
"clickable-advancements",
@@ -44,9 +46,11 @@
4446
"enchantment-descriptions",
4547
"enhancedvisuals",
4648
"entity-collision-fps-fix",
49+
"entity-model-features",
4750
"entity-texture-features-fabric",
4851
"entityculling",
4952
"equipment-compare",
53+
"euphoria-patches",
5054
"extreme-sound-muffler",
5155
"ezzoom",
5256
"fading-night-vision",
@@ -106,6 +110,7 @@
106110
"seamless-loading-screen",
107111
"seamless-loading-screen-forge",
108112
"searchables",
113+
"seasonhud",
109114
"shulkerboxviewer",
110115
"skin-layers-3d",
111116
"smart-hud",

0 commit comments

Comments
 (0)