GregTechCEu Modern

GregTechCEu Modern

6M Downloads

MEStockingInputBus cannot hold items correctly when trying to retrieve more than 64 items via MEStorageBus

unimora opened this issue ยท 0 comments

commented

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

Image

Steps to Reproduce

  1. Making an MENetwork.
  2. Connect an MEStorageBus and an MEStockingInputBus to the network, and connect a chest to the StorageBus.
Image
  1. Put 64 or more items into the chest and register the items to the MEStockingInputBus.
Image
  1. The MEStockingInputBus holds INT_MAX amount of items.
Image

Additional Information

This problem occurs when AE2 version is 15.3.5 or above.
I think this is caused by AE2#8478