Quantum chest strange behavior
BobVonBob opened this issue ยท 0 comments
GregTech CEu Version
1.20.1-1.0.11a-forge
Recipe Viewer Installed
JEI
Environment
Singleplayer
Cross-Mod Interaction
No
Expected Behavior
Item transfer can interact with more than 64 items in a quantum chest without everything falling apart.
Actual Behavior
To shreds.
Steps to Reproduce
- Item transfer (hoppers, conveyor covers, etc.) cannot insert into quantum chests once they reach 64 items, storedAmount NBT increases.
- Inserting further items by hand causes the itemsStoredInside and storedAmount NBT values to increase.
- Item transfer out of the quantum chest does not reduce itemsStoredInside, but does reduce storedAmount.
- When storedAmount reaches itemsStoredInside, the quantum chest loses track of its item, storedAmount drops to 0, itemsStoredInside remains.
- Insert a different item by hand, storedAmount jumps up to itemsStoredInside + stack size of item.
- Withdraw by hand/GUI button.
- ProjectE.
Additional Information
No response