CraftOS-PC v2.1.3
CraftOS-PC v2.2 is in development, but v2.1 gets another bugfix/minor feature release. This will hopefully be the final version before v2.2.
- Added two new configuration variables
mount_modeallows restricting mounting to read-only or disablednone(0) disables mounting altogetherro strictorro_strict(1) forces mounts to be read-onlyro(2) sets mounts to read-only by default (default option)rw(3) sets mounts to read-write by default (v2.1.2 behavior)
configReadOnlydisablesconfig.set()
- Bugfixes
- #57: config.get("readFail") returns not real nil
- #58: Crash on macOS on rebooting
- #60:
editcauses segfault when a line goes off the screen if there are more than ~100 lines in a file - Fixed crash when non-ASCII characters are present in computer label
- Computer labels are now stored in Base64 by default; if you want to change the label in the JSON file, simply set
computerLabelto the ASCII label and remove thebase64key.
- Computer labels are now stored in Base64 by default; if you want to change the label in the JSON file, simply set
If you need help using CraftOS-PC, I'm available on the ComputerCraft Discord server as @JackMacWindows#9776. Feel free to ping me if you need anything.