v2.4.0-nightly.20w22a.build.2
Pyrofab
released this
31 May 09:35
·
216 commits
to 1.16
since this release
Version 2.4.0:
2.4.0-nightly.20w22a.build.2
- Fixed crashes due to invalid
ComponentProvider
implementation inLevelProperties
2.4.0 General Changelog
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 - Added
Dynamic
conversion methods toNbtSerializable
(defaulted to delegate to nbt serialization) - It is no longer possible for a
ComponentCallback
to override an existing component - Fixed
PlayerSyncCallback
not firing when a player is teleported to another dimensions through commands
see full changelog here