diff --git a/Dockerfile b/Dockerfile index 3bd189cb..3b0295bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -69,7 +69,7 @@ ENV TYPE=VANILLA VERSION=LATEST EULA="" UID=1000 GID=1000 LC_ALL=en_US.UTF-8 COPY --chmod=755 scripts/start* / COPY --chmod=755 bin/ /usr/local/bin/ COPY --chmod=755 bin/mc-health /health.sh -COPY --chmod=644 files/* /image/ +COPY --chmod=755 files/* /image/ COPY --chmod=755 files/auto /auto RUN curl -fsSL -o /image/Log4jPatcher.jar https://github.com/CreeperHost/Log4jPatcher/releases/download/v1.0.1/Log4jPatcher-1.0.1.jar diff --git a/examples/craftoria/docker-compose.yml b/examples/craftoria/docker-compose.yml index 0d2582ff..5856ba88 100644 --- a/examples/craftoria/docker-compose.yml +++ b/examples/craftoria/docker-compose.yml @@ -16,19 +16,6 @@ services: CF_API_KEY: ${CF_API_KEY} CF_SLUG: craftoria MEMORY: 8G - # TODO: replace with slugs and see if already excluded by cf-exclude-include.json - CF_EXCLUDE_MODS: | - 737481 - 363363 - 394468 - 986380 - 844662 - 568563 - 915902 - 690971 - 455508 - 1089803 - 511319 volumes: # Use managed volume by default, but can change to a relative path like # ./data:/data diff --git a/files/cf-exclude-include.json b/files/cf-exclude-include.json index ff70be37..14d734a8 100644 --- a/files/cf-exclude-include.json +++ b/files/cf-exclude-include.json @@ -11,6 +11,7 @@ "beehivetooltips", "better-advancements", "better-foliage", + "better-modlist-neoforge", "better-placement", "better-sprinting", "better-third-person", @@ -21,6 +22,7 @@ "block-drops-jei-addon", "blur-forge", "cartography", + "chattoggle", "cherished-worlds", "chunk-animator", "clickable-advancements", @@ -44,9 +46,11 @@ "enchantment-descriptions", "enhancedvisuals", "entity-collision-fps-fix", + "entity-model-features", "entity-texture-features-fabric", "entityculling", "equipment-compare", + "euphoria-patches", "extreme-sound-muffler", "ezzoom", "fading-night-vision", @@ -106,6 +110,7 @@ "seamless-loading-screen", "seamless-loading-screen-forge", "searchables", + "seasonhud", "shulkerboxviewer", "skin-layers-3d", "smart-hud",