From 9912199c90b2bf552d3f44b1da09278be0146c8c Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Sun, 28 Sep 2025 15:38:57 +0500 Subject: [PATCH] feat: update gtnh to 2.8! --- minecraft/statefulset.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/minecraft/statefulset.yaml b/minecraft/statefulset.yaml index 2482581..faec77c 100644 --- a/minecraft/statefulset.yaml +++ b/minecraft/statefulset.yaml @@ -83,7 +83,7 @@ spec: spec: containers: - name: gtnh-server - image: itzg/minecraft-server:java21 + image: itzg/minecraft-server:java25 env: - name: EULA value: "TRUE" @@ -94,7 +94,7 @@ spec: - name: TYPE value: "CUSTOM" - name: GENERIC_PACKS - value: "GT_New_Horizons_2.7.4_Server_Java_17-21" + value: "GT_New_Horizons_2.8.0_Server_Java_17-25" - name: GENERIC_PACKS_SUFFIX value: ".zip" - name: GENERIC_PACKS_PREFIX @@ -104,7 +104,7 @@ spec: - name: MEMORY value: 6G - name: JVM_OPTS - value: "-Dfml.readTimeout=180 @java9args.txt" + value: "-Dfml.readTimeout=180 -Dfml.queryResult=confirm @java9args.txt" - name: CUSTOM_JAR_EXEC value: "-jar lwjgl3ify-forgePatches.jar nogui" - name: ALLOW_FLIGHT @@ -117,7 +117,7 @@ spec: resources: limits: cpu: 8 - memory: "6Gi" + memory: "8Gi" volumeMounts: - name: gtnh-data mountPath: /data