Started by
BreakerOfFourthWall
on
Topic category: Help with Minecraft modding (Java Edition)
I’m trying to make an entity that attacks every mob that has the custom entity tag “humanoid” using the attack conditions. Through this I’ve run into a few problems
- I can’t seem to get the entity that the mob is wanting to attack for the condition
- Any attempt at trying to get the mob to do it either crashes the game, makes it attack all mobs including its own kind, or it becomes completely passive
One additional note: I’m using version 2022.3 with the 1.16.5 generator so I can’t using any blocks added later than that. Please, someone at the very least tell me if it is or is not possible.