File Details
cardinal-components-api-6.0.0-beta.1.jar
- B
- Apr 19, 2024
- 221.97 KB
- 198
- 1.20.5-Snapshot
- Fabric
File Name
cardinal-components-api-6.0.0-beta.1.jar
Supported Versions
- 1.20.5-Snapshot
Curse Maven Snippet
Version 6.0.0:
Updated to 1.20.5
This update introduces multiple breaking changes - a migration guide is available on the Ladysnake website.
Additions
- Added
C2SSelfMessagingComponent, a new experimental utility interface to simplify client-to-server messaging on player components - Added
WorldComponentRegistry#registerFormethods, allowing for dimension-specific world components - Scoreboard and team components now support client ticking
Changes
- Migrated all packages from
dev.onyxstudiostoorg.ladysnake - Updated documentation and licenses to reflect package change
RespawnCopyStrategynow also applies on mob conversion- The
cardinal-components-levelis now deprecated, as it is redundant with thecardinal-components-scoreboardmodule- 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-itemmodule now contains anItemComponentMigrationRegistry, which is used to help you migrate to vanilla components. - Removed
PlayerCopyCallback- if you were using it, you can switch toServerPlayerEvents.COPY_FROMfrom Fabric API
see full changelog here