I'm currently working on a mod that awards extra XP when enchanting items. As a part of this, I need some way to identify what item a player has enchanted, but so far I've had no luck: powerofthree's Papyrus Extender is able to detect when an item is enchanted with its onItemCrafted event, but it contains the *enchantment*, rather than the item.
I only need the base item, not an ObjectReference.
Any help would be appreciated.