Releases: Ladysnake/Cardinal-Components-API
Releases · Ladysnake/Cardinal-Components-API
v2.3.6
v2.4.0-nightly.20w20a
Version 2.4.0:
Backwards-compatibility note: while this release is compatible with older applications, some classes have been moved to a new module called cardinal-components-util
. If you are missing some types, or if you use the cardinal-components-block
module, you need to add a dependency on that module.
- Updated world and level modules to MC 1.16
- Added statically declared components (experimental feature !)
- Developers can use
-Dcca.debug.asm=true
to their VM options to help debug CCA's issues with static component generation
- Developers can use
- Added a new module -
cardinal-components-util
- Most classes that were not essential to CCA working got moved from
cardinal-components-base
to that module
- Most classes that were not essential to CCA working got moved from
- Added
LazyComponentType
, allowing mods to retrieve aComponentType
handle before it is registered - It is no longer possible for a
ComponentCallback
to override an existing component
This release is available on the Ladysnake bintray
see full changelog here
v2.3.5-alt
2.3.4
2.4.0-nightly.20w06a
Updated cardinal-components-world
to 20w06a snapshot for Minecraft 1.16.