Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Supported environments
Creators
Details
Licensed MIT
Published 2 days ago
Updated 2 days ago

Features
- Player-Like Spell Casting: Mobs cast spells with animations and cooldowns, just like players
- Automatic Ability Detection: Mobs with spell items automatically gain casting abilities on spawn
- Tag-Based AI: Item tags determine wizard vs basic combat AI
- Class Presets: Pre-configured loadouts spawn automatically (Archer, Assassin, Deadeye, War Archer, Warrior, Rogue, Fire Wizard, Arcane Wizard, Tundra Hunter, Wildling, Frozen Champion, Plaguebringer)
How It Works
When a mob spawns with Spell Engine items:
- Detection: System checks for items with Spell Engine spells
- Tag Check: Checks if item has wizard tags (staff/spellbook tags)
- AI Selection:
- Has wizard tags → Wizard AI (maintains distance, strafes)
- No wizard tags → Basic AI (standard attack behavior)
- Behavior: Mob uses appropriate AI based on item tags
Wizard Tags
Configure which items get wizard AI via tags in config/mobbility/spell_engine.toml:
Default Tags
[wizardAI]
staffTags = ["wizards:wands", "irons_spellbooks:staff", "wizards:staves", "paladins:staves"]
spellbookTags = ["curios:spellbook"]
Add custom tags to support items from other mods.
Configuration
Fully customizable via config/mobbility/spell_engine.toml:
Combat Class Settings
[combatClass]
speedModifier = 1.0
attackIntervalMin = 60
attackIntervalMax = 120
useCooldowns = true
preventFriendlyFire = true
spellBlacklist = []
Wizard Tags
[wizardAI]
staffTags = ["wizards:wands", "irons_spellbooks:staff", "wizards:staves", "paladins:staves"]
spellbookTags = ["curios:spellbook"]
Class Presets
[classPresets]
enabled = true
# Presets for Skeleton, Zombie, Husk, Stray, Drowned, Wither Skeleton (Archer, Assassin, Warrior, Rogue, Fire Wizard, Arcane Wizard, etc.)
Requirements
- Minecraft: 1.20.1
- Fabric Loader: 0.15.11+
- Mobbility [Core]: Required core mod (Fabric version)
- Spell Engine: The spell mod this addon integrates with
- Fzzy Config: For configuration
![Mobbility [Addon: Spell Engine]](https://cdn.modrinth.com/data/OYzwiOOZ/ab72a9ada8c44262e1156138c0b0957bb1a451da_96.webp)

