maikerumine / mobs_mc

MC like mobs from many authors. This should be complete when released.
GNU General Public License v3.0
22 stars 9 forks source link

Certain mobs should be attacking other mobs #103

Open leorockway opened 7 years ago

leorockway commented 7 years ago

The ocelots should attack chickens. The wolves should attack sheep.

kingoscargames commented 7 years ago

zombies should attack villagers

tobyplowy commented 7 years ago

Abit of topic but Creepers shuld be scared of cats (ocelots)

leorockway commented 7 years ago

I had opened a different issue for that: https://github.com/maikerumine/mobs_mc/issues/105

tenplus1 commented 6 years ago

Adding these lines to mob registry should help:


attack_animals = true,
specific_attack = {"player", "mobs_mc:chicken"},