Add event to intercept item use
Pathoschild opened this issue ยท 2 comments
An event which lets mods intercept item use would be very useful for a lot of mods.
One approach (suggested by Routine on Discord) is to replace inventory objects with a custom instance that lets SMAPI intercept method calls, then swap them back into normal objects before save.
Merged into #310.