Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
EntityJS

EntityJS

This mod uses KubeJS to dynamically register entities with full AI/Animation/Spawn Control support!

32.9k
22
Library
Management
Mobs
AboutGalleryChangelogVersions

EntityJS 0.5.0-1.19.2

by Liopyu on May 30, 2025
Download
  • Fixed crash when disabling goals for custom Bee entities
  • Added getEntityBuilder to EntityJSUtils binding class

EntityJS 0.3.1-1.20.1-fabric

by Liopyu on May 30, 2025
Download
  • Fixed crash when disabling goals for custom Bee entities
  • Added getEntityBuilder to EntityJSUtils binding class
  • Added .attributes() method to BaseLivingEntityBuilder giving access to entity modification event from custom entity builders
  • Fixed Attribute Modification Event not working for custom entities

EntityJS 0.3.0-1.20.1-fabric

by Liopyu on May 25, 2025
Download

EntityJS 0.2.7-1.19.2-fabric

by Liopyu on May 25, 2025
Download
  • Fixed bug where getType() is not found due to class obfuscations when summoning EntityJS entities with an egg item

EntityJS 1.2.3-1.21

by Liopyu on May 15, 2025
Download

EntityJS 0.4.9-1.20.1

by Liopyu on May 15, 2025
Download

EntityJS 0.4.9-1.19.2

by Liopyu on May 15, 2025
Download
  • Added setFacesTrajectory to the ProjectileAnimatableJSBuilder to add implementation for geckolib_projectile determining if the projectile's model visually faces the direction it's currently headed in

  • Moved some client logic to client side only classes to avoid errors on dedicated servers when modifying certain entity methods.

EntityJS 1.2.2-1.21

by Liopyu on Apr 10, 2025
Download
  • 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

EntityJS 0.4.8-1.20.1

by Liopyu on Apr 10, 2025
Download
  • 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")

EntityJS 0.4.8-1.19.2

by Liopyu on Apr 10, 2025
Download
  • 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

EntityJS 1.2.1-1.21

by Liopyu on Mar 26, 2025
Download
  • Added missing arguments to CustomInstructionKeyframeEventJS,ParticleKeyFrameEventJS & SoundKeyFrameEventJS including entity, animationTick, controller & keyframeData
  • Added getCurrentAnimationTick() to Geckolib AnimationController giving the current tick the playing animation is at.
  • Made setCanShootFromDispenser() in projectile builders return the builder instead of void allowing for proper builder method chaining

EntityJS 0.4.7-1.20.1

by Liopyu on Mar 26, 2025
Download
  • Added missing arguments to CustomInstructionKeyframeEventJS,ParticleKeyFrameEventJS & SoundKeyFrameEventJS including entity, animationTick, controller & keyframeData
  • Added getCurrentAnimationTick() to Geckolib AnimationController giving the current tick the playing animation is at.
  • Made setCanShootFromDispenser() in projectile builders return the builder instead of void allowing for proper builder method chaining

EntityJS 0.4.7-1.19.2

by Liopyu on Mar 26, 2025
Download
  • Added missing arguments to CustomInstructionKeyframeEventJS,ParticleKeyFrameEventJS & SoundKeyFrameEventJS including entity, animationTick, controller & keyframeData
  • Added getCurrentAnimationTick() to Geckolib AnimationController giving the current tick the playing animation is at.
  • Made setCanShootFromDispenser() in projectile builders return the builder instead of void allowing for proper builder method chaining

EntityJS 0.2.9-1.20.1-fabric

by Liopyu on Mar 26, 2025
Download
  • Added missing arguments to CustomInstructionKeyframeEventJS,ParticleKeyFrameEventJS & SoundKeyFrameEventJS including entity, animationTick, controller & keyframeData
  • Added getCurrentAnimationTick() to Geckolib AnimationController giving the current tick the playing animation is at.
  • Added isMoving() boolean to Entity universally

EntityJS 0.2.8-1.20.1-fabric

by Liopyu on Mar 24, 2025
Download
  • Fixed entity attributes not registering on client in a server environment

EntityJS 1.2.0-1.21

by Liopyu on Mar 19, 2025
Download

EntityJS 0.4.6-1.20.1

by Liopyu on Mar 19, 2025
Download

EntityJS 0.4.6-1.19.2

by Liopyu on Mar 19, 2025
Download

Added

  • ArrowEntityJS: Made getPickupItem method accessible.
  • Entity Classes: Added isMoving() boolean method to all Entity classes.
  • Projectile Entities: Added optional dispenser behavior to the following classes:
    • TridentEntityJS
    • ProjectileEntityJS
    • ProjectileAnimatableJS
    • ArrowEntityJS

Improved

  • ArrowEntityJS: Properly implemented knockBack logic to ensure additional knockback only applies when knockBack is greater than 1.

Removed

  • Removed some shadowed fields in ArrowEntityJS to prevent potential conflicts.

EntityJS 1.1.9-1.21

by Liopyu on Mar 11, 2025
Download

EntityJS 0.4.5-1.20.1

by Liopyu on Mar 11, 2025
Download
1
2
3
9

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+
Filter

Show all versions

Modrinth is open source.

main@a0bd011

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.