Skip to content

v5.0.0-beta.1

Compare
Choose a tag to compare
@Pyrofab Pyrofab released this 22 May 09:19
· 17 commits to 1.19 since this release
9b0a835

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