Applied Energistics 2

Applied Energistics 2

137M Downloads

Storage busses only connected through ME interface get items from disconected ME system

PixieCatSupreme opened this issue ยท 7 comments

commented

Describe the bug

I have recreated the setup from this reddit post, but items added to the ME system seem to magically appear inside the inscribers. Connecting power to the inscribers makes the storage busses act like they are connected to the ME system.

How to reproduce the bug

Connect the inscribers the same way as in the aforementioned reddit post. Basically connect inscribers with storage busses through an ME interface and ME pattern provider and connect cabled so they are powered.

Expected behavior

Items should only appear in the inscribers if they are provided through the pattern provider and interface, not when added to the ME system.

Additional details

No response

Which minecraft version are you using?

1.18

On which mod loaders does it happen?

Fabric

Crash log

https://0x0.st/oqUx.txt

commented

Did you orient the pattern provider correctly?

commented

Arrows point towards the ME interface so I assume so
image

commented

Unable to reproduce, I can't access the ME Drive from the terminal there:
image

Just to be sure, can you enable unsupportedDeveloperTools in the config, hold a debug card (Dev.DebugCard in the creative menu) while looking at the pattern provider with WTHIT installed, and post the picture? It should show something like this:
image

commented

Strangely enough when I add a ME drive to that network it does show up on a terminal
2022-04-02_12 46 27
2022-04-02_12 47 03

Here is the Pattern Provider with the debug card
2022-04-02_12 46 45

And here is my cable setup. The white wires should only provide power through the inscribers if I understand correctly
2022-04-02_12 49 00
2022-04-02_12 49 15

I noticed that if I replace my white cables with creative energy cells it no longer happens, but the white cables should only provide power right?
2022-04-02_12 56 11

commented

From the debug card, you can see that there is no node exposed on the west side (the W is the only letter NOT in green). That means that there is no network connection whatsoever going on there.

But this might be it:

the white cables should only provide power right?

No, it's quartz fibers that only provide power. White cables are like other kinds of cables, but dyed white!

commented

Ah I understand now, my bad! I thought the glass cables would only provide power in this case but adding quartz fiber in between does fix this. Thank you for your help!

commented

No problem!