GregTechCEu Modern

GregTechCEu Modern

6M Downloads

Super chests' contents multiply

screret opened this issue ยท 3 comments

commented

GregTech CEu Version

1.0.13-fabric, 1.19.2

Recipe Viewer Installed

EMI

Environment

Singleplayer

Cross-Mod Interaction

No

Expected Behavior

if you manually take out items from a super chest, the item amount decreases

Actual Behavior

On fabric (at least) the item amount instead exponentially increases, if:

  1. an item pipe is connected,
  2. the output of the pipe is full,
  3. the super chest is set to auto output

Steps to Reproduce

  1. place super chest with pipe attached
  2. enable auto output
  3. fill chest with trash
  4. connect super chest to chest via item pipe
  5. input items into super chest
  6. take out items from super chest

Additional Information

No response

commented

actually, this seems to be a client-server desync, as the server has the correct count when doing /data get block on the super chest.

commented

oop nope the items do in fact exist.

commented

I think the itemsStoredInside value is correct, but storedAmount ends up just increasing exponentially somehow.