P3pp3rF1y / SophisticatedStorage

GNU General Public License v3.0
25 stars 29 forks source link

Potential compatibility with create to prevent item loss/dupes #340

Open Hophenby opened 8 months ago

Hophenby commented 8 months ago

to reproduce this bug: step 1 apply compression upgrade to the container and add some item like this: image

step 2 attach this container to a Create contraption image

step 3 open the barrel on the contraption and take the item inside image

step 4 disassemble the contraption and repeat the steps above

Create mod version 0.5.1e Sophisticated Storage version 0.8.51.605

P3pp3rF1y commented 8 months ago

Yup, sure that will require a proper compatibility for create which is not possible at the moment. Not really a bug I can fix on my side because create in general makes assumptions about storages it's connecting and so it assumes a dummy storage and just copies the stacks over. Without compatibility support and proper compatibility implemented the only "fix" at the moment is banning sophisticated storage from being attachable to create using create configs if such thing exists.

I would like to see if create team is open to adding compatibility support so that I could add compatibility on my side. Thus I will leave this open for possible future compat.