Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Details
Licensed MIT
Published 2 years ago
Updated last week
Changelog
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#registerFor
methods, allowing for dimension-specific world components - Scoreboard and team components now support client ticking
Changes
- Migrated all packages from
dev.onyxstudios
toorg.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 thecardinal-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 anItemComponentMigrationRegistry
, which is used to help you migrate to vanilla components. - Removed
PlayerCopyCallback
- if you were using it, you can switch toServerPlayerEvents.COPY_FROM
from Fabric API
see full changelog here
Files
Metadata
Release channel
ReleaseVersion number
6.0.0-beta.1Loaders
Game versions
1.20.5-rc2Downloads
123Publication date
April 19, 2024 at 10:23 PMPublisher
Pyrofab
Maintainer