promotional bannermobile promotional banner

Iron's Spellbooks Tweaks

Modpack-maker config tweaks for Iron's Spells 'n Spellbooks. TOML options for mana, cooldowns, dimension blocks, rarity gating, inscription blacklist, and black hole resistance. Plus datapack progression unlocks. Soft dep, no mixins.

File Details

Iron's Spellbooks Tweaks 1.1.1 (1.20.1)

  • R
  • May 1, 2026
  • 57.65 KB
  • 67
  • 1.20.1
  • Forge

File Name

irons_spellbooks_tweaks-1.1.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:irons-spellbooks-tweaks-1529368:8020861")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

## Fixes

### Soft dependency restored
v1.1.0 crashed on startup when Iron's Spells 'n Spellbooks wasn't installed. Forge resolves event handler parameter types at registration time, before any runtime check could intercept. Handlers that reference Iron's API types are now gated behind an Iron's-loaded check at registration. The capability layer (PlayerProgress, UnlockGrants, UnlockJsonParser) was also decoupled from Iron's classes by storing rarity values as strings.

## Improvements

### `/isstweaks` admin command
- Renamed `unlock` subcommand to `grant` for clarity.
- All four subcommands (`grant`, `revoke`, `status`, `reset`) now accept multi-target selectors like `@a` and `@p`.