Releases: Ladysnake/Cardinal-Components-API
Releases · Ladysnake/Cardinal-Components-API
v5.0.0
Version 5.0.0:
Updated to MC 1.19
Additions
- Component providers now expose the
ComponentAccess
interface through Loom's interface injectionComponentAccess
addsgetComponent
as an alternative toComponentKey#get
, andsyncComponent
as an alternative toComponentKey#sync
- It is now recommended to use e.g.
entity.getComponent(KEY)
instead ofKEY.get(entity)
, as this enforces type checking
see full changelog here
v4.2.0
v5.0.0-beta.1
Version 5.0.0:
Updated to MC 1.19
Additions
- Component providers now expose the
ComponentAccess
interface through Loom's interface injectionComponentAccess
addsgetComponent
as an alternative toComponentKey#get
, andsyncComponent
as an alternative toComponentKey#sync
- It is now recommended to use e.g.
entity.getComponent(KEY)
instead ofKEY.get(entity)
, as this enforces type checking
see full changelog here
v4.1.4
v4.1.3
v4.1.2
v4.1.1
v4.1.0
v4.0.1
v4.0.0
Version 4.0.0:
Updated to 1.18
Removed
- Removed serializable item components
- Item components must now save all their data in the stack NBT
- Consider switching to API Lookup API where possible
- Removed the
cardinal-components-util
module- According to Github no one ever used it, but if you did, and you see no currently available alternative, please open an issue
see full changelog here