MEStockingInputBus cannot hold items correctly when trying to retrieve more than 64 items via MEStorageBus
unimora opened this issue ยท 0 comments
Checked for existing issues
- I have checked for existing issues, and have found none.
Tested latest version
- I have checked that this occurs on the latest version.
GregTech CEu Version
v7.0.1
Minecraft Version
1.20.1 Forge
Recipe Viewer Installed
None
Environment
Singleplayer
Cross-Mod Interaction
Yes
Other Installed Mods
AE2
Expected Behavior
MEStockingInputBus holds the correct amount of items
Actual Behavior
MEStockingInputBus holds INT_MAX amount of items
Steps to Reproduce
- Making an MENetwork.
- Connect an MEStorageBus and an MEStockingInputBus to the network, and connect a chest to the StorageBus.
- Put 64 or more items into the chest and register the items to the MEStockingInputBus.
- The MEStockingInputBus holds INT_MAX amount of items.
Additional Information
This problem occurs when AE2 version is 15.3.5 or above.
I think this is caused by AE2#8478