[1.10.2-r98] Traveler's Sack causes duplication of any items when picking up items with empty hand.
JaSpr opened this issue ยท 3 comments
- Make sure traveler's sack is set to "Auto-Insert on" Screenshot
- Throw any stack of items on the ground. Threw 24 lights on the ground
- Pick up the stacks with an empty slot selected on the hotbar. Received 24 lights in inventory, and 24 in sack
We have duplicated this with multiple items from multiple mods, always with the same duplication result.
AA: 1.10.2-r98
MC: 1.10.2
Forge: 12.18.3.2239
All The Mods (modpack): ATM1 v2.4
Find out which mod actually causes this by removing mods, and then tell the author of the mod that this starts happening with that they need to cancel whatever interaction is happening in the EntityItemPickupEvent if the event's result is already set to ALLOW, so basically doing something like this. It's a weird quirk of the event.
It's a SpongeForge issue, I opened a ticket on Sponge's tracker. SpongePowered/SpongeForge#1351
Thanks @Ellpeck the update to 1.10.2-r105 resolved the issue entirely for us!