Skip to content

Data structure update (Breaking-XL)

Choose a tag to compare

@Mistralys Mistralys released this 06 Oct 10:53
· 124 commits to main since this release

Included in this release:

  • Items: Added hasCategories() and getCategorized() to the mod item collection.
  • Collection: Updated to use the new data structure in DB v2.
  • Tags: Added the Physics tag.
  • Tags: Added the Gloves tag.
  • Tags: Added the Neck tag.
  • Tags: Added the helper class TagNames for 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.