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
Not really,
This is really just a little thing that bothers me. I mistakenly used collectionType for the Item task, in a JSON Schema I made, which was improper.
In Quest JSON, the XP task uses collectionType as the field name, while the Item task uses collection as the field name, for setting how the task is completed. These should be the same name, as they do the exact same function.
Please disregard my original comment before the edit, I suck at reading.
Solution(s)
Rename the XP task's collectionType field to collection, for parity with the Item task.
Describe alternatives you've considered
Or, the other way around.
Mod Version
1.1.12
Mod Loader Version
20.1 - 47.2.0
Mod Loader
Forge
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
Not really,
This is really just a little thing that bothers me. I mistakenly used
collectionType
for the Item task, in a JSON Schema I made, which was improper.In Quest JSON, the XP task uses
collectionType
as the field name, while the Item task usescollection
as the field name, for setting how the task is completed. These should be the same name, as they do the exact same function.Please disregard my original comment before the edit, I suck at reading.
Solution(s)
Rename the XP task's
collectionType
field tocollection
, for parity with the Item task.Describe alternatives you've considered
Or, the other way around.
Mod Version
1.1.12
Mod Loader Version
20.1 - 47.2.0
Mod Loader
Forge
Additional context
The text was updated successfully, but these errors were encountered: