Description
NOTE: This is not the official mod, that can be found here:
- Iron's Spells 'n Spellbooks: https://www.curseforge.com/minecraft/mc-mods/irons-spells-n-spellbooks
This Mod was made for my upcoming modpack, Twilight Craft. Feel free to use!TwilightCraft Teaser:






📖 About
This mod does nothing on its own. This mod only does 1 thing, adds an event api to 1.18.2 Iron's Spells 'n Spellbooks for devolopers.
The API adds: - Adds 2 events: SpellPostCast, and SpellPreCast

📖 How It works
void SpellPostCast(event) {
- Posts after a spell is casted
return event;
}
@cancleable!
void SpellPreCast(event) {
- Posts before a spell is casted
return event;
}


