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 8 months ago
Updated yesterday
Changelog
New Features
- Added
setMoveControl
,setLookControl
, andsetJumpControl
methods to mob builders. These methods allow custom control over entity movement, looking behavior, and jumping behavior through provided function implementations. - Added custom LookControl, MoveControl, and JumpControl builders via
EntityJSUtils
binding. These builders can be called using: EntityJSUtils.createLookControl()
EntityJSUtils.createMoveControl()
EntityJSUtils.createJumpControl()
Bug Fixes
- Fixed PathNavigation method: Improved the flexibility and handling of custom path navigation logic for entities.
- Removed shadowed fields from certain mobs: Cleaned up duplicated or shadowed fields to prevent unintended behavior in mob logic.
- Fixed various mob interaction methods (
mobInteract
): Adjusted interaction methods to properly default to thesuper
implementation when needed.
Files
Metadata
Release channel
ReleaseVersion number
0.3.6-1.20.1Loaders
Game versions
1.20.1Downloads
97Publication date
October 22, 2024 at 1:06 AMPublisher
Liopyu
Member