IComputerSystem.mount cannot create multiple directories
dirthsj opened this issue ยท 0 comments
Useful information to include:
- Minecraft version 1.12.2 (Development Environment)
- CC: Tweaked version 1.83.1
- Detailed reproduction steps: sometimes I can spot a bug pretty easily, but often it's much more obscure. The more information I have to help reproduce it, the quicker it'll get fixed.
- Create a separate mod
- implement ILuaAPI
- in the
startup()
method create and mount a resourceMount with a subpath (ex: "example/something"). - start a computer
- observe example/something does not exist
- create "example"
- observe example/something now contains all the files in your mount