Drop items obtained from pickups and magnet upgrades are not reflected in the statistics.
TwelveYO21 opened this issue · 3 comments
Describe the bug
As the title suggests.
Because of this, mods that function based on statistics are not responsive.
EX: Pick Up Notifier / Completionist’s Index
Versions
sophisticatedbackpacks-1.20.1-3.19.4.978
I am actually not aware of any statistic like that, perhaps completionist's index adds that statistic in its code (I have never played with the mod).
From the first look at pickup notifier code it looks like they use the same event to count stats that I use to pickup items (even that is fired just before player would pickup item into their inventory) so it looks like they should be using higher event priority so that they count items that any other mod may be picking up here, but I will take a bit closer look at what's happening there to see if there's anything I can even do on my side.