Minecraft-Console-Client icon indicating copy to clipboard operation
Minecraft-Console-Client copied to clipboard

AutoAttack: Allow adding mobs to the list of auto attacks e.g. cow, pig

Open iwixw opened this issue 4 years ago • 3 comments

How to add mobs to the list of auto attacks: cow, pig

iwixw avatar Feb 27 '22 11:02 iwixw

You have to edit the source code then make a build of the client yourself. I just edited EntityTypeExtensions.cs and added Pig/Cow to it to make the client think it is hostile and attack it.

ckxckv avatar Feb 28 '22 06:02 ckxckv

I changed EntityTypeExtensions.cs what to do next?

iwixw avatar Feb 28 '22 09:02 iwixw

Currently you cannot customize mobs list to be attacked. Adding it to todo list.

ReinforceZwei avatar Mar 06 '22 11:03 ReinforceZwei

Looking into implementing this in the following days.

milutinke avatar Sep 25 '22 23:09 milutinke

Implemented in #2214

milutinke avatar Sep 27 '22 11:09 milutinke