Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Creators
Tags
Details
SpellEngine is library mod (also known as an API) that lets developers create magic spells using, providing players with a complete spell-casting system including spell books, visual effects, and weapon integration.
๐ฆ Installation
๐ Installation via Modrinth app is strongly recommended, to automatically resolve all required mods.
Required
Additionally on Fabric:
- Fabric API
- slot mod: Trinkets or Accessories
Additionally on NeoForge:
- Forgified Fabric API
- slot mod: Accessories
โญ๏ธ Content made with Spell Engine
๐ค Made by partners
๐ฆ Built-in content
๐ก๏ธ Weapon skills ๐ช

Explore a variety of melee attack skills, each of them designed for a specific weapon type, with unique features:
- detailed collision detection
- momentum and sliding
- fancy animations
RPG Series content mods come with these skills assigned by default.
Automatically assigned to third-party and vanilla weapons, based on item id or item tag membership. (Config file: config/spell_engine/weapon_fallback.json)
๐ช๏ธ API Features
Data driven API
- ๐ก๏ธ Spells can be assigned to any weapon (data driven with automatic weapon compatibility)
- ๐ฎ Spells deal damage based on Spell Power entity attributes
- โ๏ธ Spells defined in JSON format with hot-reloading and network synchronization
- ๐ฆ Spell Container System with proxy mode, equipment slots, and dynamic spell resolution
- ๐ Universal pattern matching for tags, regex, and exact matches across all spell properties
- ๐ ๏ธ Programmatic spell generation with SpellBuilder and SpellGenerator for mod developers
- โ๏ธ Spells have a comprehensive set of mechanical behaviours:
- Spell Types: Active (casted), Passive (triggered), Modifier (spell-modifying)
- Cast Modes: Instant, charged, channeled, with configurable haste effects
- Trigger System: 14+ trigger types (melee, arrow, spell, damage, evasion, roll, etc.) with conditional logic
- Targeting: Aim, Beam, Area, Caster, None, FromTrigger - with caps, conditions, and health-based limits
- Delivery: Direct, Projectile, Meteor, Cloud, ShootArrow, StashEffect, Custom - with delays and multi-placement
- Projectile Features: Homing, ricochet, bounce, pierce, chain reactions, divergence, custom hitboxes
- Impact Actions: Damage, Heal, StatusEffect, Fire, Teleport, Spawn, Cooldown, Aggro, Custom
- Conditional Logic: Target modifiers, impact filters, chance-based execution, entity type conditions
- Cost System: Exhaust, items/runes, cooldowns, durability, status effect consumption, with batching
- Equipment Sets: Set bonuses providing spells, attributes, and special abilities
Fancy audio and visuals
- ๐ Advanced sound system: casting start/loop, release, impact, travel sounds with randomization
- โจ Sophisticated particle system with shapes, entity following, scaling, and custom magical particles
- ๐จ Custom Item/Block models for projectiles, status effects, and spell clouds with BlockBench support
- ๐คธ Player animations at all spell stages with pitch control and ranged weapon animation support
- ๐ก Dynamic lighting integration (LambDynamicLights) for magical illumination
- ๐ Customizable beam rendering with colors, textures, width, and flow effects
- ๐ Area effect visualization with ground indicators and range-scaled particles
In game features
- ๐ง Spell selection and casting visible on HUD (fully player configurable)
- ๐ QoL features: automatic spell cast release, client prediction, smart targeting
- โ๏ธ Spell Binding Table for adding spells to weapons and creating spell books
- ๐ Spell Scroll system with creative tab generation and dungeon loot integration
- ๐ Equipment integration: Spell books, trinket slots (Trinkets/Accessories), automatic weapon detection
- โก Spell Infinity enchantment with configurable item tag support
- ๐ฎ Commands:
/spell_cooldownsfor server administration and debugging - ๐ฐ Advanced loot system with
spell_bind_randomlyfunction for dynamic spell assignment
Developer & Mod Integration
- ๐ Extensive mod compatibility: Better Combat, Combat Roll, FTB Teams, Shoulder Surfing, and more
- ๐ Comprehensive event system for spell casting, healing, and projectile lifecycle
- ๐๏ธ Custom handler registration for delivery methods and impact actions
- ๐ฏ Entity predicate system for complex targeting conditions
- ๐ง Performance optimizations: batching, scheduling, client-side prediction
- ๐ Data generation framework for programmatic spell creation and validation
- ๐ Multi-platform support (Fabric & NeoForge) with unified API





















