From f3a5c29cef465bbd350d898f6b0238e2cf9fff6a Mon Sep 17 00:00:00 2001 From: Anorak_1 Date: Mon, 5 Sep 2022 16:18:17 +0000 Subject: [PATCH] Update 'tptest.sk' --- tptest.sk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tptest.sk b/tptest.sk index 51987c9..03d6472 100644 --- a/tptest.sk +++ b/tptest.sk @@ -1,3 +1,5 @@ command /tpdown: trigger: - teleport the player to block 5 below the player in the direction of the player's direction \ No newline at end of file + set {_loc} to location of the player + set y of {_loc} to y - 5 + teleport the player to {_loc} \ No newline at end of file