File Details
gtbcs_spell_lib-1.4.0-1.20.1
- R
- Dec 27, 2025
- 131.46 KB
- 660.2K
- 1.20.1
- Forge
File Name
gtbcs_spell_lib-1.4.0-1.20.1.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
GTBC's SpellLib/API - Update v1.4.0 for 1.21.1 and 1.20.1:
:scroll: Changes include...
:sparkles: Additions (1.20.1 & 1.21.1):
- Added
AbstractLoreItem- By extending this class, one can create custom items that open a distinct, themed UI on right-click to display specified lore
- All UI handling and rendering are fully managed by the API
Added
GUIColorBuilder: Allows creation of custom color themes for Lore Item GUIs
- Added new attributes:
Spell DamageSpell Crit ChanceSpell Crit DamageMagic Projectile Damage
:scroll: Dev Note:
- Default values:
- Spell Crit Chance: 0.0
- Spell Crit Damage: 1.0
- If these attributes are not modified by any mod, base Iron's Spellbooks gameplay behavior remains unchanged
- These attributes are intended for integration with mods'
- Added an Example Crit Staff Item
1.21.1 (specific):
- Removed custom implementation of showing curio based spells (its now default in ISS)

