Equivalent Exchange 3

Equivalent Exchange 3

2M Downloads

Alchemical Bag Inventory issue/glitch/bug

iTitus opened this issue ยท 4 comments

commented

It is possible to throw an open alchemical bag on the ground/move it in the inventory, while the GUI is still open.
Any items that are then put into it are lost, any items taken out are duplicated...

commented

I think this functionality will get added, seeing as the bags are still WIP!

commented

Most mods simply deny editing the slot the bag is in...
I currently don't know how to achieve this without looking into their sources.
So unfortunately you have to figure that out ;)

commented

I want to add something to this. When you move items from the bag in your inventory and close Minecraft the items will be duplicated too. SlotAlchemicalBag#onSlotChange does not seem to be saving anything (or maybe it isn't called?). I'll investigate this further.

commented

Found cause and fix for these issues. Will PR the fixes in a bit.