Storage busses only connected through ME interface get items from disconected ME system
PixieCatSupreme opened this issue ยท 7 comments
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
Unable to reproduce, I can't access the ME Drive from the terminal there:
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:
Strangely enough when I add a ME drive to that network it does show up on a terminal
Here is the Pattern Provider with the debug card
And here is my cable setup. The white wires should only provide power through the inscribers if I understand correctly
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?
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!
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!