Skip to content

Commit

Permalink
Fix position after start
Browse files Browse the repository at this point in the history
  • Loading branch information
thsparks committed Oct 15, 2023
1 parent 3333da3 commit 200ec91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 200ec91

Please sign in to comment.