promotional bannermobile promotional banner

Spell Power Attributes

🔮 Spell Power entity attributes with related status effects and enchantments

File Details

spell_power-0.10.1+1.20.1.jar

  • A
  • Apr 11, 2024
  • 169.46 KB
  • 1.3K
  • 1.20.1
  • Fabric

File Name

spell_power-0.10.1+1.20.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:spell-power-771265:5253671"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

0.10.1

API Changes:

  • BREAKING! - Replaced several crucial types, most notably: MagicSchool -> SpellSchool
  • BREAKING! - Removed PHYSICAL_RANGED and PHYSICAL_MELEE schools
  • SpellSchools can now be added from external code
  • SpellSchool specifically, various trait calculation sources can now be added via API (for example: custom power/haste/crit sources)
  • EntityAttribute registration now happens at vanilla Attribute registry init, so custom AttributeResolver components are no longer neccesary to resolve attriubtes by ID
  • Optimized Spell Power related attribute container injections, now only PlayerEntity gets them, instead of LivingEntity (configurable)

Functional changes:

  • Update physical ranged school color
  • Improve the way how disabled Enchantments are handled
  • Fix enchantment config type requirement not working correctly for some cases