From fd1a2e59ef1f023d5c751b7f5114c6b7ec59411a Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Sun, 17 Dec 2023 00:09:53 -0500 Subject: [PATCH] Use generic modpack env --- games/minecraft/minecraft-deployment.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/games/minecraft/minecraft-deployment.yaml b/games/minecraft/minecraft-deployment.yaml index 3cc0e2c..35c3b06 100644 --- a/games/minecraft/minecraft-deployment.yaml +++ b/games/minecraft/minecraft-deployment.yaml @@ -49,14 +49,14 @@ spec: - name: VERSION value: "1.12.2" - #- name: GENERIC_PACK - # value: "https://s3.clortox.com/minecraft-modpacks/modpack-latest.zip" + - name: MODPACK + value: "https://s3.clortox.com/minecraft-modpacks/modpack-latest.zip" - name: REMOVE_OLD_MODS value: "TRUE" - - name: TYPE - value: "CURSEFORGE" - - name: CF_SERVER_MOD - value: "https://s3.clortox.com/minecraft-modpacks/modpack-latest.zip" + #- name: TYPE + # value: "CURSEFORGE" + #- name: CF_SERVER_MOD + # value: "https://s3.clortox.com/minecraft-modpacks/modpack-latest.zip" #- name: USE_MODPACK_START_SCRIPT # value: "true"