Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Containers with stacked "Sophisticated Storage" upgrades in contraption will cause items to be lost #6600

Open
FirDragon opened this issue Jun 16, 2024 · 1 comment
Assignees
Labels
type: bug Issue where something isn't working

Comments

@FirDragon
Copy link

FirDragon commented Jun 16, 2024

Describe the Bug

When there is a barrel containing a stacked upgraded "Sophisticated Core" in contraption, using a wrench to remove the contraption and then release it, the items with more than 64 will disappear.

Reproduction Steps

  1. Craft a barrel with stackable upgrades
  2. Put more than 64 items in it.
  3. Assemble into a minecart and remove with a wrench
  4. Releases a minecart and makes it materialize
  5. Items stacked above 64 will disappear

Expected Result

Items stacked above 64 will not disappear and the number will remain unchanged.

Screenshots and Videos

No response

Crash Report or Log

No response

Operating System

Windows 10

Mod Version

0.5.1f

Minecraft Version

1.20.1

Forge Version

47.3.0

Other Mods

Sophisticated Core
Sophisticated Storage

Additional Context

The default ItemStackHandler is used in the MountedStorage.deserialize method instead of the Sophisticated Core net.p3pp3rf1y.sophisticatedcore.inventory.InventoryHandler. It also does not use BlockEntity.getCapability(ForgeCapabilities.ITEM_HANDLER) like other parts. This may be the cause of the problem

@FirDragon FirDragon added the type: bug Issue where something isn't working label Jun 16, 2024
@Attack8
Copy link
Contributor

Attack8 commented Jun 23, 2024

Yea there are known compatibility issues between Create and the Sophisticated mods

@IThundxr IThundxr self-assigned this Jun 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Issue where something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants