Multiple bags with common UUIDs
Phyn opened this issue · 1 comments
If I remember correctly there was a bug where when copying the bags in
creative mode (middle mouse button) the UUID wouldn't change. Not sure if
that was fixed, there were a bunch of fixes for the bags lately.
Op zo 3 mei 2015 06:24 schreef Phyn [email protected]:
This is the issue found on Soaryn's stream.
There seem to be corner cases where the UUID exists in multiple bags, and
the inventory updates the first matching bag it finds.This
https://github.com/pahimar/Equivalent-Exchange-3/blob/master/src/main/java/com/pahimar/ee3/inventory/InventoryAlchemicalBag.java#L43-L51
seems to be backwards, given that [this]
https://github.com/pahimar/Equivalent-Exchange-3/blob/master/src/main/java/com/pahimar/ee3/inventory/InventoryAlchemicalBag.java#L20-L41)
has already set it and made sure that it exists.—
Reply to this email directly or view it on GitHub
#800.