[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 <dimitri.leurs@gmail.com>

Signed-off-by: Leurs Dimitri <dimitri.leurs@gmail.com>
This commit is contained in:
dleurs
2020-03-23 09:54:45 -07:00
committed by GitHub
parent 06ca46f810
commit c12415e63f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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