From 16659707f66e72a70d6afb32ec6d02d7c9c9d76e Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sat, 8 Jun 2024 08:56:22 -0500 Subject: [PATCH] Added note about CurseForge files dependency handling --- docs/mods-and-plugins/curseforge-files.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/mods-and-plugins/curseforge-files.md b/docs/mods-and-plugins/curseforge-files.md index b76e7753228..373b9c8a828 100644 --- a/docs/mods-and-plugins/curseforge-files.md +++ b/docs/mods-and-plugins/curseforge-files.md @@ -46,4 +46,8 @@ naturalist geckolib aquaculture naturalist - ``` + ``` + +## Depencies + +The files processing can detect if a dependency is missing from the given list, but is not able to resolve the dependencies otherwise since their metadata only gives the mod ID and not the specific file version/ID that is needed.