MattiDragon / ExtendedDrawers

Adds drawers and more
Other
6 stars 14 forks source link

[Bug]: Using Controller with AE2 storage bus, when new drawer is added to network, need to break/replace storage bus #9

Closed seanbyrne88 closed 2 years ago

seanbyrne88 commented 2 years ago

Description of the issue

Apologies if this is an AE2 issue.

When adding a new drawer to a network using the drawer controller block, if using the AE2 storage bus, the new drawer and it's contents do not show up in the AE2 network until a break and replace the storage bus.

Reproduction steps

  1. Add drawers and controller block
  2. Attach AE2 Storage Bus
  3. Contents should show in AE2 system
  4. Add new drawer to drawer network and add contents
  5. Drawer contents do not show in AE2 network until the storage bus is replaced.

Mod version

1.2.1

Operating System

Windows 10

Minecraft version

1.18.2

Other mods

Applied Energistics 2 11.1.4

Server

Not tested

Client

Not tested

Logs

n/a

Extra Context

No response

MattiDragon commented 2 years ago

I suspect this is because AE caches the available items. I'll see if I can make it update.

MattiDragon commented 2 years ago

According to an AE dev the cache is refreshed every few seconds. Have you tried waiting a bit?

MattiDragon commented 2 years ago

Just checked. It is in deed broken

seanbyrne88 commented 2 years ago

Thanks for checking, is it an AE2 issue or ExtendedDrawers issue?

MattiDragon commented 2 years ago

It's probably AEs fault, but I might be able to fix it on my end too

MattiDragon commented 2 years ago

Seems like AE fixed it. Reopen if this still occurs