- Hook into vanilla team kill scoreboard to track team kills.
The team of the mob needs to have a color assigned!
- Fix nullpointer crash with shifting items in armor ui
- Override breeze ai target check allowing them to target other mobs.
This only applies to the selected ones (e.g. via team or the stick) so it will not change for normal gameplay
- Update to 1.21.1
- Update tenshilib compat
- Fix tooltip for effect giver
- Team targeting mobs can now see through walls
- Slimes can now damage their targets (vanilla can only hurt players/iron golems)
- Wardens can now hurt each other if in different teams
- Add russian translation (#31)
- Fix another nullpoint error with hurt ai
- Fix nullpoint error with hurt ai
- Port 1.20.1
- Add entity tagmobbattle:hurt_ignored_mobs
for ignoring revenge targets. Useful for attacking summoner mobs like evokers. Default includes vex- Fix spawn egg item not working on spawners
- Update to 1.19.4
- Fix warden not targeting set target
- Fix mobs attacking invulnerable mobs when using team targeting
- Add entity tag: "mobbattle:ignored_mobs".
Mobs in this tag will not get their ai modified - Mobs will select another target if it cant reach it due to other mobs teaming up on it
- Fix mobs targeting non team mobs
- (Fix team friendly fire treating mobs without teams as same team)
- Updated to 1.19
- Internal changes
- Internal changes
- Fix crash with mob equipment item
- Port to 1.18
- Fix server crash
- Fix crash with some items
- Add missing langs for some stuff
- Fix mods.toml version
- Add support for spawneggs from TenshiLib
- Add spawnegg color for missing mobs (iron/snow golem etc.)
- Add support for mobs using the brain ai (piglins, hoglins etc.)
- Fix box renderer
- Change tooltips to use lang files
- Port to 1.16
- Fix evoker team not applying to summoned vexes
- Changed all CreatureEntity references to MobEntity so Ghast, Phantoms etc. are included too. (Slime will attack but wont do dmg due to hardcoded dmg behaviour)
- Remove all targetGoal which also fixes phantoms not attacking properly
- Added MCA support
- Dispenser now use the spawn eggs
- Spawn egg changing now needs creative mode
- Fixed Vanilla-Fix incompability
- Added auto target of mobs from other teams (configurable)
- Fixed nbt with spawnegg being broken
- Particles display for teams is can now be turned off in config
- Fixed #5