Data structure update (Breaking-XL)
Included in this release:
- Items: Added
hasCategories()andgetCategorized()to the mod item collection. - Collection: Updated to use the new data structure in DB v2.
- Tags: Added the
Physicstag. - Tags: Added the
Glovestag. - Tags: Added the
Necktag. - Tags: Added the helper class
TagNamesfor easy name lookup. - DB: Switched to Mod DB v2.0.0.
Breaking changes
Some method return types and parameters have been updated to handle the new
data structure. This may require changes in your code, especially regarding
mod item handling, where all items are now categorized by default.