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.2.0 (1.20.1)

  • R
  • May 5, 2026
  • 64.92 KB
  • 9
  • 1.20.1
  • Forge

File Name

irons_spellbooks_tweaks-1.2.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

New

  • /isstweaks requirements spell <spell_id> shows the unlock requirement for a specific spell. Output is prefixed with [Unlocked] if the calling player has already met the requirement.
  • /isstweaks requirements rarity <rarity> shows the unlock requirement for a rarity tier (common, uncommon, rare, epic, legendary). Same [Unlocked] indicator if the player's current rarity cap is at or above the queried tier.
  • Added optional requirement_text field to unlock JSONs for the new command to surface.
  • Spell names colored by school, rarity names colored by rarity tier.
  • Added [commands] config section with requirementsCommandEnabled to disable the requirements subcommand if pack makers want to handle it via KubeJS or similar.

Changed

  • OP gate moved from the root /isstweaks literal to per-subcommand. grant/revoke/status/reset still require permission level 2. requirements is open to all players.