
I/O error with datapack fs
blackdragon2447 opened this issue ยท 0 comments
when trying to use files added via a datapack fs any operation on those files will give a io error.
steps to reproduce:
- make a datapack containing an fs. (mine contained binary of the ion shell cross-compiled to run on in the vm(size 5.5M))
- load up the world containing the datapack, (no error will be thrown by mc)
- try run something like
ls
on/mnt/builtin/{datapack}/
- it will throw an I/O error