File Details
entityjs-0.6.9-1.20.1.jar
- R
- Jun 20, 2026
- 2.30 MB
- 154
- 1.20.1
- Forge + 1
File Name
entityjs-0.6.9-1.20.1.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
- Changed
canThrowdefault totrueinProjectileItemBuilder - Implemented
setModelandsetModelClassinCustomEntityBuilder - Added
setRendererandsetRendererClassmethods toCustomEntityBuilder - Fixed remapping issues caused by setting remap to
trueon Forge methods event.createCustom()now supports non-living entities, optionally rendering with GeckoLib or through an existing model class- Fixed desync issues in wrapped custom entity classes by defaulting to original entity values
- Added
playMuffledStepSound,playCombinationStepSounds, andplayStepSoundto EntityJS entity builders - Added fallback overrides for methods commonly overridden in final entity classes:
playSwimSound,doWaterSplashEffect,processFlappingMovement, andcanBeHitByProjectile - Added
playStepSound,playMuffledStepSound, andplayCombinationStepSoundstoEntityJSEvents.modifyEntity() - Replaced all instances of
constwithletin ProbeJS typings - Fixed
ProjectileAnimatableJSandProjectileEntityJSworld-save errors when summoned without an item

