File Details
cardinal-components-chunk-5.0.0-beta.1.jar
- R
- May 22, 2022
- 24.28 KB
- 66
- 1.19-Snapshot
- Fabric
File Name
cardinal-components-chunk-5.0.0-beta.1.jar
Supported Versions
- 1.19-Snapshot
Curse Maven Snippet
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