From 0dd42b3d167983f06bc21387f4dd462cc2b29c43 Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Sat, 17 Jun 2023 10:00:13 +0100 Subject: [PATCH] Updated Incompatibilities between versions (markdown) --- Incompatibilities-between-versions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Incompatibilities-between-versions.md b/Incompatibilities-between-versions.md index 0794f48..b44906e 100644 --- a/Incompatibilities-between-versions.md +++ b/Incompatibilities-between-versions.md @@ -30,6 +30,7 @@ This page serves as documentation for breaking changes and "gotchas" one should ## Minecraft 1.8 to 1.12 - Programs run via `shell.run` are now started in their own isolated environment. This means globals set by programs will not be accessible outside of this program. + - Programs containing `/` are looked up in the current directory and are no longer looked up on the path. For instance, you can no longer type `turtle/excavate` to run `/rom/programs/turtle/excavate.lua`. - (CC: Tweaked 1.88.0+) Computers now _always_ keep their ID when broken, meaning that unlabelled computers/items do not stack. [key_event]: https://tweaked.cc/event/key.html