promotional bannermobile promotional banner

EntityJS

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

File Details

entityjs-0.0.9-1.19.2.jar

  • R
  • Mar 11, 2024
  • 1.07 MB
  • 15.1K
  • 1.19.2
  • Forge

File Name

entityjs-0.0.9-1.19.2.jar

Supported Versions

  • 1.19.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:entityjs-967617:5173402")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Added .createNavigation override to mob, animal, and tamable mob builders

  • Added .addPartEntity parameter effectively adding part entity/multi-hitbox support

  • Added .onPartHurt function to the part entity builder

  • Added missing brain overrides for living entity/pathfinder mob/tamable mob builders

  • Added EntityJSUtils binding for various class uses

  • Removed InteractionResult binding as it's no longer needed in the .onInteract method in the builders as .onInteract needs no return value anymore

  • Changed "targetEntity" context to "entity" in .isInvulnerableTo method