
Cardinal Components API
A data attachment API that is easy, modular, and extremely fast.
Обновлён 5 июля 2026 г. · опубликован 26 января 2022 г.
A components API for Quilt and Fabric that is easy, modular, and extremely fast.
Detailed information is available in the repository's wiki. 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.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 7.3.2 | Релиз | 1.21.11 | fabric, quilt | 5 июля 2026 г. | .jar (229 КБ) |
| 8.0.1 | Релиз | 26.1, 26.1.1, 26.1.2, 26.2 | fabric, quilt | 5 июля 2026 г. | .jar (232 КБ) |
| 8.0.0 | Релиз | 26.1, 26.1.1, 26.1.2, 26.2 | fabric, quilt | 11 апреля 2026 г. | .jar (232 КБ) |
| 8.0.0-alpha.5+26.1 | Альфа | 26.1, 26.1.1 | fabric, quilt | 2 апреля 2026 г. | .jar (233 КБ) |
| 8.0.0-alpha.4+26.1-rc-2 | Альфа | 26.1-rc-2 | fabric, quilt | 24 марта 2026 г. | .jar (233 КБ) |
| 8.0.0-alpha.3+26.1-pre-2 | Альфа | 26.1-pre-2 | fabric, quilt | 15 марта 2026 г. | .jar (231 КБ) |
| 7.3.1 | Релиз | 1.21.11 | fabric, quilt | 11 марта 2026 г. | .jar (230 КБ) |
| 7.3.0 | Релиз | 1.21.11 | fabric, quilt | 10 декабря 2025 г. | .jar (229 КБ) |
| 6.1.3 | Релиз | 1.21, 1.21.1 | fabric, quilt | 22 ноября 2025 г. | .jar (224 КБ) |
| 7.2.0 | Релиз | 1.21.10 | fabric, quilt | 12 октября 2025 г. | .jar (230 КБ) |
| 7.1.0-beta.1 | Бета | 25w36b, 1.21.9 | fabric, quilt | 8 сентября 2025 г. | .jar (235 КБ) |
| 7.0.0-beta.1 | Бета | 1.21.6, 1.21.7, 1.21.8 | fabric, quilt | 17 июня 2025 г. | .jar (235 КБ) |
| 6.3.1 | Релиз | 1.21.5 | fabric, quilt | 13 апреля 2025 г. | .jar (232 КБ) |
| 6.3.0 | Релиз | 1.21.5 | fabric, quilt | 26 марта 2025 г. | .jar (232 КБ) |
| 6.3.0-alpha.1+25w09b | Альфа | 1.21.5-pre3, 1.21.5-rc1, 1.21.5-rc2, 1.21.5 | fabric, quilt | 2 марта 2025 г. | .jar (232 КБ) |
Показаны последние 15 из 45 версий. Все версии — на Modrinth.
Ченджлог
7.3.2Релиз1.21.11 · 5 июля 2026 г.
Version 7.3.2:
Fixes
- Fixed network crashes when using Flashback mod (thanks Up)
see full changelog here
8.0.1Релиз26.1.1, 26.1.2, 26.2 · 5 июля 2026 г.
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
8.0.0Релиз26.1.1, 26.1.2, 26.2 · 11 апреля 2026 г.
Version 8.0.0:
Updated to 26.1
See the migration guide available on the Ladysnake website.
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-levelhas been renamed tocardinal-components-leveldatacardinal-components-worldhas been renamed tocardinal-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
LevelDataobject (using thecardinal-components-leveldatamodule) 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
8.0.0-alpha.5+26.1Альфа26.1, 26.1.1 · 2 апреля 2026 г.
Version 8.0.0-alpha.5+26.1:
Updated to 26.1
See the migration guide available on the Ladysnake website.
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-levelhas been renamed tocardinal-components-leveldatacardinal-components-worldhas been renamed tocardinal-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
LevelDataobject (using thecardinal-components-leveldatamodule) can no longer use dynamic registries in serialization (vanilla limitation)
see full changelog here
8.0.0-alpha.4+26.1-rc-2Альфа26.1-rc-2 · 24 марта 2026 г.
Version 8.0.0-alpha.4+26.1-rc-2:
Updated to 26.1
See the migration guide available on the Ladysnake website.
Changes
- Two modules have been renamed in order to match Mojmap names :
cardinal-components-levelhas been renamed tocardinal-components-leveldatacardinal-components-worldhas been renamed tocardinal-components-level- All interfaces inside these modules have been renamed accordingly
Removed
- Components attached to a
LevelDataobject (using thecardinal-components-leveldatamodule) can no longer use dynamic registries in serialization (vanilla limitation)
see full changelog here
8.0.0-alpha.3+26.1-pre-2Альфа26.1-pre-2 · 15 марта 2026 г.
Version 8.0.0-alpha.3+26.1-pre-2:
Updated to 26.1-pre-2
Removed
- Components attached to a
LevelDataobject (using thecardinal-components-levelmodule) can no longer use dynamic registries in serialization (vanilla limitation)
see full changelog here
7.3.1Релиз1.21.11 · 11 марта 2026 г.
Version 7.3.1:
Fixes
- Fixed a serialization issue in
cardinal-components-scoreboard(thanks farpo and AmyMialee !)
see full changelog here
7.3.0Релиз1.21.11 · 10 декабря 2025 г.
Полная история изменений — на Modrinth.
Комментарии
Загружаем…