Benjamin-Berry
Benjamin-Berry
Confirmed, works on top and bottom but not side when items not inserted by player. I though logistics pipes ignored sidedness.
But why does it pull the items out if you place them in by hand?
I can't give you any proprietary code. var fs = new MockFileSystem(); var directory = fs.DirectoryInfo.New("somepath"); foreach (var file in directory.GetFiles("*.*", SearchOption.AllDirectories)) { using var estream = new MemoryStream(); using...