Cardinal Components API

API for data-driven content

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

Fabric

modImplementation "curse.maven:cardinal-components-api-318449:3801041"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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