We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e8d004 commit 5d016b3Copy full SHA for 5d016b3
charts/minecraft/values.yaml
@@ -313,8 +313,8 @@ minecraftServer:
313
# A list of Modrinth project slugs with optional version after colon
314
modrinth:
315
projects: []
316
- # Downloads Modrinth project dependencies marked as optional
317
- optionalDependencies: false
+ # Specifies whether to download Modrinth dependencies. The allowed values are: none, required, optional
+ downloadDependencies: none
318
# The version type is used to determine the newest version to use from each project. The allowed values are: release, beta, alpha
319
allowedVersionType: default
320
0 commit comments