Ars Nouveau

Ars Nouveau

49M Downloads

1.16.5 React Enchantment

Smartin-b opened this issue ยท 6 comments

commented

Setting a React Enchantment in an Armor slot via spell parchment in the enchanting Table became impossible, it just says there is no recipie.

commented

Do you have the previous version of reactive on it? A reactive 2 enchant requires reactive 1 already on the item.

commented

I was only refering to having the React enchantment on an armor piece and setting the spell via the enchanting Table. This was possible in previous versions and the patchnotes didnt mention a change. It only broke in 1.24.7.
grafik
grafik
grafik

commented

This seems to extend to all enchanting related Recipies.
grafik


It seems like the caching of the recipies caused this Issue.

commented

Fixed it.
I also fixed the bug where setting a spell just removed the spell and set an invalid tag, check the PR for details.
#399

commented

It should be noted its not quickly fixed by just doing something like:
grafik
because this does not include the subclasses e.g. the Reactive and Spellwrite classes and their functionality.
I think thesubclasses lack the proper registration, but i dont know forge that well.