From c12415e63f15a452febd77c43ccc697d57dc4882 Mon Sep 17 00:00:00 2001 From: dleurs <58068925+dleurs@users.noreply.github.com> Date: Mon, 23 Mar 2020 17:54:45 +0100 Subject: [PATCH] [stable/minecraft] Modify one comment line in stable/minecraft/values.yaml, you can put URL to download FTB package (#21576) Signed-off-by: Dimitri Leurs Signed-off-by: Leurs Dimitri --- stable/minecraft/Chart.yaml | 2 +- stable/minecraft/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/minecraft/Chart.yaml b/stable/minecraft/Chart.yaml index 546f33c5ea..6edde46a75 100755 --- a/stable/minecraft/Chart.yaml +++ b/stable/minecraft/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: minecraft -version: 1.2.1 +version: 1.2.2 appVersion: 1.14.4 home: https://minecraft.net/ description: Minecraft server diff --git a/stable/minecraft/values.yaml b/stable/minecraft/values.yaml index 170fe1b876..f39c5309ef 100644 --- a/stable/minecraft/values.yaml +++ b/stable/minecraft/values.yaml @@ -64,7 +64,7 @@ minecraftServer: spigotDownloadUrl: # If type is set to PAPER, this sets the URL to download the PaperSpigot package paperDownloadUrl: - # If type is set to FTB, this sets the server mod to run + # If type is set to FTB, this sets the server mod to run. You can also provide the URL to download the FTB package ftbServerMod: # Set to true if running Feed The Beast and get an error like "unable to launch forgemodloader" ftbLegacyJavaFixer: false