ZsoltMolnarrr / SpellPower

🔮 Spell Power entity attribute for magical abilities and items
https://www.curseforge.com/minecraft/mc-mods/spell-power
GNU Lesser General Public License v3.0
10 stars 7 forks source link

[Compatibility] Spell Oil'd weapons are not eligible for spellpower enchants #21

Closed SargeRyong closed 4 months ago

SargeRyong commented 4 months ago

Applying a Spell Oil from spellbladesnext to any melee weapon turns it into a spell catalyst. However, they remain ineligible for spellpower enchantments.

I thought I'd work around the issue by changing the requirement in the config from

"requires": "MAGICAL_WEAPON", to "requires": "WEAPON",

but it seems this is not a valid value. Is there a way around this currently?

ZsoltMolnarrr commented 4 months ago

This doesn't seem to be a bug of Spell Power Attributes. Spell Power Attributes is a low level API, hence it is incorrect to add supporting into SPA for high level mods, such as the mentioned one.