ZsoltMolnarrr / SpellEngine

🪄 Data driven magic library
https://curseforge.com/minecraft/mc-mods/spell-engine
GNU General Public License v3.0
33 stars 24 forks source link

Is it possible to have multiple item costs? #46

Closed Pet-Slime closed 8 months ago

Pet-Slime commented 8 months ago

I was looking into making a datapack that adds some additional spells to Wizards, but all I saw was a single item for the item ID in the costs instead of like an array. So is it possible to have multiple items be required for the spells or nay?

If Nay, would it be possible to get in the future?

ZsoltMolnarrr commented 8 months ago

Currently not possible, also it is rather costly on serverside to calculate such thing. It might be added in the future.