Minecraft-Console-Client
Minecraft-Console-Client copied to clipboard
AutoAttack: Allow adding mobs to the list of auto attacks e.g. cow, pig
How to add mobs to the list of auto attacks: cow, pig
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.
I changed EntityTypeExtensions.cs what to do next?
Currently you cannot customize mobs list to be attacked. Adding it to todo list.
Looking into implementing this in the following days.
Implemented in #2214