File Details
entityjs-0.2.2-1.19.2-fabric.jar
- R
- Jul 13, 2024
- 1.84 MB
- 51
- 1.19.2
- Fabric
File Name
entityjs-0.2.2-1.19.2-fabric.jar
Supported Versions
- 1.19.2
Curse Maven Snippet
Enhanced
- Enhanced
addGoalSelectorsandaddGoalsevents, now capable of modifying all Mob entities. - Enhanced
buildBrain()andbuildBrainProvider()events, which can now modify any entity brain, provided these entities do not override thebrainProvider/getBrainmethods in their subclasses.
Added
- Introduced
.removeGoal(),.removeGoals(), and.removeAllGoals()methods to bothaddGoalSelectorsandaddGoalsevents, enabling the removal of existing goals. - Introduced
getEntity()method to all goal events, granting access to the mob instance involved in the event. - Introduced the
EntityJSEvents.modifyEntity()event, enabling method overrides for entities derived fromPathfinderMob,Mob,LivingEntity, andEntity. (Refer to the new wiki page for examples)
Fixed
- Fixed an issue where
getStandingEyeHeight()was returning null. - Relocated the goal event in the
MobMixinentity initialization method to theEntityMixinonAddedToWorld()method to ensure values register properly.