Jump to content

Recommended Posts

Posted (edited)

Hi, new to making mods but not to Java. I did search google and this forum a bunch before posting. I'm starting with Pigs, but I'd like to make them aggressive and attack the player. Current code in my event is as follows:

Pig pig = (Pig) event.getEntity();

pig.canAttackType(EntityType.PLAYER);
pig.setSpeed(HardModeConfig.SERVER.killerPigSpeed.get());
pig.setAggressive(true);

pig.goalSelector.addGoal(-1, new MeleeAttackGoal(pig, 10.0, true));

pig.targetSelector.addGoal(1, new NearestAttackableTargetGoal<>(pig, Player.class, true));

The posts I found all reverence some 1.12 EntityAI something, which I cannot seem to find in the source code. Any direction and help would be awesome. Thanks.

Edited by straydoginc

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.