[Bug]: Incompatibility with Fabrication's Instant Pickup
oatmealine opened this issue ยท 1 comments
Mod Loader (Required)
Fabric
Minecraft Version (Required)
1.19.2
Mod Version (Required)
v4.2.0
Notes (Required)
Current behavior: Items that are instantly placed in your inventory from breaking blocks, killing mobs, etc. are not registered by Pick Up Notifier
Steps to reproduce:
- Enable Fabrication and Pick Up Notifier
- Enable "Instant Pickup" in Fabrication, under "Weird Tweaks"
- Break a block that drops an item, with no notification to be seen
Expected: Items that are instantly picked up should receive the same treatment as if they were dropped items
latest.log (Optional)
No response
The problem with most modded auto-pickup features is that they don't send the client packet that signals the items was picked up, instead, they just remove the item like any other entity which is a different packet that I cannot use since it no longer includes who actually picked up the item which is important to know so that Pick Up Notifier only shows your own pick ups and nothing from other players or mobs. I assume that's what's going on here.
I don't feel like this is important enough to provide dedicated integration.