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