Jump to content

[1.10 Minecraft Coder Pack] Increase attack reach distance


ExPoZzeD

Recommended Posts

Hi! I would like extend the reach of the player controller for attack and interact with mobs!

 

I have extended the objetMouseOver to 50 blocks for get a entity from far.

When i attacking the entity, the boolean:

boolean flag5 = targetEntity.attackEntityFrom(DamageSource.causePlayerDamage(this), f);

The boolean return the result false. But when i force the result to true. The entity don't have knockback and die, but the IA it's not remove!

 

Example: I kill creeper from 12 blocks but the creeper can explode when i approach. What the fuck? O_O?

 

Sorry for my bad language i'm tired and i'm french :P

Thanks for your help.  8) 8) 8) 8) 8)

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

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