From 956e731e616a4d5403e04a11b4d5b40079e74f8e Mon Sep 17 00:00:00 2001 From: Timo Ley Date: Sun, 14 Nov 2021 14:59:57 +0100 Subject: [PATCH] Condition arrays take addon IDs --- docs/schema/conditions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/schema/conditions.md b/docs/schema/conditions.md index 83caf27..0f709f7 100644 --- a/docs/schema/conditions.md +++ b/docs/schema/conditions.md @@ -15,11 +15,11 @@ as optional relations in this version. ### require -This is an array of addons, which are required for this relation or file and must be present. +This is an array of addon IDs, which are required for this relation or file and must be present. ### companion -This is an array of file IDs which go together with this relation/file. +This is an array of addon IDs which go together with this relation/file. This field is fairly complex. The `companion` field is used to represent a relation between an optional file/relation, and an optional relation. @@ -151,4 +151,4 @@ Thus it will also be installed if the fabric version of the mod is used. ### exclude -This is an array of addons, which can't be installed together with this relation or file. +This is an array of addon IDs, which can't be installed together with this relation or file.