Skip to content

CraftOS-PC v2.1.3

Choose a tag to compare

@MCJack123 MCJack123 released this 04 Nov 04:37
· 1358 commits to master since this release

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_mode allows restricting mounting to read-only or disabled
      • none (0) disables mounting altogether
      • ro strict or ro_strict (1) forces mounts to be read-only
      • ro (2) sets mounts to read-only by default (default option)
      • rw (3) sets mounts to read-write by default (v2.1.2 behavior)
    • configReadOnly disables config.set()
  • Bugfixes
    • #57: config.get("readFail") returns not real nil
    • #58: Crash on macOS on rebooting
    • #60: edit causes 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 computerLabel to the ASCII label and remove the base64 key.

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.