From 55f164aa631ed285d790ee2cde11213fb8fb1278 Mon Sep 17 00:00:00 2001 From: Gadoon <38638045+Gadoon@users.noreply.github.com> Date: Tue, 15 Apr 2025 18:12:21 +0900 Subject: [PATCH 01/13] Updated Dockerfile to 2.43 Updated to 2.43 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 159c58d..2b5afc8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM openjdk:21-buster -LABEL version="2.41" +LABEL version="2.43" RUN apt-get update && apt-get install -y curl unzip jq && \ adduser --uid 99 --gid 100 --home /data --disabled-password minecraft From 01b1e20647e2878fab64fc949f621cb6088ea6e1 Mon Sep 17 00:00:00 2001 From: Gadoon <38638045+Gadoon@users.noreply.github.com> Date: Tue, 15 Apr 2025 18:12:46 +0900 Subject: [PATCH 02/13] Updated README.md to 2.43 Updated to 2.43 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a94cf8..9861bbe 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [All the Mods 10-2.41](https://www.curseforge.com/minecraft/modpacks/all-the-mods-10) on Curseforge +# [All the Mods 10-2.43](https://www.curseforge.com/minecraft/modpacks/all-the-mods-10) on Curseforge - [Description](#description) From cec2faeeefa276eeabeae8007e6c58c721e0662a Mon Sep 17 00:00:00 2001 From: Gadoon <38638045+Gadoon@users.noreply.github.com> Date: Tue, 15 Apr 2025 18:21:56 +0900 Subject: [PATCH 03/13] Updated launch.sh to 2.43 Updated neoforge and server version to 2.43 updated url for server download. --- launch.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/launch.sh b/launch.sh index f818e2e..4a1c9e6 100644 --- a/launch.sh +++ b/launch.sh @@ -2,8 +2,8 @@ set -x -NEOFORGE_VERSION=21.1.133 -SERVER_VERSION=2.41 +NEOFORGE_VERSION=21.1.146 +SERVER_VERSION=2.43 cd /data if ! [[ "$EULA" = "false" ]]; then @@ -15,7 +15,7 @@ fi if ! [[ -f "Server-Files-$SERVER_VERSION.zip" ]]; then rm -fr config defaultconfigs kubejs mods packmenu Server-Files-* neoforge* - curl -Lo "Server-Files-$SERVER_VERSION.zip" "https://edge.forgecdn.net/files/6313/714/ServerFiles-$SERVER_VERSION.zip" || exit 9 + curl -Lo "Server-Files-$SERVER_VERSION.zip" "https://mediafilez.forgecdn.net/files/6420/516/ServerFiles-$SERVER_VERSION.zip" || exit 9 unzip -u -o "Server-Files-$SERVER_VERSION.zip" -d /data DIR_TEST="ServerFiles-$SERVER_VERSION" if [[ $(find . -type d -maxdepth 1 | wc -l) -gt 1 ]]; then From 47f71497d5f018dbcf8ede872f310b144c8a0487 Mon Sep 17 00:00:00 2001 From: Gadoon <38638045+Gadoon@users.noreply.github.com> Date: Wed, 16 Apr 2025 18:52:12 +0900 Subject: [PATCH 04/13] Updated README.md to 2.44 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9861bbe..49b178a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [All the Mods 10-2.43](https://www.curseforge.com/minecraft/modpacks/all-the-mods-10) on Curseforge +# [All the Mods 10-2.44](https://www.curseforge.com/minecraft/modpacks/all-the-mods-10) on Curseforge - [Description](#description) From 854cebc54949268ae1e1f2a964420966c646808c Mon Sep 17 00:00:00 2001 From: Gadoon <38638045+Gadoon@users.noreply.github.com> Date: Wed, 16 Apr 2025 18:52:44 +0900 Subject: [PATCH 05/13] Updated Dockerfile to 2.44 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2b5afc8..91edda5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM openjdk:21-buster -LABEL version="2.43" +LABEL version="2.44" RUN apt-get update && apt-get install -y curl unzip jq && \ adduser --uid 99 --gid 100 --home /data --disabled-password minecraft From e34a64171e171bca3f3f7c6ef78fc9beb20b017e Mon Sep 17 00:00:00 2001 From: Gadoon <38638045+Gadoon@users.noreply.github.com> Date: Wed, 16 Apr 2025 18:55:27 +0900 Subject: [PATCH 06/13] Updated launch.sh to 2.44 --- launch.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/launch.sh b/launch.sh index 4a1c9e6..5983961 100644 --- a/launch.sh +++ b/launch.sh @@ -2,8 +2,8 @@ set -x -NEOFORGE_VERSION=21.1.146 -SERVER_VERSION=2.43 +NEOFORGE_VERSION=21.1.148 +SERVER_VERSION=2.44 cd /data if ! [[ "$EULA" = "false" ]]; then @@ -15,7 +15,7 @@ fi if ! [[ -f "Server-Files-$SERVER_VERSION.zip" ]]; then rm -fr config defaultconfigs kubejs mods packmenu Server-Files-* neoforge* - curl -Lo "Server-Files-$SERVER_VERSION.zip" "https://mediafilez.forgecdn.net/files/6420/516/ServerFiles-$SERVER_VERSION.zip" || exit 9 + curl -Lo "Server-Files-$SERVER_VERSION.zip" "hhttps://mediafilez.forgecdn.net/files/6427/314/ServerFiles-$SERVER_VERSION.zip" || exit 9 unzip -u -o "Server-Files-$SERVER_VERSION.zip" -d /data DIR_TEST="ServerFiles-$SERVER_VERSION" if [[ $(find . -type d -maxdepth 1 | wc -l) -gt 1 ]]; then From 880f28f2ec4e9a62277896c6c454f8e8c437616f Mon Sep 17 00:00:00 2001 From: Gadoon <38638045+Gadoon@users.noreply.github.com> Date: Wed, 16 Apr 2025 18:58:00 +0900 Subject: [PATCH 07/13] Update launch.sh --- launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch.sh b/launch.sh index 5983961..a5f8b8d 100644 --- a/launch.sh +++ b/launch.sh @@ -15,7 +15,7 @@ fi if ! [[ -f "Server-Files-$SERVER_VERSION.zip" ]]; then rm -fr config defaultconfigs kubejs mods packmenu Server-Files-* neoforge* - curl -Lo "Server-Files-$SERVER_VERSION.zip" "hhttps://mediafilez.forgecdn.net/files/6427/314/ServerFiles-$SERVER_VERSION.zip" || exit 9 + curl -Lo "Server-Files-$SERVER_VERSION.zip" "https://mediafilez.forgecdn.net/files/6427/314/ServerFiles-$SERVER_VERSION.zip" || exit 9 unzip -u -o "Server-Files-$SERVER_VERSION.zip" -d /data DIR_TEST="ServerFiles-$SERVER_VERSION" if [[ $(find . -type d -maxdepth 1 | wc -l) -gt 1 ]]; then From ce219ebb51579c8639678209c83ddbf556a033c7 Mon Sep 17 00:00:00 2001 From: Gadoon <38638045+Gadoon@users.noreply.github.com> Date: Thu, 1 May 2025 22:07:07 +0900 Subject: [PATCH 08/13] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49b178a..69d281e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [All the Mods 10-2.44](https://www.curseforge.com/minecraft/modpacks/all-the-mods-10) on Curseforge +# [All the Mods 10-2.44](https://www.curseforge.com/minecraft/modpacks/all-the-mods-10) on Curseforge. - [Description](#description) From 857cc0727bb80992ffc45ccd1e4cadfdd0f3a21c Mon Sep 17 00:00:00 2001 From: Gadoon <38638045+Gadoon@users.noreply.github.com> Date: Wed, 7 May 2025 15:17:43 +0900 Subject: [PATCH 09/13] Update README.md to 2.47 --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69d281e..d74b680 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [All the Mods 10-2.44](https://www.curseforge.com/minecraft/modpacks/all-the-mods-10) on Curseforge. +# [All the Mods 10-2.47](https://www.curseforge.com/minecraft/modpacks/all-the-mods-10) on Curseforge. - [Description](#description) @@ -60,7 +60,12 @@ Github: https://github.com/Goobaroo/docker-allthemods9 Docker: https://hub.docker.com/repository/docker/goobaroo/allthemods9 -## Source (This repo) +## Source (W3LFARe repo) Github: https://github.com/W3LFARe/docker-allthemods10 Docker: https://registry.hub.docker.com/r/w3lfare/allthemods10 + +## Source (Gadoon repo) +Github: https://github.com/gadoon/docker-allthemods10 + +Docker: https://registry.hub.docker.com/r/gideon77/allthemods10 From 7abd3e14255c6e74a0be69d5b8d3775ea5a98046 Mon Sep 17 00:00:00 2001 From: Gadoon <38638045+Gadoon@users.noreply.github.com> Date: Wed, 7 May 2025 15:18:06 +0900 Subject: [PATCH 10/13] Update README.md to 2.47 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d74b680..c3f7eb7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This container is built to run on an [Unraid](https://unraid.net) server, outside of that your mileage will vary. -The docker on the first run will download the same version as tagged `All the Mods 10-2.39` and install it. This can take a while as the Forge installer can take a bit to complete. You can watch the logs and it will eventually finish. +The docker on the first run will download the same version as tagged `All the Mods 10-2.47` and install it. This can take a while as the Forge installer can take a bit to complete. You can watch the logs and it will eventually finish. After the first run, it will simply start the server. From 64799a6360337034c8fcaab470b6986d620f48a2 Mon Sep 17 00:00:00 2001 From: Gadoon <38638045+Gadoon@users.noreply.github.com> Date: Wed, 7 May 2025 15:18:46 +0900 Subject: [PATCH 11/13] Update Dockerfile to 2.47 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 91edda5..247d31f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM openjdk:21-buster -LABEL version="2.44" +LABEL version="2.47" RUN apt-get update && apt-get install -y curl unzip jq && \ adduser --uid 99 --gid 100 --home /data --disabled-password minecraft From 4250a43dc3835ac6c109a2fdfa48c9deb4e2bada Mon Sep 17 00:00:00 2001 From: Gadoon <38638045+Gadoon@users.noreply.github.com> Date: Wed, 7 May 2025 15:21:06 +0900 Subject: [PATCH 12/13] Update launch.sh modpack 2.47 and Neo 168 --- launch.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/launch.sh b/launch.sh index a5f8b8d..48b150f 100644 --- a/launch.sh +++ b/launch.sh @@ -2,8 +2,8 @@ set -x -NEOFORGE_VERSION=21.1.148 -SERVER_VERSION=2.44 +NEOFORGE_VERSION=21.1.168 +SERVER_VERSION=2.47 cd /data if ! [[ "$EULA" = "false" ]]; then @@ -15,7 +15,7 @@ fi if ! [[ -f "Server-Files-$SERVER_VERSION.zip" ]]; then rm -fr config defaultconfigs kubejs mods packmenu Server-Files-* neoforge* - curl -Lo "Server-Files-$SERVER_VERSION.zip" "https://mediafilez.forgecdn.net/files/6427/314/ServerFiles-$SERVER_VERSION.zip" || exit 9 + curl -Lo "Server-Files-$SERVER_VERSION.zip" "https://mediafilez.forgecdn.net/files/6502/782/ServerFiles-$SERVER_VERSION.zip" || exit 9 unzip -u -o "Server-Files-$SERVER_VERSION.zip" -d /data DIR_TEST="ServerFiles-$SERVER_VERSION" if [[ $(find . -type d -maxdepth 1 | wc -l) -gt 1 ]]; then From 02c7628395d571847a3299607e1e8d8c9783b40d Mon Sep 17 00:00:00 2001 From: Gadoon <38638045+Gadoon@users.noreply.github.com> Date: Wed, 21 May 2025 17:23:52 +0900 Subject: [PATCH 13/13] Updated to 3.0 and Neoforge 172 --- Dockerfile | 2 +- README.md | 4 ++-- launch.sh | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 247d31f..d651b1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM openjdk:21-buster -LABEL version="2.47" +LABEL version="3.0" RUN apt-get update && apt-get install -y curl unzip jq && \ adduser --uid 99 --gid 100 --home /data --disabled-password minecraft diff --git a/README.md b/README.md index c3f7eb7..0a2c203 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [All the Mods 10-2.47](https://www.curseforge.com/minecraft/modpacks/all-the-mods-10) on Curseforge. +# [All the Mods 10-3.0](https://www.curseforge.com/minecraft/modpacks/all-the-mods-10) on Curseforge. - [Description](#description) @@ -17,7 +17,7 @@ This container is built to run on an [Unraid](https://unraid.net) server, outside of that your mileage will vary. -The docker on the first run will download the same version as tagged `All the Mods 10-2.47` and install it. This can take a while as the Forge installer can take a bit to complete. You can watch the logs and it will eventually finish. +The docker on the first run will download the same version as tagged `All the Mods 10-3.0` and install it. This can take a while as the Forge installer can take a bit to complete. You can watch the logs and it will eventually finish. After the first run, it will simply start the server. diff --git a/launch.sh b/launch.sh index 48b150f..0e53743 100644 --- a/launch.sh +++ b/launch.sh @@ -2,8 +2,8 @@ set -x -NEOFORGE_VERSION=21.1.168 -SERVER_VERSION=2.47 +NEOFORGE_VERSION=21.1.172 +SERVER_VERSION=3.0 cd /data if ! [[ "$EULA" = "false" ]]; then @@ -15,7 +15,7 @@ fi if ! [[ -f "Server-Files-$SERVER_VERSION.zip" ]]; then rm -fr config defaultconfigs kubejs mods packmenu Server-Files-* neoforge* - curl -Lo "Server-Files-$SERVER_VERSION.zip" "https://mediafilez.forgecdn.net/files/6502/782/ServerFiles-$SERVER_VERSION.zip" || exit 9 + curl -Lo "Server-Files-$SERVER_VERSION.zip" "https://mediafilez.forgecdn.net/files/6550/794/ServerFiles-$SERVER_VERSION.zip" || exit 9 unzip -u -o "Server-Files-$SERVER_VERSION.zip" -d /data DIR_TEST="ServerFiles-$SERVER_VERSION" if [[ $(find . -type d -maxdepth 1 | wc -l) -gt 1 ]]; then