Description
Targeting API is a very simple standalone api that allows mods to specify how they desire their entities to relate to each other: Friend, Enemy, Neutral or Unhandled. This mod is used by the rest of the MK Modules to determine entity relations for executing hostile or friendly spells, determining whether mobs will attack the player, whether the player can talk with the npc, and anything else related to relations. You will mostly never make use of this mod directly. If you are a mod-maker that has complex relations in your own mod, you can depend on this mod to create a shim that will allow the rest of the MK suite to understand your relations without having to pull in any of our larger dependencies.


