Mythic Mob Applicable Enchants
MythicEnchants adds an additional behavior configuration for MythicMobs to customize what enchantments that mob type is vulnerable to. This allows you to create custom mobs that do not inherit their base type's enchantment vulnerablities. Further customization should be done in an Enchantment's skills, as this is merely a toggle for enchant effectiveness to help address Type vulnerabilities or applications.
Configuration Options
The ApplicableEnchants mob field configures enchantments that can be applied to the mob, overriding the base Type's behaviors:
MOB_ID:
Type: SKELETON
ApplicableEnchants:
- NAMESPACE:ENCHANTMENT_ID BOOLEAN
Enchantments that apply to the base mob Type are true by default. Enchantments that apply to specific mob types, such as Smite against undead, can also be applied to custom mobs by assigning them as true. Enchantments defined as false will not apply to the mob, regardless of Type.
Examples:
climbing_zombie:
Type: SPIDER
Disguise: ZOMBIE # powered by LibsDisguises
ApplicableEnchants:
- minecraft:bane_of_arthropods false
- minecraft:smite true
- mythicenchants:holy_burn true
# Applicable enchantments are enabled by default