Назад до магазину
Cardinal Components API
Modrinth Mod

Cardinal Components API

A data attachment API that is easy, modular, and extremely fast.

Інформація про Minecraft-продукт

Важливе про товар

Сумісність, версії Minecraft, завантажувачі та дані зовнішнього джерела.

Тип

Mod

Доступ

Безкоштовно

Остання версія

7.3.2

Завантаження

14 767 197

Завантажувачі / Платформи

fabric quilt

Minecraft версії

1.18 – 1.21.11 26.1 26.1.1 26.1.2 26.2

Категорії

library

Опис

Докладна інформація

# ![Cardinal Components API](https://raw.githubusercontent.com/OnyxStudios/Cardinal-Components-API/1.18/banner.svg) A components API for Quilt and Fabric that is easy, modular, and extremely fast. Detailed information is available in the repository's [**wiki**](https://ladysnake.org/wiki/cardinal-components-api). The information below is a condensed form of the latter. ## Features\* - 🔗 Attach data to a variety of vanilla classes - 🧩 Implement once, plug anywhere - modded data will be saved automatically - 📤 Synchronize data with a single helper interface - 👥 Choose how components are copied when a player respawns - ⏲️ Tick components alongside their target - 🛠️ Fine-tune everything so that it fits your needs - ☄️ And enjoy the blazing speed of ASM-generated extensions *\*Non exhaustive, refer to the wiki and javadoc for the full list.*

Розробник

Up

Профіль і дані отримано з Modrinth

Відкрити на Modrinth

Галерея продукту

Зображення проєкту

Скриншоти та зображення з оригінальної сторінки Modrinth.

Список змін

Версії проєкту

Опубліковані версії та оригінальні файли Modrinth.

7.3.2 Актуальна Release 05.07.2026

