1.3.0
- Rework Amplify Spell
- grants 5x10% spell critical damage
- applies to weapons
- Fix effect descriptions compatibility
1.2.4
- Add spell power enchantable item tags to java API
1.2.3
- Improve spell resistance attribute calculation
1.2.2
- Update chinese translations
1.2.1
- Nerf spell critical strike related enchantments
1.2.0
- Expose
isCritical
data on SpellPower.Result queries
1.1.2
- Attempt fix cross powered attribute crash #37
1.1.1
- Add exposed potion registration function
- Update potion ids and translation keys
1.1.0
- Add spell potions, disabled by default (can be turned on
config/spell_power/attributes.json
)
1.0.8
- Magic Protection enchantment now uses
c:is_magic
for compatibility with other mods
1.0.7
- Add all custom spell power related damage types to
c:is_magic
, for improved compatibility with other mods
1.0.6
- Add Russian translation, thanks to @Heimdallr
- Add Brazilian translation, thanks to @demorogabrtz
1.0.5
- Fix spell vulnerability status effects
1.0.4
- Lower Fabric API version requirement
1.0.3
- Fix cross-functional attribute calculations (reverse updates)
- Update dependency declarations
1.0.2
- Restore school filtering for specialised enchantments
- School specific enchantments are now exclusive to each other
1.0.1
- Update to Minecraft 1.21.1
1.0.0
- Update to Minecraft 1.21.0
0.12.0
- Add school specific damage types
- Add generic spell resistance attribute
0.11.1
- Attempt to fix SpellSchool serialization