You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
The modinfo.json file can contain a top level dict/object or a list/array of dict/object with one of them having a type="MOD_INFO" containing the ident value. The current code can only read the ident value if the top level element is a dict/object.
Fixing this will enabling having custom mod using a list/array as their top level element in modinfo.json copied during the update process.
The text was updated successfully, but these errors were encountered:
The
modinfo.json
file can contain a top level dict/object or a list/array of dict/object with one of them having a type="MOD_INFO" containing the ident value. The current code can only read the ident value if the top level element is a dict/object.Fixing this will enabling having custom mod using a list/array as their top level element in
modinfo.json
copied during the update process.The text was updated successfully, but these errors were encountered: