From 200ec91a802a19df8369ec1b327ce19465b4f5f8 Mon Sep 17 00:00:00 2001 From: Thomas Sparks <69657545+thsparks@users.noreply.github.com> Date: Sun, 15 Oct 2023 16:33:31 -0700 Subject: [PATCH] Fix position after start --- main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.ts b/main.ts index 305d75c..17f7e52 100644 --- a/main.ts +++ b/main.ts @@ -139,7 +139,7 @@ namespace rollerCoasterBuilder { mobs.give(mobs.target(LOCAL_PLAYER), MINECART, 1) // Set builder location for next piece of track - builder.shift(2, -1, 0) + builder.shift(2, -2, -1) } //% block="Add straight line of length $length || with $powerLevel power"