Better Spellcasting

Quick rating

Better Spellcasting

No reviews yet

A mod that integrates Better Combat and Iron's Spellbooks by allowing you to assign spells to weapon attacks

Magic
Mod Loaders
Forge
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
BetterSpellcasting-1.20.1-1.2.0.jar
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

About

Description

description_95f255ef-ec15-4a2f-bb9c-b45760c1927a.png

description_fec0bb0e-d778-45ea-9f1f-cff61fd94126.png

Please make sure that your Iron's Spellbooks version is up to date!

Better Spellcasting

Bind spells to your weapon attacks!

This mod allows you to attach spells from Iron's Spells 'n Spellbooks to individual weapon attacks in a combo chain. 

Features

  • Spell-Infused Combos: Attach different spells to each attack in a weapon's combo chain
  • Flexible Targeting: Spells can target enemies or yourself (for buffs/heals)
  • Customizable Per-Weapon: Define spell combinations in JSON for any weapon
  • Mana-Free Casting: Weapon spells don't consume mana by default
  • Combo Tracking: The mod accurately tracks your attack combo, even when swinging in the air

How It Works

Define spells in your weapon's Better Combat JSON file:

diamond_sword.json

{
  "attributes": {
    "attack_range": 2.5,
    "category": "sword",
    "attacks": [
      {
        "hitbox": "HORIZONTAL_PLANE",
        "damage_multiplier": 1,
        "angle": 120,
        "upswing": 0.5,
        "animation": "bettercombat:one_handed_slash_horizontal_right",
        "swing_sound": {
          "id": "bettercombat:sword_slash"
        },
        "spell": "irons_spellbooks:firebolt",
        "level": 1,
        "target": "TARGET"
        "trigger": "on_attack"       }, { "hitbox": "HORIZONTAL_PLANE", "damage_multiplier": 1, "angle": 120, "upswing": 0.5, "animation": "bettercombat:one_handed_slash_horizontal_left", "swing_sound": { "id": "bettercombat:sword_slash" }, "spell": "irons_spellbooks:blood_slash", "level": 4, "target": "TARGET"
        "trigger": "on_attack"       }, { "hitbox": "FORWARD_BOX", "damage_multiplier": 1, "angle": 0, "upswing": 0.5, "animation": "bettercombat:one_handed_stab", "swing_sound": { "id": "bettercombat:sword_slash", "pitch": 1.2 }, "spell": "irons_spellbooks:heal", "level": 1, "target": "SELF"
      "trigger": "on_hit"       } ] } }

In this example, a diamond sword would cast Firebolt on the first attack, Blood Slash on the second, and Heal (on yourself) on the third!

Spell Properties

  • spell: The spell ID (e.g., "irons_spellbooks:firebolt")
  • level: Spell level (1-...)
  • target: Either "TARGET" (hits enemy) or "SELF" (casts on you)
  • trigger: Either "on_attack" (casts spell everytime) or "on_hit" (casts spell only after enemy is hit)

Limitations

  • Continuous cast spells are not supported (spells that channel over time won't work with instant weapon attacks)
  • You can only attach 1 spell to an attack
  • Requires both Better Combat and Iron's Spells 'n Spellbooks

🚀 Need a server? Use code Kayn at checkout for 25% off your first month with BisectHosting.
4df7b2c8-75b5-4643-a3e4-0115c0af74fa.webp

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~130,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works