7.3.2

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
fabric quilt
Показати зміни
Version 7.3.2: **Fixes** - Fixed network crashes when using Flashback mod (thanks Up) see full changelog [here](https://github.com/Ladysnake/Cardinal-Components-API/blob/7.3.2/changelog.md "Changelog")
8.0.1 Release 05.07.2026

8.0.1

Підтримувані версії Minecraft
26.1 26.1.1 26.1.2 26.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
Version 8.0.1: **Fixes** - Marked as explicitly compatible with Launchpad for Neoforge (thanks Moriya!) - Fixed network crashes when using Flashback mod (thanks Up!) see full changelog [here](https://github.com/Ladysnake/Cardinal-Components-API/blob/8.0.1/changelog.md "Changelog")
8.0.0 Release 11.04.2026

8.0.0

Підтримувані версії Minecraft
26.1 26.1.1 26.1.2 26.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
Version 8.0.0: Updated to 26.1 See the migration guide available on [the Ladysnake website](https://ladysnake.org/wiki/cardinal-components-api/upgrade-instructions/CCA-8-changes). Starting with alpha-5, world data from previous minecraft versions should be migrated appropriately (thanks Patbox !). **Changes** - Two modules have been renamed in order to match Mojmap names : - `cardinal-components-level` has been renamed to `cardinal-components-leveldata` - `cardinal-components-world` has been renamed to `cardinal-components-level` - All interfaces inside these modules have been renamed accordingly - Nullability annotations now use Jspecify, like the base game **Removed** - Components attached to a `LevelData` object (using the `cardinal-components-leveldata` module) can no longer use dynamic registries in serialization (vanilla limitation) - `ComponentContainer.Builder#build(String)` (had been deprecated for removal for a couple years now) **Fixes** - Fixed game crashing when CCA's config file was invalid see full changelog [here](https://github.com/Ladysnake/Cardinal-Components-API/blob/8.0.0/changelog.md "Changelog")
8.0.0-alpha.5+26.1 Alpha 02.04.2026

8.0.0-alpha.5+26.1

Підтримувані версії Minecraft
26.1 26.1.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
Version 8.0.0-alpha.5+26.1: Updated to 26.1 See the migration guide available on [the Ladysnake website](https://ladysnake.org/wiki/cardinal-components-api/upgrade-instructions/CCA-8-changes). Starting with alpha-5, world data from previous minecraft versions should be migrated appropriately (thanks Patbox !). **Changes** - Two modules have been renamed in order to match Mojmap names : - `cardinal-components-level` has been renamed to `cardinal-components-leveldata` - `cardinal-components-world` has been renamed to `cardinal-components-level` - All interfaces inside these modules have been renamed accordingly - Nullability annotations now use Jspecify, like the base game **Removed** - Components attached to a `LevelData` object (using the `cardinal-components-leveldata` module) can no longer use dynamic registries in serialization (vanilla limitation) see full changelog [here](https://github.com/Ladysnake/Cardinal-Components-API/blob/8.0.0-alpha.5+26.1/changelog.md "Changelog")
8.0.0-alpha.4+26.1-rc-2 Alpha 24.03.2026

8.0.0-alpha.4+26.1-rc-2

Підтримувані версії Minecraft
26.1-rc-2
Завантажувачі / Платформи
fabric quilt
Показати зміни
Version 8.0.0-alpha.4+26.1-rc-2: Updated to 26.1 See the migration guide available on [the Ladysnake website](https://ladysnake.org/wiki/cardinal-components-api/upgrade-instructions/CCA-8-changes). **Changes** - Two modules have been renamed in order to match Mojmap names : - `cardinal-components-level` has been renamed to `cardinal-components-leveldata` - `cardinal-components-world` has been renamed to `cardinal-components-level` - All interfaces inside these modules have been renamed accordingly **Removed** - Components attached to a `LevelData` object (using the `cardinal-components-leveldata` module) can no longer use dynamic registries in serialization (vanilla limitation) see full changelog [here](https://github.com/Ladysnake/Cardinal-Components-API/blob/8.0.0-alpha.4+26.1-rc-2/changelog.md "Changelog")
8.0.0-alpha.3+26.1-pre-2 Alpha 15.03.2026

8.0.0-alpha.3+26.1-pre-2

Підтримувані версії Minecraft
26.1-pre-2
Завантажувачі / Платформи
fabric quilt
Показати зміни
Version 8.0.0-alpha.3+26.1-pre-2: Updated to 26.1-pre-2 **Removed** - Components attached to a `LevelData` object (using the `cardinal-components-level` module) can no longer use dynamic registries in serialization (vanilla limitation) see full changelog [here](https://github.com/Ladysnake/Cardinal-Components-API/blob/8.0.0-alpha.3+26.1-pre-2/changelog.md "Changelog")
7.3.1 Release 11.03.2026

7.3.1

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
fabric quilt
Показати зміни
Version 7.3.1: **Fixes** - Fixed a serialization issue in `cardinal-components-scoreboard` (thanks *farpo* and *AmyMialee* !) see full changelog [here](https://github.com/Ladysnake/Cardinal-Components-API/blob/7.3.1/changelog.md "Changelog")
7.3.0 Release 10.12.2025

7.3.0

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
fabric quilt
Показати зміни
Version 7.3.0: Updated to 1.25.11 see full changelog [here](https://github.com/Ladysnake/Cardinal-Components-API/blob/7.3.0/changelog.md "Changelog")
6.1.3 Release 22.11.2025

6.1.3

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
Version 6.1.3: **Fixes** - Fixed rare ConcurrentModificationException during sync (thanks Up!) - Fixed crash on dedicated servers when a player lacking a required mod depending on CCA attempts to log in see full changelog [here](https://github.com/Ladysnake/Cardinal-Components-API/blob/6.1.3/changelog.md "Changelog")
7.2.0 Release 12.10.2025

7.2.0

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
fabric quilt
Показати зміни
Version 7.2.0: Updated to 1.25.10 (thanks TheDeathlyCow!) see full changelog [here](https://github.com/Ladysnake/Cardinal-Components-API/blob/7.2.0/changelog.md "Changelog")
7.1.0-beta.1 Beta 08.09.2025

7.1.0-beta.1

Підтримувані версії Minecraft
25w36b 1.21.9
Завантажувачі / Платформи
fabric quilt
Показати зміни
Version 7.1.0-beta.1: Updated to 1.21.9 snapshot (25w36b) Thanks to MoriyaShiine for the update ! see full changelog [here](https://github.com/Ladysnake/Cardinal-Components-API/blob/7.1.0-beta.1/changelog.md "Changelog")
7.0.0-beta.1 Beta 17.06.2025

7.0.0-beta.1

Підтримувані версії Minecraft
1.21.6 1.21.7 1.21.8
Завантажувачі / Платформи
fabric quilt
Показати зміни
Version 7.0.0-beta.1: Updated to 1.25.6 **Changes** - NBT serialization now all goes through the new `ReadView` and `WriteView` interfaces see full changelog [here](https://github.com/Ladysnake/Cardinal-Components-API/blob/7.0.0-beta.1/changelog.md "Changelog")
6.3.1 Release 13.04.2025

6.3.1

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
fabric quilt
Показати зміни
Version 6.3.1: **Fixes** - Fixed crash in scoreboard module when no mod saved any data using it see full changelog [here](https://github.com/Ladysnake/Cardinal-Components-API/blob/6.3.1/changelog.md "Changelog")
6.3.0 Release 26.03.2025

6.3.0

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
fabric quilt
Показати зміни
Version 6.3.0: Updated to 1.25 see full changelog [here](https://github.com/Ladysnake/Cardinal-Components-API/blob/6.3.0/changelog.md "Changelog")
6.3.0-alpha.1+25w09b Alpha 02.03.2025

6.3.0-alpha.1+25w09b

Підтримувані версії Minecraft
25w09b 25w10a 1.21.5-pre1 1.21.5-pre2 1.21.5-pre3 1.21.5-rc1 1.21.5-rc2 1.21.5
Завантажувачі / Платформи
fabric quilt
Показати зміни
Version 6.3.0-alpha.1+25w09b: Updated to 1.25 snapshot (25w09b) *Note: while this port does not incur breaking changes to the API, it does revamp internals, especially in the scoreboard module. Please report any issue you may find at https://github.com/Ladysnake/Cardinal-Components-API/issues.* see full changelog [here](https://github.com/Ladysnake/Cardinal-Components-API/blob/6.3.0-alpha.1+25w09b/changelog.md "Changelog")
5.2.3 Release 08.01.2025

5.2.3

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
Version 5.3.0: **Fixes** - Fixed specific block entities not ticking despite a parent class having a ticking component attached see full changelog [here](https://github.com/OnyxStudios/Cardinal-Components-API/blob/5.2.3/changelog.md "Changelog")
6.2.2 Release 27.12.2024

6.2.2

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
Version 6.2.2: **Fixes** - Fixed an incompatibility between `cardinal-components-block` and Immersive Portals, which would cause desynchronization issues for block entities seen through a portal *(thanks daimond113 !)* see full changelog [here](https://github.com/Ladysnake/Cardinal-Components-API/blob/6.2.2/changelog.md "Changelog")
6.2.1 Release 27.12.2024

6.2.1

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
Version 6.2.1: **Fixes** - Fixed issue in the `cardinal-components-chunk` module causing save failures when no mod actually used said module - Unfortunately, any chunk in which the damage happened will be reset. If you have a backup of your world, you should try loading that. Otherwise, I guess this is a reminder that regular backups are critical, especially when adding new mods or updating across Minecraft versions. In any case, my apologies for the damage and the delay in fixing the bug.         ~ Pyrofab PS: if you never got spammed by red popups saying "failed to save chunk", you are most likely unaffected by the issue. see full changelog [here](https://github.com/Ladysnake/Cardinal-Components-API/blob/6.2.1/changelog.md "Changelog")
6.2.0 Beta 25.10.2024

6.2.0

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
Version 6.2.0: Updated to 1.21.3 see full changelog [here](https://github.com/Ladysnake/Cardinal-Components-API/blob/6.2.0/changelog.md "Changelog")
6.1.2 Release 25.10.2024

6.1.2

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
Version 6.1.2: **Fixes** - Fixed clientside chunk Load/Unload triggering respectively `onServerLoad` and `onServerUnload` instead of `onClientLoad`/`onClientUnload` see full changelog [here](https://github.com/Ladysnake/Cardinal-Components-API/blob/6.1.2/changelog.md "Changelog")
6.1.1 Release 20.07.2024

6.1.1

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
Version 6.1.1: **Fixes** - Fixed `C2SSelfMessagingComponent#sendC2SMessage` mistakenly adding the component ID to the custom data buffer - Check out the new documentation for this API here: https://ladysnake.org/wiki/cardinal-components-api/modules/entity#client-to-server-networking - Removed dependency on `com.demonwav.mcdev:annotations` - this should remove some errors in dev environments see full changelog [here](https://github.com/Ladysnake/Cardinal-Components-API/blob/6.1.1/changelog.md "Changelog")
6.1.0 Release 05.06.2024

6.1.0

Підтримувані версії Minecraft
1.21-pre1 1.21-pre2 1.21-pre3 1.21-pre4 1.21-rc1 1.21
Завантажувачі / Платформи
fabric quilt
Показати зміни
Version 6.1.0: Updated to 1.21 see full changelog [here](https://github.com/Ladysnake/Cardinal-Components-API/blob/6.1.0/changelog.md "Changelog")
6.0.0 Release 02.06.2024

6.0.0

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric quilt
Показати зміни
Version 6.0.0: Updated to 1.20.5/1.20.6 This update introduces multiple breaking changes - a migration guide is available on [the Ladysnake website](https://ladysnake.org/wiki/cardinal-components-api/upgrade-instructions/CCA-6-changes). **Additions** - Added `C2SSelfMessagingComponent`, a new experimental utility interface to simplify client-to-server messaging on player components - Added `WorldComponentRegistry#registerFor` methods, allowing for dimension-specific world components - Scoreboard and team components now support client ticking **Changes** - Migrated all packages from `dev.onyxstudios` to `org.ladysnake` - Updated documentation and licenses to reflect package change - `RespawnCopyStrategy` now also applies on mob conversion - The `cardinal-components-level` module is now deprecated, as it is redundant with the `cardinal-components-scoreboard` module - Mods are encouraged to move to scoreboard components, which serve the same purpose of global data storage and have an API more consistent with other modules - Component registration now happens during mod init. This should fix some classloading-related issues, and make loading errors easier to diagnose. - The internal ASM generation systems have been partially rewritten (thanks lukebemish !) - All the serialization methods now take an additional registry lookup argument - [Relevant migration guide](https://ladysnake.org/wiki/cardinal-components-api/upgrade-instructions/CCA-6-changes#serialization) - Warning: due to the above change, level components may not be deserialized correctly if a mod calls `LevelProperties.readProperties` instead of `LevelStorage.parseSaveProperties` **Fixes** - Missing components (usually caused by removed mods) will no longer trigger a wall of warnings - The number of warnings logged for each missing component type is configurable **Removals** - *Removed item components.* The `cardinal-components-item` module now contains an `ItemComponentMigrationRegistry`, which is used to help you migrate to vanilla components. - Removed `PlayerCopyCallback` - if you were using it, you can switch to `ServerPlayerEvents.COPY_FROM` from Fabric API - The deprecated `util` package in `cardinal-components-block` has been removed see full changelog [here](https://github.com/Ladysnake/Cardinal-Components-API/blob/6.0.0/changelog.md "Changelog")
6.0.0-rc1 Release 23.05.2024

6.0.0-rc1

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric quilt
Показати зміни
Version 6.0.0: Updated to 1.20.5/1.20.6 This update introduces multiple breaking changes - a migration guide is available on [the Ladysnake website](https://ladysnake.org/wiki/cardinal-components-api/upgrade-instructions/CCA-6-changes). ### Release Candidate 1 **Fixes** - Fixed respawn copy strategies not being correctly registered for player entities ### Pre-Release 3 **Fixes** - Missing components (usually caused by removed mods) will no longer trigger a wall of warnings - The number of warnings logged for each missing component type is configurable ### Pre-Release 2 **Fixes** - The library no longer requires Loom 1.7-alpha to be used in dev workspaces ### Pre-Release 1 **Changes** - Component registration now happens during mod init. This should fix some classloading-related issues, and make loading errors easier to diagnose. - The internal ASM generation systems have been partially rewritten (thanks lukebemish !) ### Beta 3 **Fixes** - Fixed the most basic binary incompatibilities with mods compiled for beta 1 ### Beta 2 **Changes** - All the serialization methods now take an additional registry lookup argument - [Relevant migration guide](https://ladysnake.org/wiki/cardinal-components-api/upgrade-instructions/CCA-6-changes#serialization) - Warning: due to the above change, level components may not be deserialized correctly if a mod calls `LevelProperties.readProperties` instead of `LevelStorage.parseSaveProperties` **Removals** - The deprecated `util` package in `cardinal-components-block` has been removed ### Beta 1 **Additions** - Added `C2SSelfMessagingComponent`, a new experimental utility interface to simplify client-to-server messaging on player components - Added `WorldComponentRegistry#registerFor` methods, allowing for dimension-specific world components - Scoreboard and team components now support client ticking **Changes** - Migrated all packages from `dev.onyxstudios` to `org.ladysnake` - Updated documentation and licenses to reflect package change - `RespawnCopyStrategy` now also applies on mob conversion - The `cardinal-components-level` is now deprecated, as it is redundant with the `cardinal-components-scoreboard` module - Mods are encouraged to move to scoreboard components, which serve the same purpose of global data storage and have an API more consistent with other modules **Removals** - *Removed item components.* The `cardinal-components-item` module now contains an `ItemComponentMigrationRegistry`, which is used to help you migrate to vanilla components. - Removed `PlayerCopyCallback` - if you were using it, you can switch to `ServerPlayerEvents.COPY_FROM` from Fabric API see full changelog [here](https://github.com/Ladysnake/Cardinal-Components-API/blob/6.0.0-rc1/changelog.md "Changelog")
6.0.0-pre2 Release 19.05.2024

6.0.0-pre2

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric quilt
Показати зміни
Version 6.0.0: Updated to 1.20.5/1.20.6 This update introduces multiple breaking changes - a migration guide is available on [the Ladysnake website](https://ladysnake.org/wiki/cardinal-components-api/upgrade-instructions/CCA-6-changes). ### Pre-Release 2 **Fixes** - The library no longer requires Loom 1.7-alpha to be used in dev workspaces ### Pre-Release 1 **Changes** - Component registration now happens during mod init. This should fix some classloading-related issues, and make loading errors easier to diagnose. - The internal ASM generation systems have been partially rewritten (thanks lukebemish !) ### Beta 3 **Fixes** - Fixed the most basic binary incompatibilities with mods compiled for beta 1 ### Beta 2 **Changes** - All the serialization methods now take an additional registry lookup argument - [Relevant migration guide](https://ladysnake.org/wiki/cardinal-components-api/upgrade-instructions/CCA-6-changes#serialization) - Warning: due to the above change, level components may not be deserialized correctly if a mod calls `LevelProperties.readProperties` instead of `LevelStorage.parseSaveProperties` **Removals** - The deprecated `util` package in `cardinal-components-block` has been removed ### Beta 1 **Additions** - Added `C2SSelfMessagingComponent`, a new experimental utility interface to simplify client-to-server messaging on player components - Added `WorldComponentRegistry#registerFor` methods, allowing for dimension-specific world components - Scoreboard and team components now support client ticking **Changes** - Migrated all packages from `dev.onyxstudios` to `org.ladysnake` - Updated documentation and licenses to reflect package change - `RespawnCopyStrategy` now also applies on mob conversion - The `cardinal-components-level` is now deprecated, as it is redundant with the `cardinal-components-scoreboard` module - Mods are encouraged to move to scoreboard components, which serve the same purpose of global data storage and have an API more consistent with other modules **Removals** - *Removed item components.* The `cardinal-components-item` module now contains an `ItemComponentMigrationRegistry`, which is used to help you migrate to vanilla components. - Removed `PlayerCopyCallback` - if you were using it, you can switch to `ServerPlayerEvents.COPY_FROM` from Fabric API see full changelog [here](https://github.com/Ladysnake/Cardinal-Components-API/blob/6.0.0-pre2/changelog.md "Changelog")
6.0.0-pre1 Release 18.05.2024

6.0.0-pre1

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric quilt
Показати зміни
Version 6.0.0: Updated to 1.20.5/1.20.6 This update introduces multiple breaking changes - a migration guide is available on [the Ladysnake website](https://ladysnake.org/wiki/cardinal-components-api/upgrade-instructions/CCA-6-changes). ### Pre-Release 1 **Changes** - Component registration now happens during mod init. This should fix some classloading-related issues, and make loading errors easier to diagnose. - The internal ASM generation systems have been partially rewritten (thanks lukebemish !) ### Beta 3 **Fixes** - Fixed the most basic binary incompatibilities with mods compiled for beta 1 ### Beta 2 **Changes** - All the serialization methods now take an additional registry lookup argument - [Relevant migration guide](https://ladysnake.org/wiki/cardinal-components-api/upgrade-instructions/CCA-6-changes#serialization) - Warning: due to the above change, level components may not be deserialized correctly if a mod calls `LevelProperties.readProperties` instead of `LevelStorage.parseSaveProperties` **Removals** - The deprecated `util` package in `cardinal-components-block` has been removed ### Beta 1 **Additions** - Added `C2SSelfMessagingComponent`, a new experimental utility interface to simplify client-to-server messaging on player components - Added `WorldComponentRegistry#registerFor` methods, allowing for dimension-specific world components - Scoreboard and team components now support client ticking **Changes** - Migrated all packages from `dev.onyxstudios` to `org.ladysnake` - Updated documentation and licenses to reflect package change - `RespawnCopyStrategy` now also applies on mob conversion - The `cardinal-components-level` is now deprecated, as it is redundant with the `cardinal-components-scoreboard` module - Mods are encouraged to move to scoreboard components, which serve the same purpose of global data storage and have an API more consistent with other modules **Removals** - *Removed item components.* The `cardinal-components-item` module now contains an `ItemComponentMigrationRegistry`, which is used to help you migrate to vanilla components. - Removed `PlayerCopyCallback` - if you were using it, you can switch to `ServerPlayerEvents.COPY_FROM` from Fabric API see full changelog [here](https://github.com/Ladysnake/Cardinal-Components-API/blob/6.0.0-pre1/changelog.md "Changelog")
6.0.0-beta.3 Release 26.04.2024

6.0.0-beta.3

Підтримувані версії Minecraft
1.20.5
Завантажувачі / Платформи
fabric quilt
Показати зміни
Version 6.0.0: Updated to 1.20.5 This update introduces multiple breaking changes - a migration guide is available on [the Ladysnake website](https://ladysnake.org/wiki/cardinal-components-api/upgrade-instructions/CCA-6-changes). ### Beta 3 **Fixes** - Fixed the most basic binary incompatibilities with mods compiled for beta 1 ### Beta 2 **Changes** - All the serialization methods now take an additional registry lookup argument - [Relevant migration guide](https://ladysnake.org/wiki/cardinal-components-api/upgrade-instructions/CCA-6-changes#serialization) - Warning: due to the above change, level components may not be deserialized correctly if a mod calls `LevelProperties.readProperties` instead of `LevelStorage.parseSaveProperties` **Removals** - The deprecated `util` package in `cardinal-components-block` has been removed ### Beta 1 **Additions** - Added `C2SSelfMessagingComponent`, a new experimental utility interface to simplify client-to-server messaging on player components - Added `WorldComponentRegistry#registerFor` methods, allowing for dimension-specific world components - Scoreboard and team components now support client ticking **Changes** - Migrated all packages from `dev.onyxstudios` to `org.ladysnake` - Updated documentation and licenses to reflect package change - `RespawnCopyStrategy` now also applies on mob conversion - The `cardinal-components-level` is now deprecated, as it is redundant with the `cardinal-components-scoreboard` module - Mods are encouraged to move to scoreboard components, which serve the same purpose of global data storage and have an API more consistent with other modules **Removals** - *Removed item components.* The `cardinal-components-item` module now contains an `ItemComponentMigrationRegistry`, which is used to help you migrate to vanilla components. - Removed `PlayerCopyCallback` - if you were using it, you can switch to `ServerPlayerEvents.COPY_FROM` from Fabric API see full changelog [here](https://github.com/Ladysnake/Cardinal-Components-API/blob/6.0.0-beta.3/changelog.md "Changelog")
6.0.0-beta.2 Release 26.04.2024

6.0.0-beta.2

Підтримувані версії Minecraft
1.20.5
Завантажувачі / Платформи
fabric quilt
Показати зміни
Version 6.0.0: Updated to 1.20.5 This update introduces multiple breaking changes - a migration guide is available on [the Ladysnake website](https://ladysnake.org/wiki/cardinal-components-api/upgrade-instructions/CCA-6-changes). ### Beta 2 **Changes** - All the serialization methods now take an additional registry lookup argument - [Relevant migration guide](https://ladysnake.org/wiki/cardinal-components-api/upgrade-instructions/CCA-6-changes#serialization) - Warning: due to the above change, level components may not be deserialized correctly if a mod calls `LevelProperties.readProperties` instead of `LevelStorage.parseSaveProperties` **Removals** - The deprecated `util` package in `cardinal-components-block` has been removed ### Beta 1 **Additions** - Added `C2SSelfMessagingComponent`, a new experimental utility interface to simplify client-to-server messaging on player components - Added `WorldComponentRegistry#registerFor` methods, allowing for dimension-specific world components - Scoreboard and team components now support client ticking **Changes** - Migrated all packages from `dev.onyxstudios` to `org.ladysnake` - Updated documentation and licenses to reflect package change - `RespawnCopyStrategy` now also applies on mob conversion - The `cardinal-components-level` is now deprecated, as it is redundant with the `cardinal-components-scoreboard` module - Mods are encouraged to move to scoreboard components, which serve the same purpose of global data storage and have an API more consistent with other modules **Removals** - *Removed item components.* The `cardinal-components-item` module now contains an `ItemComponentMigrationRegistry`, which is used to help you migrate to vanilla components. - Removed `PlayerCopyCallback` - if you were using it, you can switch to `ServerPlayerEvents.COPY_FROM` from Fabric API see full changelog [here](https://github.com/Ladysnake/Cardinal-Components-API/blob/6.0.0-beta.2/changelog.md "Changelog")
6.0.0-beta.1 Release 19.04.2024

6.0.0-beta.1

Підтримувані версії Minecraft
1.20.5-rc2
Завантажувачі / Платформи
fabric quilt
Показати зміни
Version 6.0.0: Updated to 1.20.5 This update introduces multiple breaking changes - a migration guide is available on [the Ladysnake website](https://ladysnake.org/wiki/cardinal-components-api/upgrade-instructions/CCA-6-changes). **Additions** - Added `C2SSelfMessagingComponent`, a new experimental utility interface to simplify client-to-server messaging on player components - Added `WorldComponentRegistry#registerFor` methods, allowing for dimension-specific world components - Scoreboard and team components now support client ticking **Changes** - Migrated all packages from `dev.onyxstudios` to `org.ladysnake` - Updated documentation and licenses to reflect package change - `RespawnCopyStrategy` now also applies on mob conversion - The `cardinal-components-level` is now deprecated, as it is redundant with the `cardinal-components-scoreboard` module - Mods are encouraged to move to scoreboard components, which serve the same purpose of global data storage and have an API more consistent with other modules **Removals** - *Removed item components.* The `cardinal-components-item` module now contains an `ItemComponentMigrationRegistry`, which is used to help you migrate to vanilla components. - Removed `PlayerCopyCallback` - if you were using it, you can switch to `ServerPlayerEvents.COPY_FROM` from Fabric API see full changelog [here](https://github.com/Ladysnake/Cardinal-Components-API/blob/6.0.0-beta.1/changelog.md "Changelog")
5.4.0 Release 29.11.2023

5.4.0

Підтримувані версії Minecraft
1.20.3-pre4 1.20.3 1.20.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
Version 5.4.0: Updated to 1.20.3 see full changelog [here](https://github.com/Ladysnake/Cardinal-Components-API/blob/5.4.0/changelog.md "Changelog")
5.3.0 Release 10.09.2023

5.3.0

Підтримувані версії Minecraft
1.20.2-pre1 1.20.2-pre2 1.20.2-pre3 1.20.2-pre4 1.20.2-rc1 1.20.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
Version 5.3.0: Updated to 1.20.2 **Additions** - Added load- and unload-aware components as an experimental feature - This can be used to implement advanced initialization and cleanup 🧽 **Changes** - Deprecated the `utils` package in `cardinal-components-block` as it is now virtually unusable see full changelog [here](https://github.com/Ladysnake/Cardinal-Components-API/blob/5.3.0/changelog.md "Changelog")
5.2.2 Release 03.08.2023

5.2.2

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
Version 5.2.2: Fixed chunk components being lost during deserialization (thanks to Stuff-Stuffs !) see full changelog [here](https://github.com//Cardinal Components Api/blob/5.2.2/changelog.md "Changelog")
5.2.1 Release 09.06.2023

5.2.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
Version 5.2.1: Fixed compatibility with full 1.20 release see full changelog [here](https://github.com/OnyxStudios/Cardinal-Components-API/blob/5.2.1/changelog.md "Changelog")
5.2.0 Release 26.05.2023

5.2.0

Підтримувані версії Minecraft
1.20-pre4
Завантажувачі / Платформи
fabric quilt
Показати зміни
Version 5.2.0: Updated to MC 1.20 (Thanks to IMS !) see full changelog [here](https://github.com/OnyxStudios/Cardinal-Components-API/blob/5.2.0/changelog.md "Changelog")
5.1.0 Release 10.12.2022

5.1.0

Підтримувані версії Minecraft
1.19.3 1.19.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
Version 5.1.0: Updated to MC 1.19.3 see full changelog [here](https://github.com/OnyxStudios/Cardinal-Components-API/blob/5.1.0/changelog.md "Changelog")
5.0.2 Release 27.08.2022

5.0.2

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
Version 5.0.2: - Fix world components not synchronizing on load see full changelog [here](https://github.com/OnyxStudios/Cardinal-Components-API/blob/5.0.2/changelog.md "Changelog")
5.0.1 Release 03.07.2022

5.0.1

Підтримувані версії Minecraft
1.19 1.19.1
Завантажувачі / Платформи
fabric
Показати зміни
Version 5.0.1: **Fixes** - Fixed components ticking only on subclasses of the block entities they were declared for (e.g. if a ticking component got attached to ChestBlockEntity, it would only tick on TrappedChestBlockEntity) see full changelog [here](https://github.com/OnyxStudios/Cardinal-Components-API/blob/5.0.1/changelog.md "Changelog")
5.0.0 Release 02.07.2022

5.0.0

Підтримувані версії Minecraft
1.19
Завантажувачі / Платформи
fabric
Показати зміни
Version 5.0.0: Updated to MC 1.19 **Additions** - Component providers now expose the `ComponentAccess` interface through Loom's interface injection - `ComponentAccess` adds `getComponent` as an alternative to `ComponentKey#get`, and `syncComponent` as an alternative to `ComponentKey#sync` - It is now recommended to use e.g. `entity.getComponent(KEY)` instead of `KEY.get(entity)`, as this enforces type checking see full changelog [here](https://github.com/OnyxStudios/Cardinal-Components-API/blob/5.0.0/changelog.md "Changelog")
4.2.0 Release 02.07.2022

4.2.0

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
fabric
Показати зміни
Version 4.2.0: **Additions** - Players can now set the `log-deserialization-warnings` option to toggle warnings when a component fails to be resolved (typically due to mods being removed) **Mod Compatibility** - Fixed incompatibility with Immersive Portals see full changelog [here](https://github.com/OnyxStudios/Cardinal-Components-API/blob/4.2.0/changelog.md "Changelog")
5.0.0-beta.1 Release 22.05.2022

5.0.0-beta.1

Підтримувані версії Minecraft
1.19-pre1
Завантажувачі / Платформи
fabric
Показати зміни
Version 5.0.0: Updated to MC 1.19 **Additions** - Component providers now expose the `ComponentAccess` interface through Loom's interface injection - `ComponentAccess` adds `getComponent` as an alternative to `ComponentKey#get`, and `syncComponent` as an alternative to `ComponentKey#sync` - It is now recommended to use e.g. `entity.getComponent(KEY)` instead of `KEY.get(entity)`, as this enforces type checking see full changelog [here](https://github.com/OnyxStudios/Cardinal-Components-API/blob/5.0.0-beta.1/changelog.md "Changelog")
4.1.4 Release 02.03.2022

4.1.4

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
fabric
Показати зміни
Version 4.1.4: Updated to 1.18.2 see full changelog [here](https://github.com/OnyxStudios/Cardinal-Components-API/blob/4.1.4/changelog.md "Changelog")
4.1.3 Release 20.02.2022

4.1.3

Підтримувані версії Minecraft
1.18 1.18.1
Завантажувачі / Платформи
fabric
Показати зміни
Version 4.1.3: **Additions** - Added mod icons **Fixes** - Fixed chunk components serialization see full changelog [here](https://github.com/OnyxStudios/Cardinal-Components-API/blob/4.1.3/changelog.md "Changelog")
4.1.2 Release 06.02.2022

4.1.2

Підтримувані версії Minecraft
1.18 1.18.1
Завантажувачі / Платформи
fabric
Показати зміни
Version 4.1.1: **Fixes** Fixed modded ComponentProvider subclasses (as in, custom entities) on newer loom versions see full changelog [here](https://github.com/OnyxStudios/Cardinal-Components-API/blob/4.1.2/changelog.md "Changelog")
4.1.1 Release 02.02.2022

4.1.1

Підтримувані версії Minecraft
1.18 1.18.1
Завантажувачі / Платформи
fabric
Показати зміни
Version 4.1.1: **Fixes** Fixed modded ComponentProvider subclasses (as in, custom entities) on newer loom versions see full changelog [here](https://github.com/OnyxStudios/Cardinal-Components-API/blob/4.1.1/changelog.md "Changelog")
4.1.0 Release 26.01.2022

4.1.0

Підтримувані версії Minecraft
1.18 1.18.1
Завантажувачі / Платформи
fabric
Показати зміни
Version 4.1.0: Now available on modrinth! **Changes** - **Changed the maven group from `io.github.onyxstudios.Cardinal-Components-API` to `dev.onyxstudios.cardinal-components-api`** **Fixes** - Fixed curseforge upload see full changelog [here](https://github.com/OnyxStudios/Cardinal-Components-API/blob/4.1.0/changelog.md "Changelog")