Started by
Caviar_Standaard
on
Topic category: Troubleshooting, bugs, and solutions
I want my mobs to attack each other, but I don't want them to attack another one of themself or something like a minion, is there a way to make a faction or something to do this?
groups of things are categorised in minecraft as tags
make a tag with type entity, add your mobs to it, and then make an attack AI task, the target should just be EntityLiving, then click on the thing on the right that says "Conditions: OO", and add a procedure to it
this procedure should go like: if event/target entity has tag [faction], then return true, and put return false at the end