Make the storage scanner respect sides
josephcsible opened this issue ยท 4 comments
Currently, the storage scanner always interacts with the "null" (internal) side of blocks. You should instead be able to choose which sides it interacts with. In particular, when being used with XNet, it should respect the side chosen there.
Also, it should be possible to see the same block multiple times, such as if you connect both the top and side of a furnace.
With XNet yes. But I don't see how to do this in general? The problem is how in the user interface to specify the side. This is pretty complicated
I guess for now just make it an XNet-exclusive feature. Then once the backend is there and it works, we can revisit how to do it without it.