Compatibility
Minecraft: Java Edition
1.21.x
1.20.1
1.19.2
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Details
Licensed GPL-3.0-only
Published last year
Updated 2 weeks ago
Changelog
- Fixed missing collar implementation to WolfEntityJS
- Fixed GeoLayerJS rendering logic not working when builder.render was called
- Fixed entity modification
canAttack
callback resulting in NullPointerException crash - Added client/server synced data methods via
.defineSyncedData
entity modification method.
Example:
builder.defineSyncedData(entity => {
entity.addSyncedData("string", "Variant", "blue")
})
- Added
getSyncedData
to LivingEntities to grab the aforementioned synced data.
Example:
entity.getSyncedData("Variant")
Files
Metadata
Release channel
ReleaseVersion number
0.4.8-1.20.1Loaders
Game versions
1.20.1Downloads
1676Publication date
April 10, 2025 at 11:12 PMPublisher

Liopyu
Member