Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Details
Licensed MIT
Published 2 years ago
Updated last week
Changelog
Version 5.0.0:
Updated to MC 1.19
Additions
- Component providers now expose the
ComponentAccess
interface through Loom's interface injectionComponentAccess
addsgetComponent
as an alternative toComponentKey#get
, andsyncComponent
as an alternative toComponentKey#sync
- It is now recommended to use e.g.
entity.getComponent(KEY)
instead ofKEY.get(entity)
, as this enforces type checking
see full changelog here
Files
Metadata
Release channel
ReleaseVersion number
5.0.0-beta.1Loaders
Game versions
1.19-pre1Downloads
971Publication date
May 22, 2022 at 9:24 AMPublisher
Pyrofab
Maintainer