theoriginalbit, on 11 October 2014 - 10:18 AM, said:
tbh I'm not completely sure it would be something that'd be implemented.
why do you want this to be possible? what's your use case?
I have an item that store an UUID in its NBT, and I want the computer to be able to read it. So there would be a file containing it inside the
IMount (inside the
IMedia).
theoriginalbit, on 11 October 2014 - 10:18 AM, said:
why can't you just write the string to a file and use that?
Isn't that super heavy in terms of CPU/HDD? And that would be hard to handle a lot of that disks, and if I remember right I can't know when the item is taken off the DIsk Drive, so I wouldn't be able to delete the "real" files then.
I can create a new peripheral reading the UUID, but I would prefer that way.
Edited by pingoleon60, 11 October 2014 - 10:29 AM.