Identity

Identity

3M Downloads

Abilities are not working with modded mobs

Opened this issue ยท 3 comments

commented

When I press R key with a modded mob that has ability, nothing happens (Mob tested: Sun, from the Dungeons Mod Lite mod)

commented

Unlike animations & visuals which can be done automatically, abilities require me (or the other developer) to add specific integration for entities. If you're looking to add abilities for a modpack and know a developer, the AbilityRegistry class makes it easy to integrate with Identity.

In other words, only select vanilla mobs will have abilities in Identity. A mostly complete list of supported mobs can be found here. Adding an expansion/external mod to support other projects would be possible, but is not something I plan to do.

commented

I tested enderman but it didn't work

commented

If you have enough coding knowledge, then you should be able to make a custom Identity ability for the mob(s).