Condition arrays take addon IDs

This commit is contained in:
Timo Ley 2021-11-14 14:59:57 +01:00
parent db9d56cf82
commit 956e731e61

View file

@ -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.