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
## 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`.

